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

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

Issue 11413101: Added support for isolate unhandled exceptions. (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
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.
6 cc/RunLoop_ExceptionChild: Fail
7
8 # These tests are expected to crash on all platforms. 5 # These tests are expected to crash on all platforms.
9 cc/ArrayNew_Overflow_Crash: Crash 6 cc/ArrayNew_Overflow_Crash: Crash
10 cc/AllocGeneric_Overflow: Crash 7 cc/AllocGeneric_Overflow: Crash
11 8
12 cc/SNPrint_BadArgs: Skip 9 cc/SNPrint_BadArgs: Skip
13 10
14 [ $arch == x64 ] 11 [ $arch == x64 ]
15 cc/IsolateInterrupt: Skip 12 cc/IsolateInterrupt: Skip
16 13
17 [ $system == windows && $mode == debug ] 14 [ $system == windows && $mode == debug ]
(...skipping 14 matching lines...) Expand all
32 29
33 [ $compiler == dart2dart ] 30 [ $compiler == dart2dart ]
34 # Skip until we stabilize language tests. 31 # Skip until we stabilize language tests.
35 *: Skip 32 *: Skip
36 33
37 [ $arch == arm ] 34 [ $arch == arm ]
38 dart/*: Skip 35 dart/*: Skip
39 36
40 [ $arch == simarm ] 37 [ $arch == simarm ]
41 dart/*: Skip 38 dart/*: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698