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

Side by Side Diff: tests/standalone/standalone.status

Issue 1979983002: Suppress test on ARM that creates large files. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
« 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 unboxed_int_converter_test: Skip 108 unboxed_int_converter_test: Skip
109 pair_location_remapping_test: Skip 109 pair_location_remapping_test: Skip
110 regress_25335_test: Skip # Int64List not supported. 110 regress_25335_test: Skip # Int64List not supported.
111 111
112 [ $compiler == dart2js && $cps_ir && $checked ] 112 [ $compiler == dart2js && $cps_ir && $checked ]
113 *: Skip # `assert` not implemented 113 *: Skip # `assert` not implemented
114 114
115 [ ($runtime == vm || $runtime == dart_product) && ($arch == arm || $arch == arm6 4) ] 115 [ ($runtime == vm || $runtime == dart_product) && ($arch == arm || $arch == arm6 4) ]
116 io/file_stream_test: Skip # Issue 26109 116 io/file_stream_test: Skip # Issue 26109
117 io/file_typed_data_test: Skip # Issue 26109 117 io/file_typed_data_test: Skip # Issue 26109
118 io/file_input_stream_test: Skip # Issue 26109
118 119
119 [ $compiler == dart2js && $jscl ] 120 [ $compiler == dart2js && $jscl ]
120 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . 121 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError .
121 deoptimization_test: RuntimeError, OK # Requires bigint. 122 deoptimization_test: RuntimeError, OK # Requires bigint.
122 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. 123 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M.
123 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. 124 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8.
124 125
125 [ $compiler == dart2js && $runtime == none ] 126 [ $compiler == dart2js && $runtime == none ]
126 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. 127 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200.
127 medium_integer_test: Pass # The test only fails at runtime, not at compilation. 128 medium_integer_test: Pass # The test only fails at runtime, not at compilation.
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 300
300 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 301 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
301 io/*: Skip # Issue #26376 302 io/*: Skip # Issue #26376
302 303
303 typed_data_isolate_test: Skip # Issue #26376 304 typed_data_isolate_test: Skip # Issue #26376
304 typed_array_test: Skip # Issue #26376 305 typed_array_test: Skip # Issue #26376
305 typed_array_int64_uint64_test: Skip # Issue #26376 306 typed_array_int64_uint64_test: Skip # Issue #26376
306 307
307 oom_error_stacktrace_test: Skip # Issue #26377 308 oom_error_stacktrace_test: Skip # Issue #26377
308 out_of_memory_test: Skip # Issue #26377 309 out_of_memory_test: Skip # Issue #26377
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