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

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

Issue 11418115: Fix Unicode issues in dart2js and dart2dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove accidental test expectation dupe 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 | runtime/vm/object_test.cc » ('j') | runtime/vm/object_test.cc » ('J')
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 cc/SymbolUnicode: Fail
9
8 # These tests are expected to crash on all platforms. 10 # These tests are expected to crash on all platforms.
9 cc/ArrayNew_Overflow_Crash: Crash 11 cc/ArrayNew_Overflow_Crash: Crash
10 cc/AllocGeneric_Overflow: Crash 12 cc/AllocGeneric_Overflow: Crash
11 13
12 cc/SNPrint_BadArgs: Skip 14 cc/SNPrint_BadArgs: Skip
13 15
14 [ $arch == x64 ] 16 [ $arch == x64 ]
15 cc/IsolateInterrupt: Skip 17 cc/IsolateInterrupt: Skip
16 18
17 [ $system == windows && $mode == debug ] 19 [ $system == windows && $mode == debug ]
(...skipping 14 matching lines...) Expand all
32 34
33 [ $compiler == dart2dart ] 35 [ $compiler == dart2dart ]
34 # Skip until we stabilize language tests. 36 # Skip until we stabilize language tests.
35 *: Skip 37 *: Skip
36 38
37 [ $arch == arm ] 39 [ $arch == arm ]
38 dart/*: Skip 40 dart/*: Skip
39 41
40 [ $arch == simarm ] 42 [ $arch == simarm ]
41 dart/*: Skip 43 dart/*: Skip
OLDNEW
« no previous file with comments | « no previous file | runtime/vm/object_test.cc » ('j') | runtime/vm/object_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698