| 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 # These tests are expected to crash on all platforms. | 5 # These tests are expected to crash on all platforms. |
| 6 cc/ArrayNew_Overflow_Crash: Crash | 6 cc/ArrayNew_Overflow_Crash: Crash |
| 7 cc/AllocGeneric_Overflow: Crash, Timeout | 7 cc/AllocGeneric_Overflow: Crash, Timeout |
| 8 cc/CodeImmutability: Crash | 8 cc/CodeImmutability: Crash |
| 9 | 9 |
| 10 cc/SNPrint_BadArgs: Skip | 10 cc/SNPrint_BadArgs: Skip |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 # runtime/tests/vm/dart. | 24 # runtime/tests/vm/dart. |
| 25 [ $system == windows ] | 25 [ $system == windows ] |
| 26 cc/Dart2JSCompileAll: Skip | 26 cc/Dart2JSCompileAll: Skip |
| 27 cc/ExternalizeConstantStrings: Skip | 27 cc/ExternalizeConstantStrings: Skip |
| 28 cc/ThreadInterrupterHigh: Skip | 28 cc/ThreadInterrupterHigh: Skip |
| 29 cc/ThreadInterrupterMedium: Skip | 29 cc/ThreadInterrupterMedium: Skip |
| 30 cc/ThreadInterrupterLow: Skip | 30 cc/ThreadInterrupterLow: Skip |
| 31 cc/Service_Profile: Skip | 31 cc/Service_Profile: Skip |
| 32 cc/Dart2JSCompilerStats: Skip | 32 cc/Dart2JSCompilerStats: Skip |
| 33 cc/CorelibCompilerStats: Skip | 33 cc/CorelibCompilerStats: Skip |
| 34 cc/ThreadIterator_AddFindRemove: Skip # Issue 23474 |
| 34 | 35 |
| 35 | 36 |
| 36 [ $system == linux ] | 37 [ $system == linux ] |
| 37 cc/ThreadInterrupterHigh: Skip | 38 cc/ThreadInterrupterHigh: Skip |
| 38 cc/ThreadInterrupterMedium: Skip | 39 cc/ThreadInterrupterMedium: Skip |
| 39 cc/ThreadInterrupterLow: Skip | 40 cc/ThreadInterrupterLow: Skip |
| 40 | 41 |
| 41 [ $system == macos ] | 42 [ $system == macos ] |
| 42 cc/ThreadInterrupterHigh: Skip | 43 cc/ThreadInterrupterHigh: Skip |
| 43 cc/ThreadInterrupterMedium: Skip | 44 cc/ThreadInterrupterMedium: Skip |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 90 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 90 dart/optimized_stacktrace_test: StaticWarning | 91 dart/optimized_stacktrace_test: StaticWarning |
| 91 | 92 |
| 92 [ $runtime != vm ] | 93 [ $runtime != vm ] |
| 93 dart/snapshot_version_test: SkipByDesign # Spawns processes | 94 dart/snapshot_version_test: SkipByDesign # Spawns processes |
| 94 dart/spawn_infinite_loop_test: Skip # VM shutdown test | 95 dart/spawn_infinite_loop_test: Skip # VM shutdown test |
| 95 dart/spawn_shutdown_test: Skip # VM Shutdown test | 96 dart/spawn_shutdown_test: Skip # VM Shutdown test |
| 96 | 97 |
| 97 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 98 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 98 cc/Dart2JSCompileAll: Skip # Timeout. | 99 cc/Dart2JSCompileAll: Skip # Timeout. |
| OLD | NEW |