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

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

Issue 12340062: One more test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
« 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 cc/New: Crash # Issue 6958. 5 cc/New: Crash # Issue 6958.
6 cc/TypeVariableReflection: Crash # Issue 6958. 6 cc/TypeVariableReflection: Crash # Issue 6958.
7 cc/LibraryGetClassNames: Fail # Issue 6958. 7 cc/LibraryGetClassNames: Fail # Issue 6958.
8 cc/ImportLibrary5: Fail # Issue 6958. 8 cc/ImportLibrary5: Fail # Issue 6958.
9 9
10 # These tests are expected to crash on all platforms. 10 # These tests are expected to crash on all platforms.
(...skipping 16 matching lines...) Expand all
27 cc/ExternalizeConstantStrings: Skip 27 cc/ExternalizeConstantStrings: Skip
28 28
29 [ $runtime == drt ] 29 [ $runtime == drt ]
30 dart/isolate_mirror_local_test: Skip 30 dart/isolate_mirror_local_test: Skip
31 31
32 [ $compiler == dart2js || $compiler == dartc ] 32 [ $compiler == dart2js || $compiler == dartc ]
33 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors 33 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors
34 dart/byte_array_test: Skip # compilers not aware of byte arrays 34 dart/byte_array_test: Skip # compilers not aware of byte arrays
35 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays 35 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays
36 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 36 dart/simd128float32_array_test: Skip # compilers not aware of Simd128
37 dart/simd128float32_test: Skip # compilers not aware of Simd128
37 dart/isolate_unhandled*: Skip 38 dart/isolate_unhandled*: Skip
38 39
39 [ $compiler == dart2js ] 40 [ $compiler == dart2js ]
40 # The source positions do not match with dart2js. 41 # The source positions do not match with dart2js.
41 dart/optimized_stacktrace_test: Fail 42 dart/optimized_stacktrace_test: Fail
42 43
43 [ $compiler == dart2js && $minified ] 44 [ $compiler == dart2js && $minified ]
44 # Methods in stack traces are renamed. 45 # Methods in stack traces are renamed.
45 dart/inline_stack_frame_test: Fail # Issue 7953. 46 dart/inline_stack_frame_test: Fail # Issue 7953.
46 47
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 cc/Simple: Skip 87 cc/Simple: Skip
87 cc/UseDartApi: Skip 88 cc/UseDartApi: Skip
88 # Tests needing Dart execution. 89 # Tests needing Dart execution.
89 dart/*: Skip 90 dart/*: Skip
90 91
91 # TODO(ajohnsen): Fix this as part of library changes. 92 # TODO(ajohnsen): Fix this as part of library changes.
92 [ $compiler == none ] 93 [ $compiler == none ]
93 cc/CustomIsolates: Skip # Bug 6890 94 cc/CustomIsolates: Skip # Bug 6890
94 cc/NewNativePort: Skip # Bug 6890 95 cc/NewNativePort: Skip # Bug 6890
95 cc/RunLoop_ExceptionParent: Skip # Bug 6890 96 cc/RunLoop_ExceptionParent: Skip # Bug 6890
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