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

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

Issue 2989663002: Temporarily skip tests with --use-sdk (at this time, tests are being run in bots that are not build… (Closed)
Patch Set: Created 3 years, 4 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/language_dart2js.status ('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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. 5 # The VM and dart2js do not implement the Dart 2.0 static type errors yet.
6 # Analyzer does, but only when "--strong" is used. 6 # Analyzer does, but only when "--strong" is used.
7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co mpiler == dart2analyzer && ! $strong) ] 7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co mpiler == dart2analyzer && ! $strong) ]
8 abstract_beats_arguments_test: MissingCompileTimeError 8 abstract_beats_arguments_test: MissingCompileTimeError
9 abstract_exact_selector_test/01: MissingCompileTimeError 9 abstract_exact_selector_test/01: MissingCompileTimeError
10 abstract_factory_constructor_test/00: MissingCompileTimeError 10 abstract_factory_constructor_test/00: MissingCompileTimeError
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 accessor_conflict_import_test: Crash 72 accessor_conflict_import_test: Crash
73 ackermann_test: Crash 73 ackermann_test: Crash
74 adjacent_const_string_literals_test: Crash 74 adjacent_const_string_literals_test: Crash
75 adjacent_string_literals_test: Crash 75 adjacent_string_literals_test: Crash
76 allocate_large_object_test: Crash 76 allocate_large_object_test: Crash
77 allocate_test: Crash 77 allocate_test: Crash
78 allocation_sinking_inlining_test: Crash 78 allocation_sinking_inlining_test: Crash
79 and_operation_on_non_integer_operand_test: Crash 79 and_operation_on_non_integer_operand_test: Crash
80 arithmetic_canonicalization_test: Crash 80 arithmetic_canonicalization_test: Crash
81 arithmetic_smi_overflow_test: Crash 81 arithmetic_smi_overflow_test: Crash
82
83 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
84 *: Skip # Issue 29626
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698