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

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

Issue 2802003002: Restore status line for non-dart2js compilers. (Closed)
Patch Set: Created 3 years, 8 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) 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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
11 int_from_environment3_test: Skip 11 int_from_environment3_test: Skip
12 int_from_environment_test: Skip 12 int_from_environment_test: Skip
13 string_from_environment2_test: Skip 13 string_from_environment2_test: Skip
14 string_from_environment3_test: Skip 14 string_from_environment3_test: Skip
15 string_from_environment_test: Skip 15 string_from_environment_test: Skip
16 16
17 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 17 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
18 unicode_test: Fail # Bug 6706 18 unicode_test: Fail # Bug 6706
19 compare_to2_test: Fail # Bug 4018 19 compare_to2_test: Fail # Bug 4018
20 symbol_test/01: Fail, Pass # bug 11669 20 symbol_test/01: Fail, Pass # bug 11669
21 21
22 # With the exception of 'void', new Symbol() should not accept reserved words. 22 # With the exception of 'void', new Symbol() should not accept reserved words.
23 symbol_reserved_word_test/05: CompileTimeError # bug 20191
23 symbol_reserved_word_test/06: RuntimeError # bug 11669 24 symbol_reserved_word_test/06: RuntimeError # bug 11669
24 symbol_reserved_word_test/09: RuntimeError # bug 11669 25 symbol_reserved_word_test/09: RuntimeError # bug 11669
25 symbol_reserved_word_test/12: RuntimeError # bug 11669 26 symbol_reserved_word_test/12: RuntimeError # bug 11669
26 27
27 symbol_test/none: Fail # bug 11669 28 symbol_test/none: Fail # bug 11669
28 symbol_operator_test/03: Fail # bug 11669 29 symbol_operator_test/03: Fail # bug 11669
29 string_case_test/01: Fail # Bug 18061 30 string_case_test/01: Fail # Bug 18061
30 31
31 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm || $runtime == flutter)] 32 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm || $runtime == flutter)]
32 string_trimlr_test/02: RuntimeError # Issue 29060 33 string_trimlr_test/02: RuntimeError # Issue 29060
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 351 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
351 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 352 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
352 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 353 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
353 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 354 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
354 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 355 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
355 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 356 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
356 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 357 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
357 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 358 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
358 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 359 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
359 main_test: RuntimeError # Flutter Issue 9111 360 main_test: RuntimeError # Flutter Issue 9111
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