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

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

Issue 2986693002: Remove references to 'dartium' and 'drt' in status files. (Closed)
Patch Set: Created 3 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 | « no previous file | tests/corelib_2/corelib_2.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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts.
7 7
8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
9 from_environment_const_type_test: Skip
10 from_environment_const_type_undefined_test: Skip
11 int_from_environment2_test: Skip
12 int_from_environment3_test: Skip
13 int_from_environment_test: Skip
14 string_from_environment2_test: Skip
15 string_from_environment3_test: Skip
16 string_from_environment_test: Skip
17
18 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
19 symbol_test/01: Fail, Pass # bug 11669 9 symbol_test/01: Fail, Pass # bug 11669
20 10
21 # With the exception of 'void', new Symbol() should not accept reserved words. 11 # With the exception of 'void', new Symbol() should not accept reserved words.
22 symbol_reserved_word_test/05: CompileTimeError # bug 20191 12 symbol_reserved_word_test/05: CompileTimeError # bug 20191
23 symbol_reserved_word_test/06: RuntimeError # bug 11669 13 symbol_reserved_word_test/06: RuntimeError # bug 11669
24 symbol_reserved_word_test/09: RuntimeError # bug 11669 14 symbol_reserved_word_test/09: RuntimeError # bug 11669
25 symbol_reserved_word_test/12: RuntimeError # bug 11669 15 symbol_reserved_word_test/12: RuntimeError # bug 11669
26 16
27 symbol_test/none: Fail # bug 11669 17 symbol_test/none: Fail # bug 11669
(...skipping 20 matching lines...) Expand all
48 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed. 38 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul d be allowed.
49 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 39 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
50 int_parse_radix_test/02: Fail # No bigints. 40 int_parse_radix_test/02: Fail # No bigints.
51 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace. 41 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
52 integer_to_radix_string_test: RuntimeError # issue 22045 42 integer_to_radix_string_test: RuntimeError # issue 22045
53 int_modulo_arith_test/bignum: RuntimeError # No bigints. 43 int_modulo_arith_test/bignum: RuntimeError # No bigints.
54 int_modulo_arith_test/modPow: RuntimeError # No bigints. 44 int_modulo_arith_test/modPow: RuntimeError # No bigints.
55 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 45 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
56 symbol_reserved_word_test/05: Crash # bug 20191 46 symbol_reserved_word_test/05: Crash # bug 20191
57 47
58 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru ntime != dartium && $runtime != drt ] 48 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) ]
59 symbol_test/02: MissingCompileTimeError # bug 11669 49 symbol_test/02: MissingCompileTimeError # bug 11669
60 symbol_test/03: MissingCompileTimeError # bug 11669 50 symbol_test/03: MissingCompileTimeError # bug 11669
61 51
62 [ $runtime == ff || $runtime == jsshell ] 52 [ $runtime == ff || $runtime == jsshell ]
63 # Firefox takes advantage of the ECMAScript number parsing cop-out clause 53 # Firefox takes advantage of the ECMAScript number parsing cop-out clause
64 # (presumably added to allow Mozilla's existing behavior) 54 # (presumably added to allow Mozilla's existing behavior)
65 # and only looks at the first 20 significant digits. 55 # and only looks at the first 20 significant digits.
66 # The Dart VM and the other ECMAScript implementations follow the correct 56 # The Dart VM and the other ECMAScript implementations follow the correct
67 # IEEE-754 rounding algorithm. 57 # IEEE-754 rounding algorithm.
68 double_parse_test/02: Fail, OK 58 double_parse_test/02: Fail, OK
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 258 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
269 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 259 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
270 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 260 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
271 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 261 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
272 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 262 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
273 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 263 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
274 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 264 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
275 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 265 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
276 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 266 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
277 main_test: RuntimeError # Flutter Issue 9111 267 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « no previous file | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698