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

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

Issue 937153002: Correct status for crashing (not failing) Windows test. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
« 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 7 cc/AllocGeneric_Overflow: Crash
8 cc/CodeImmutability: Crash 8 cc/CodeImmutability: Crash
9 9
10 cc/SNPrint_BadArgs: Skip 10 cc/SNPrint_BadArgs: Skip
(...skipping 20 matching lines...) Expand all
31 # runtime/tests/vm/dart. 31 # runtime/tests/vm/dart.
32 [ $system == windows ] 32 [ $system == windows ]
33 cc/Dart2JSCompileAll: Skip 33 cc/Dart2JSCompileAll: Skip
34 cc/ExternalizeConstantStrings: Skip 34 cc/ExternalizeConstantStrings: Skip
35 cc/ThreadInterrupterHigh: Skip 35 cc/ThreadInterrupterHigh: Skip
36 cc/ThreadInterrupterMedium: Skip 36 cc/ThreadInterrupterMedium: Skip
37 cc/ThreadInterrupterLow: Skip 37 cc/ThreadInterrupterLow: Skip
38 cc/Service_Profile: Skip 38 cc/Service_Profile: Skip
39 39
40 [ $system == windows && $mode == debug ] 40 [ $system == windows && $mode == debug ]
41 cc/IsolateSpawn: Fail # Issue 22488 41 cc/IsolateSpawn: Crash # Issue 22488
42 42
43 [ $system == linux ] 43 [ $system == linux ]
44 cc/ThreadInterrupterHigh: Skip 44 cc/ThreadInterrupterHigh: Skip
45 cc/ThreadInterrupterMedium: Skip 45 cc/ThreadInterrupterMedium: Skip
46 cc/ThreadInterrupterLow: Skip 46 cc/ThreadInterrupterLow: Skip
47 47
48 [ $system == macos ] 48 [ $system == macos ]
49 cc/ThreadInterrupterHigh: Skip 49 cc/ThreadInterrupterHigh: Skip
50 cc/ThreadInterrupterMedium: Skip 50 cc/ThreadInterrupterMedium: Skip
51 cc/ThreadInterrupterLow: Skip 51 cc/ThreadInterrupterLow: Skip
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 dart/optimized_stacktrace_test: StaticWarning 87 dart/optimized_stacktrace_test: StaticWarning
88 88
89 [ $compiler == none && $runtime == ContentShellOnAndroid ] 89 [ $compiler == none && $runtime == ContentShellOnAndroid ]
90 dart/byte_array_test: RuntimeError # Issue 17612 90 dart/byte_array_test: RuntimeError # Issue 17612
91 91
92 [ $runtime != vm ] 92 [ $runtime != vm ]
93 dart/snapshot_version_test: SkipByDesign # Spawns processes 93 dart/snapshot_version_test: SkipByDesign # Spawns processes
94 94
95 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 95 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
96 cc/Dart2JSCompileAll: Skip # Timeout. 96 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