Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions registry/DanTup_tiler.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@

[email protected]
fetch=git clone https://github.com/DanTup/tiler.git tests
fetch=git -C tests checkout 3cb0cad96cc393b85cf7e38c4623cc16390f906e
fetch=git -C tests checkout 0f80585f1f7d9a01a463c316e44c59b3cc86f9f0
fetch=git -C tests submodule init
fetch=git -C tests submodule update --recursive
update=.
test=flutter analyze --no-fatal-infos
test=flutter test test
test.windows=flutter test test
test.posix=env USE_FLUTTER_TEST_FONT=1 flutter test test
5 changes: 3 additions & 2 deletions registry/flutter_packages.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ [email protected]
update=packages/rfw

fetch=git -c core.longPaths=true clone https://github.com/flutter/packages.git tests
fetch=git -c core.longPaths=true -C tests checkout 789e3a72c9d439336bb50e5d291128347f7f6967
fetch=git -c core.longPaths=true -C tests checkout 784291b4fdf4c95c5c5e57fc465cbd16fece35ba
test.windows=set USE_FLUTTER_TEST_FONT=1
test.windows=.\customer_testing.bat
test.posix=./customer_testing.sh
test.posix=env USE_FLUTTER_TEST_FONT=1 ./customer_testing.sh
1 change: 1 addition & 0 deletions scripts/verify_tests_on_master.bat
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ CD ..\..\..
:: Windows takes longer than the other systems to run tests. Default is lowered
:: to 10 repeat runs to reduce strain on infra.
@ECHO.
set USE_FLUTTER_TEST_FONT=1
CALL dart flutter\dev\customer_testing\run_tests.dart --repeat=10 --skip-template --shards %SHARDS% --shard-index %SHARD_INDEX% --verbose registry/*.test || GOTO :END
@ECHO ON

Expand Down