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

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

Issue 11364216: Revert "Exception no longer an interface." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 | sdk/lib/core/exceptions.dart » ('j') | 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 cc/CorelibCompileAll: Fail # Issue 6697
15 cc/CustomIsolates: Fail # Issue 6697
16 cc/Dart2JSCompileAll: Fail # Issue 6697
17 cc/ParsePatchLibrary: Fail # Issue 6697
18
19 [ $arch == x64 ] 14 [ $arch == x64 ]
20 cc/IsolateInterrupt: Skip 15 cc/IsolateInterrupt: Skip
21 16
22 [ $system == windows && $mode == debug ] 17 [ $system == windows && $mode == debug ]
23 cc/Sleep: Pass, Fail # Flaky on buildbot. Issue 5133. 18 cc/Sleep: Pass, Fail # Flaky on buildbot. Issue 5133.
24 19
25 # The following section refers to the dart vm tests which live under 20 # The following section refers to the dart vm tests which live under
26 # runtime/tests/vm/dart. 21 # runtime/tests/vm/dart.
27 22
28 [ $system == windows ] 23 [ $system == windows ]
29 cc/Dart2JSCompileAll: Skip 24 cc/Dart2JSCompileAll: Skip
30 25
31 [ $runtime == drt ] 26 [ $runtime == drt ]
32 dart/isolate_mirror_local_test: Skip 27 dart/isolate_mirror_local_test: Skip
33 28
34 [ $compiler == dart2js || $compiler == dartc ] 29 [ $compiler == dart2js || $compiler == dartc ]
35 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors 30 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
36 dart/byte_array_test: Skip # compilers not aware of byte arrays 31 dart/byte_array_test: Skip # compilers not aware of byte arrays
37 32
38 [ $compiler == dart2dart ] 33 [ $compiler == dart2dart ]
39 # Skip until we stabilize language tests. 34 # Skip until we stabilize language tests.
40 *: Skip 35 *: Skip
41 36
42 [ $arch == arm ] 37 [ $arch == arm ]
43 dart/*: Skip 38 dart/*: Skip
44 39
45 [ $arch == simarm ] 40 [ $arch == simarm ]
46 dart/*: Skip 41 dart/*: Skip
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/core/exceptions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698