| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [$runtime == vm && $compiler == none && $system == fuchsia] | 5 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 6 *: Skip # Not yet triaged. | 6 *: Skip # Not yet triaged. |
| 7 | 7 |
| 8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] | 8 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] |
| 9 browser/*: SkipByDesign # Browser specific tests | 9 browser/*: SkipByDesign # Browser specific tests |
| 10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to
pass when we have wrapper-less tests. | 10 isolate_stress_test: Skip # Issue 12588: Uses dart:html. This should be able to
pass when we have wrapper-less tests. |
| 11 | 11 |
| 12 [ $runtime != vm || $mode == product || $compiler == app_jit ] | 12 [ $runtime != vm || $mode == product || $compiler == app_jit ] |
| 13 checked_test: Skip # Unsupported. | 13 checked_test: Skip # Unsupported. |
| 14 | 14 |
| 15 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode ==
debug ] | |
| 16 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. | |
| 17 | |
| 18 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 15 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 19 compile_time_error_test/01: Skip # Issue 12587 | 16 compile_time_error_test/01: Skip # Issue 12587 |
| 20 ping_test: Skip # Resolve test issues | 17 ping_test: Skip # Resolve test issues |
| 21 ping_pause_test: Skip # Resolve test issues | 18 ping_pause_test: Skip # Resolve test issues |
| 22 kill3_test: Pass, Fail # Bad test: expects total message order | 19 kill3_test: Pass, Fail # Bad test: expects total message order |
| 23 | 20 |
| 24 message3_test/int32x4: Crash, Timeout # Issue 21818 | 21 message3_test/int32x4: Crash, Timeout # Issue 21818 |
| 25 | 22 |
| 26 [ $compiler == dart2js && $runtime == safarimobilesim ] | 23 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 27 compile_time_error_test/none: Pass, Slow | 24 compile_time_error_test/none: Pass, Slow |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 [ $runtime == flutter ] | 259 [ $runtime == flutter ] |
| 263 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 | 260 issue_21398_parent_isolate2_test/01: Skip # Flutter Issue 9114 |
| 264 simple_message_test/01: Skip # Flutter Issue 9114 | 261 simple_message_test/01: Skip # Flutter Issue 9114 |
| 265 isolate_import_test/01: Skip # Flutter Issue 9114 | 262 isolate_import_test/01: Skip # Flutter Issue 9114 |
| 266 | 263 |
| 267 # Deferred loading kernel issue 28335. | 264 # Deferred loading kernel issue 28335. |
| 268 [ ($compiler == dartk || $compiler == dartkp) ] | 265 [ ($compiler == dartk || $compiler == dartkp) ] |
| 269 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335. | 266 deferred_in_isolate2_test: Skip # Deferred loading kernel issue 28335. |
| 270 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335. | 267 deferred_in_isolate_test: Skip # Deferred loading kernel issue 28335. |
| 271 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne
l issue 28335. | 268 issue_21398_parent_isolate2_test/none: CompileTimeError # Deferred loading kerne
l issue 28335. |
| OLD | NEW |