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

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

Issue 2114083002: Add --hot-reload to the test harness. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: . Created 4 years, 5 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/corelib/corelib.status ('k') | tests/lib/lib.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 arg_param_trailing_comma_test/none: Fail # Issue 26644 8 arg_param_trailing_comma_test/none: Fail # Issue 26644
9 9
10 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ] 10 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ]
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 # TODO(vegorov) StopInstr is unimplemented. 239 # TODO(vegorov) StopInstr is unimplemented.
240 vm/debug_break_enabled_vm_test/none: Skip 240 vm/debug_break_enabled_vm_test/none: Skip
241 241
242 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 242 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256
243 # fields in an object. 243 # fields in an object.
244 large_class_declaration_test: Skip 244 large_class_declaration_test: Skip
245 245
246 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 246 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
247 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 247 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373
248 issue23244_test: Skip # Issue #26373 248 issue23244_test: Skip # Issue #26373
249
250 [ $hot_reload ]
251 deferred_load_inval_code_test: RuntimeError
252 regress_26453_test: Pass, Fail, Crash
253 vm/regress_16873_test: Pass, Crash
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698