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

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

Issue 2598993003: Update status file. (Closed)
Patch Set: Created 3 years, 12 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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk ] 6 [ $compiler == dartk ]
7 large_class_declaration_test: Skip 7 large_class_declaration_test: Skip
8 large_implicit_getter_test: Skip 8 large_implicit_getter_test: Skip
9 larger_implicit_getter_test: Skip 9 larger_implicit_getter_test: Skip
10 null_is_bottom_test/22: RuntimeError # Issue 28025
11 null_is_bottom_test/34: RuntimeError # Issue 28025
10 12
11 ############################################################################### 13 ###############################################################################
12 # Dartk Entries 14 # Dartk Entries
13 ############################################################################### 15 ###############################################################################
14 16
15 [ $compiler == dartk || $compiler == dartkp ] 17 [ $compiler == dartk || $compiler == dartkp ]
16 bad_constructor_test/05: DartkCompileTimeError 18 bad_constructor_test/05: DartkCompileTimeError
17 conditional_import_string_test: DartkCompileTimeError 19 conditional_import_string_test: DartkCompileTimeError
18 conditional_import_test: DartkCompileTimeError 20 conditional_import_test: DartkCompileTimeError
19 conflicting_type_variable_and_setter_test: DartkCompileTimeError 21 conflicting_type_variable_and_setter_test: DartkCompileTimeError
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 stacktrace_rethrow_nonerror_test: RuntimeError 385 stacktrace_rethrow_nonerror_test: RuntimeError
384 stack_trace_test: RuntimeError 386 stack_trace_test: RuntimeError
385 string_interpolation7_test: RuntimeError 387 string_interpolation7_test: RuntimeError
386 super_call4_test: RuntimeError 388 super_call4_test: RuntimeError
387 389
388 # dartk: precompilation failures (debug) 390 # dartk: precompilation failures (debug)
389 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 391 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
390 constructor_named_arguments_test/01: Crash 392 constructor_named_arguments_test/01: Crash
391 not_enough_positional_arguments_test/05: Crash 393 not_enough_positional_arguments_test/05: Crash
392 enum_syntax_test/05: Crash 394 enum_syntax_test/05: Crash
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