Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: runtime/tests/vm/vm.status

Issue 1351683005: Disable compiler stats tests on Windows (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 11 matching lines...) Expand all
22 22
23 # The following section refers to the dart vm tests which live under 23 # The following section refers to the dart vm tests which live under
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
33 cc/CorelibCompilerStats: Skip
34
32 35
33 [ $system == linux ] 36 [ $system == linux ]
34 cc/ThreadInterrupterHigh: Skip 37 cc/ThreadInterrupterHigh: Skip
35 cc/ThreadInterrupterMedium: Skip 38 cc/ThreadInterrupterMedium: Skip
36 cc/ThreadInterrupterLow: Skip 39 cc/ThreadInterrupterLow: Skip
37 40
38 [ $system == macos ] 41 [ $system == macos ]
39 cc/ThreadInterrupterHigh: Skip 42 cc/ThreadInterrupterHigh: Skip
40 cc/ThreadInterrupterMedium: Skip 43 cc/ThreadInterrupterMedium: Skip
41 cc/ThreadInterrupterLow: Skip 44 cc/ThreadInterrupterLow: Skip
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 89 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
87 dart/optimized_stacktrace_test: StaticWarning 90 dart/optimized_stacktrace_test: StaticWarning
88 91
89 [ $runtime != vm ] 92 [ $runtime != vm ]
90 dart/snapshot_version_test: SkipByDesign # Spawns processes 93 dart/snapshot_version_test: SkipByDesign # Spawns processes
91 dart/spawn_infinite_loop_test: Skip # VM shutdown test 94 dart/spawn_infinite_loop_test: Skip # VM shutdown test
92 dart/spawn_shutdown_test: Skip # VM Shutdown test 95 dart/spawn_shutdown_test: Skip # VM Shutdown test
93 96
94 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 97 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
95 cc/Dart2JSCompileAll: Skip # Timeout. 98 cc/Dart2JSCompileAll: Skip # Timeout.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698