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

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

Issue 1489603002: Standalone: Use new support in dart:core for decoding data uris. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 | « runtime/bin/vmservice/loader.dart ('k') | 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, 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 [ $runtime == vm ] 58 [ $runtime == vm ]
59 dart/data_uri_failures_test/wrongmime: RuntimeError, OK # VM is more restrictive than the browser 59 dart/data_uri_failures_test/wrongmime: RuntimeError, OK # VM is more restrictive than the browser
60 dart/data_uri_failures_test/nomime: RuntimeError, OK 60 dart/data_uri_failures_test/nomime: RuntimeError, OK
61 dart/data_uri_failures_test/nocharset: RuntimeError, OK 61 dart/data_uri_failures_test/nocharset: RuntimeError, OK
62 dart/data_uri_failures_test/base64: RuntimeError, OK
Ivan Posva 2015/12/01 18:15:15 As discussed roll these into a single test with th
63 62
64 [ $arch == mips ] 63 [ $arch == mips ]
65 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440 64 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440
66 cc/ArrayLengthMaxElements: Crash # Issue 23275 65 cc/ArrayLengthMaxElements: Crash # Issue 23275
67 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. 66 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory.
68 67
69 [ $arch == mips && $mode == debug ] 68 [ $arch == mips && $mode == debug ]
70 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 69 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440
71 70
72 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 71 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
73 dart/optimized_stacktrace_test: StaticWarning 72 dart/optimized_stacktrace_test: StaticWarning
74 73
75 [ $runtime != vm ] 74 [ $runtime != vm ]
76 dart/snapshot_version_test: SkipByDesign # Spawns processes 75 dart/snapshot_version_test: SkipByDesign # Spawns processes
77 dart/spawn_infinite_loop_test: Skip # VM shutdown test 76 dart/spawn_infinite_loop_test: Skip # VM shutdown test
78 dart/spawn_shutdown_test: Skip # VM Shutdown test 77 dart/spawn_shutdown_test: Skip # VM Shutdown test
79 78
80 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 79 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
81 cc/Dart2JSCompileAll: Skip # Timeout. 80 cc/Dart2JSCompileAll: Skip # Timeout.
82 81
83 [ $runtime == vm && $builder_tag == asan && $arch == x64] 82 [ $runtime == vm && $builder_tag == asan && $arch == x64]
84 cc/TestObjectCompare : Crash # Issue 25002 83 cc/TestObjectCompare : Crash # Issue 25002
85 84
86 [ $noopt ] 85 [ $noopt ]
87 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors 86 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors
88 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc 87 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc
89 dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing 88 dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing
OLDNEW
« no previous file with comments | « runtime/bin/vmservice/loader.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698