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

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

Issue 2120383002: Update test and status file. (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/language/arg_param_trailing_comma_test.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 # 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 || ($runtime != vm && $runtime != dartium && $runtime != drt )] 8 [ $compiler != none || ($runtime != vm && $runtime != dartium && $runtime != drt )]
9 arg_param_trailing_comma_test/none: Fail # Issue 26644 9 arg_param_trailing_comma_test/none: Fail # Issue 26644
10 10
11 [ $compiler == none || $runtime == dartium && $runtime == drt ]
12 arg_param_trailing_comma_test/main_with_trailing: Fail, OK # Dartium only looks for main without args.
13
11 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ] 14 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ]
12 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 15 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
13 16
14 # These tests are skipped in the VM because it has "--supermixin" 17 # These tests are skipped in the VM because it has "--supermixin"
15 # functionality enabled unconditionally. The tests should be removed 18 # functionality enabled unconditionally. The tests should be removed
16 # once the same is true for analyzer (#24478) and dart2js (#23773) 19 # once the same is true for analyzer (#24478) and dart2js (#23773)
17 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 20 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773
18 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773 21 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773
19 22
20 # These bugs refer currently ongoing language discussions. 23 # These bugs refer currently ongoing language discussions.
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 large_class_declaration_test: Skip 248 large_class_declaration_test: Skip
246 249
247 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 250 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
248 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 251 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373
249 issue23244_test: Skip # Issue #26373 252 issue23244_test: Skip # Issue #26373
250 253
251 [ $hot_reload ] 254 [ $hot_reload ]
252 deferred_load_inval_code_test: RuntimeError 255 deferred_load_inval_code_test: RuntimeError
253 regress_26453_test: Pass, Fail, Crash 256 regress_26453_test: Pass, Fail, Crash
254 vm/regress_16873_test: Pass, Crash 257 vm/regress_16873_test: Pass, Crash
OLDNEW
« no previous file with comments | « tests/language/arg_param_trailing_comma_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698