mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
Mark reload_sources_test as slow
BUG= Review URL: https://codereview.chromium.org/2416013002 .
This commit is contained in:
parent
0ae79f6f4b
commit
d483b0d2af
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@ vm_timeline_flags_test: Pass, RuntimeError # Issue 26483
|
||||||
gc_test: Pass, RuntimeError # Issue 26490
|
gc_test: Pass, RuntimeError # Issue 26490
|
||||||
pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470
|
pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470
|
||||||
pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470
|
pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470
|
||||||
|
# Reload is slow on the bots
|
||||||
|
reload_sources_test: Pass, Slow
|
||||||
|
|
||||||
[ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
|
[ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
|
||||||
evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
|
evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047
|
||||||
|
@ -18,6 +20,7 @@ isolate_lifecycle_test: Pass, RuntimeError # Issue 24174
|
||||||
debugger_location_second_test: Pass, Slow
|
debugger_location_second_test: Pass, Slow
|
||||||
debugger_location_test: Pass, Slow
|
debugger_location_test: Pass, Slow
|
||||||
|
|
||||||
|
|
||||||
# Disable on simulators.
|
# Disable on simulators.
|
||||||
[ $arch == simarm || $arch == simmips || $arch == simarm64 ]
|
[ $arch == simarm || $arch == simmips || $arch == simarm64 ]
|
||||||
*: SkipSlow
|
*: SkipSlow
|
||||||
|
|
Loading…
Reference in a new issue