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

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

Issue 10942025: Convert String and List to abstract classes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated to tip-of-tree. Created 8 years, 2 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
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 # This test assumes tthat the core library doesn't change and, e.g., that
15 # it contains interfaces.
16 # It should test the mirror system on a library that is controlled by
17 # the test instead.
18 dart/isolate_mirror_local_test: Fail
19
14 [ $arch == x64 ] 20 [ $arch == x64 ]
15 cc/IsolateInterrupt: Skip 21 cc/IsolateInterrupt: Skip
16 22
17 [ $system == windows && $mode == debug ] 23 [ $system == windows && $mode == debug ]
18 cc/Sleep: Pass, Fail # Flaky on buildbot. Issue 5133. 24 cc/Sleep: Pass, Fail # Flaky on buildbot. Issue 5133.
19 cc/Monitor: Pass, Fail # Flaky on buildbot. Issue 5133. 25 cc/Monitor: Pass, Fail # Flaky on buildbot. Issue 5133.
20 26
21 # The following section refers to the dart vm tests which live under 27 # The following section refers to the dart vm tests which live under
22 # runtime/tests/vm/dart. 28 # runtime/tests/vm/dart.
23 29
24 [ $system == windows ] 30 [ $system == windows ]
25 cc/Dart2JSCompileAll: Skip 31 cc/Dart2JSCompileAll: Skip
26 32
27 [ $runtime == drt ] 33 [ $runtime == drt ]
28 dart/isolate_mirror_local_test: Skip 34 dart/isolate_mirror_local_test: Skip
29 35
30 [ $compiler == dart2js || $compiler == dartc ] 36 [ $compiler == dart2js || $compiler == dartc ]
31 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors 37 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
32 dart/byte_array_test: Skip # compilers not aware of byte arrays 38 dart/byte_array_test: Skip # compilers not aware of byte arrays
33 39
34 [ $compiler == dart2dart ] 40 [ $compiler == dart2dart ]
35 # Skip until we stabilize language tests. 41 # Skip until we stabilize language tests.
36 *: Skip 42 *: Skip
37 43
38 [ $arch == arm ] 44 [ $arch == arm ]
39 dart/*: Skip 45 dart/*: Skip
40 46
41 [ $arch == simarm ] 47 [ $arch == simarm ]
42 dart/*: Skip 48 dart/*: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698