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

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

Issue 1455233007: Skip isolate spawning tests on Dartium. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | tests/co19/co19-dartium.status » ('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 # 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, Timeout 6 cc/ArrayNew_Overflow_Crash: Crash, Timeout
7 cc/AllocGeneric_Overflow: Crash, Timeout 7 cc/AllocGeneric_Overflow: Crash, Timeout
8 cc/CodeImmutability: Crash 8 cc/CodeImmutability: Crash
9 9
10 cc/SNPrint_BadArgs: Skip 10 cc/SNPrint_BadArgs: Skip
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 dart/optimized_stacktrace_test: RuntimeError 48 dart/optimized_stacktrace_test: RuntimeError
49 49
50 # Methods can be missing in dart2js stack traces due to inlining. Also when 50 # Methods can be missing in dart2js stack traces due to inlining. Also when
51 # minifying they can be renamed, which is issue 7953. 51 # minifying they can be renamed, which is issue 7953.
52 dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953 52 dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953
53 53
54 [ $compiler == dart2js || $compiler == dartanalyzer || $compiler == dart2analyze r ] 54 [ $compiler == dart2js || $compiler == dartanalyzer || $compiler == dart2analyze r ]
55 # Data uri's not supported by dart2js or the analyzer. 55 # Data uri's not supported by dart2js or the analyzer.
56 dart/data_uri*test: Skip 56 dart/data_uri*test: Skip
57 57
58 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
59 dart/data_uri_spawn_test: Skip # Issue 24990
60
58 [ $runtime == vm ] 61 [ $runtime == vm ]
59 dart/data_uri_failures_test/wrongmime: RuntimeError, OK # VM is more restrictive than the browser 62 dart/data_uri_failures_test/wrongmime: RuntimeError, OK # VM is more restrictive than the browser
60 dart/data_uri_failures_test/nomime: RuntimeError, OK 63 dart/data_uri_failures_test/nomime: RuntimeError, OK
61 dart/data_uri_failures_test/nocharset: RuntimeError, OK 64 dart/data_uri_failures_test/nocharset: RuntimeError, OK
62 dart/data_uri_failures_test/base64: RuntimeError, OK 65 dart/data_uri_failures_test/base64: RuntimeError, OK
63 66
64 [ $arch == mips ] 67 [ $arch == mips ]
65 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440 68 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440
66 cc/ArrayLengthMaxElements: Crash # Issue 23275 69 cc/ArrayLengthMaxElements: Crash # Issue 23275
67 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. 70 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory.
(...skipping 12 matching lines...) Expand all
80 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 83 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
81 cc/Dart2JSCompileAll: Skip # Timeout. 84 cc/Dart2JSCompileAll: Skip # Timeout.
82 85
83 [ $runtime == vm && $builder_tag == asan && $arch == x64] 86 [ $runtime == vm && $builder_tag == asan && $arch == x64]
84 cc/TestObjectCompare : Crash # Issue 25002 87 cc/TestObjectCompare : Crash # Issue 25002
85 88
86 [ $noopt ] 89 [ $noopt ]
87 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors 90 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors
88 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc 91 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc
89 dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing 92 dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dartium.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698