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

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

Issue 10910250: - Mark vm/cc/Sleep and vm/cc/Monitor as flaky on Windows debug. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 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 | 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 # When a spawned isolate throws an uncaught exception, we terminate the vm. 5 # When a spawned isolate throws an uncaught exception, we terminate the vm.
6 cc/RunLoop_ExceptionChild: Fail 6 cc/RunLoop_ExceptionChild: Fail
7 7
8 # These tests are expected to crash on all platforms. 8 # These tests are expected to crash on all platforms.
9 cc/ArrayNew_Overflow_Crash: Crash 9 cc/ArrayNew_Overflow_Crash: Crash
10 cc/AllocGeneric_Overflow: Crash 10 cc/AllocGeneric_Overflow: Crash
11 11
12 cc/SNPrint_BadArgs: Skip 12 cc/SNPrint_BadArgs: Skip
13 13
14 [ $arch == x64 ] 14 [ $arch == x64 ]
15 cc/IsolateInterrupt: Skip 15 cc/IsolateInterrupt: Skip
16 16
17 [ $system == windows && $mode == debug ]
18 cc/Sleep: Pass, Fail # Flaky on buildbot. Issue 5133.
19 cc/Monitor: Pass, Fail # Flaky on buildbot. Issue 5133.
20
17 # The following section refers to the dart vm tests which live under 21 # The following section refers to the dart vm tests which live under
18 # runtime/tests/vm/dart. 22 # runtime/tests/vm/dart.
19 23
20 [ $system == windows ] 24 [ $system == windows ]
21 cc/Dart2JSCompileAll: Skip 25 cc/Dart2JSCompileAll: Skip
22 26
23 [ $runtime == drt ] 27 [ $runtime == drt ]
24 dart/isolate_mirror_local_test: Skip 28 dart/isolate_mirror_local_test: Skip
25 29
26 [ $compiler == dart2js || $compiler == dartc ] 30 [ $compiler == dart2js || $compiler == dartc ]
27 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors 31 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
28 dart/byte_array_test: Skip # compilers not aware of byte arrays 32 dart/byte_array_test: Skip # compilers not aware of byte arrays
29 33
30 [ $compiler == dart2dart ] 34 [ $compiler == dart2dart ]
31 # Skip until we stabilize language tests. 35 # Skip until we stabilize language tests.
32 *: Skip 36 *: Skip
33 37
34 [ $arch == arm ] 38 [ $arch == arm ]
35 dart/*: Skip 39 dart/*: Skip
36 40
37 [ $arch == simarm ] 41 [ $arch == simarm ]
38 dart/*: Skip 42 dart/*: Skip
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