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

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

Issue 29103011: Skip redirection_type_shuffling_test on dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | 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 # These tests are expected to crash on all platforms. 5 # These tests are expected to crash on all platforms.
6 cc/ArrayNew_Overflow_Crash: Crash 6 cc/ArrayNew_Overflow_Crash: Crash
7 cc/AllocGeneric_Overflow: Crash 7 cc/AllocGeneric_Overflow: Crash
8 8
9 cc/SNPrint_BadArgs: Skip 9 cc/SNPrint_BadArgs: Skip
10 10
11 # These tests are skipped because of the workaround to open issue 8594. 11 # These tests are skipped because of the workaround to open issue 8594.
12 cc/Debug_StackTraceDump1: Skip 12 cc/Debug_StackTraceDump1: Skip
13 cc/Debug_StackTraceDump2: Skip 13 cc/Debug_StackTraceDump2: Skip
14 14
15 # Flaky on buildbot. Issue 5133 and 10409. 15 # Flaky on buildbot. Issue 5133 and 10409.
16 cc/Sleep: Pass, Fail 16 cc/Sleep: Pass, Fail
17 17
18 [ $arch == x64 ] 18 [ $arch == x64 ]
19 cc/IsolateInterrupt: Skip 19 cc/IsolateInterrupt: Skip
20 20
21 # 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
22 # runtime/tests/vm/dart. 22 # runtime/tests/vm/dart.
23 [ $system == windows ] 23 [ $system == windows ]
24 cc/Dart2JSCompileAll: Skip 24 cc/Dart2JSCompileAll: Skip
25 cc/ExternalizeConstantStrings: Skip 25 cc/ExternalizeConstantStrings: Skip
26 26
27 [ $compiler == dart2js ] 27 [ $compiler == dart2js ]
28 dart/mirrored_compilation_error_test: Skip # VM-specific flag 28 dart/mirrored_compilation_error_test: Skip # VM-specific flag
29 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds
29 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors 30 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
30 dart/byte_array_test: Skip # compilers not aware of byte arrays 31 dart/byte_array_test: Skip # compilers not aware of byte arrays
31 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays 32 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays
32 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 33 dart/simd128float32_array_test: Skip # compilers not aware of Simd128
33 dart/simd128float32_test: Skip # compilers not aware of Simd128 34 dart/simd128float32_test: Skip # compilers not aware of Simd128
34 dart/isolate_unhandled*: Skip 35 dart/isolate_unhandled*: Skip
35 36
36 [ $compiler == dart2js ] 37 [ $compiler == dart2js ]
37 # The source positions do not match with dart2js. 38 # The source positions do not match with dart2js.
38 dart/optimized_stacktrace_test: RuntimeError 39 dart/optimized_stacktrace_test: RuntimeError
(...skipping 21 matching lines...) Expand all
60 [ $compiler == none && $runtime == drt ] 61 [ $compiler == none && $runtime == drt ]
61 dart/isolate_mirror_local_test: Skip 62 dart/isolate_mirror_local_test: Skip
62 63
63 [ $compiler == none && $runtime == dartium ] 64 [ $compiler == none && $runtime == dartium ]
64 dart/isolate_mirror_local_test: Fail # Issue 13719: Please triage this failure. 65 dart/isolate_mirror_local_test: Fail # Issue 13719: Please triage this failure.
65 66
66 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 67 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
67 dart/isolate_mirror_remote_test: Fail # Issue 13921 68 dart/isolate_mirror_remote_test: Fail # Issue 13921
68 dart/isolate_unhandled_exception_test: Fail # Issue 13921 69 dart/isolate_unhandled_exception_test: Fail # Issue 13921
69 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag 70 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag
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