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

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

Issue 1924833003: Temporarily update test status for Android (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: added issue numbers 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 | « tests/isolate/isolate.status ('k') | tests/standalone/standalone.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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 10
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 # The following tests are supposed to fail. 212 # The following tests are supposed to fail.
213 library_env_test/has_mirror_support: RuntimeError, OK 213 library_env_test/has_mirror_support: RuntimeError, OK
214 214
215 [ $arch == simdbc || $arch == simdbc64 ] 215 [ $arch == simdbc || $arch == simdbc64 ]
216 # TODO(vegorov) StopInstr is unimplemented. 216 # TODO(vegorov) StopInstr is unimplemented.
217 vm/debug_break_enabled_vm_test/none: Skip 217 vm/debug_break_enabled_vm_test/none: Skip
218 218
219 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 219 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256
220 # fields in an object. 220 # fields in an object.
221 large_class_declaration_test: Skip 221 large_class_declaration_test: Skip
222
223 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
224 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373
225 issue23244_test: Skip # Issue #26373
226
227 vm/debug_break_enabled_vm_test/01: Skip # Issue #26375
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698