flutter/dev/automated_tests/test_smoke_test
Ian Hickson dac2ebf0c0
More flexible timeout logic in flutter_test (#18256)
This should reduce the number of flakes without actually increasing
the timeout, so we'll still find out quickly if a test is hanging.

The numbers here might need tweaking. Maybe the default two seconds is
too short for CI bots.
2018-06-11 16:28:01 -07:00
..
crash1_test.dart Use deprecated io constants (#17278) 2018-05-03 22:27:29 -07:00
crash2_test.dart Use deprecated io constants (#17278) 2018-05-03 22:27:29 -07:00
disallow_error_reporter_modification_test.dart Add support for custom test error reporters (#17727) 2018-05-18 13:58:08 -07:00
fail_test.dart Remove deprecated setup.sh and test.sh (#7976) 2017-02-08 13:00:44 -08:00
missing_import_test.broken_dart Remove deprecated setup.sh and test.sh (#7976) 2017-02-08 13:00:44 -08:00
pass_test.dart Remove deprecated setup.sh and test.sh (#7976) 2017-02-08 13:00:44 -08:00
README.md Remove deprecated setup.sh and test.sh (#7976) 2017-02-08 13:00:44 -08:00
syntax_error_test.broken_dart Remove deprecated setup.sh and test.sh (#7976) 2017-02-08 13:00:44 -08:00
timeout_fail_test.dart More flexible timeout logic in flutter_test (#18256) 2018-06-11 16:28:01 -07:00
timeout_pass_test.dart More flexible timeout logic in flutter_test (#18256) 2018-06-11 16:28:01 -07:00

This directory is used by //flutter/dev/bots/test.dart to verify that flutter test actually correctly fails when a test fails.