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

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

Issue 2983313002: Updated status files to expect MissingCompileTimeError for static error tests on non-dart 2.0 confi… (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/symbol_reserved_word_test.dart » ('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 ] 8 [ $compiler == none && $runtime == drt ]
9 from_environment_const_type_test: Skip 9 from_environment_const_type_test: Skip
10 from_environment_const_type_undefined_test: Skip 10 from_environment_const_type_undefined_test: Skip
11 int_from_environment2_test: Skip 11 int_from_environment2_test: Skip
12 int_from_environment3_test: Skip 12 int_from_environment3_test: Skip
13 int_from_environment_test: Skip 13 int_from_environment_test: Skip
14 string_from_environment2_test: Skip 14 string_from_environment2_test: Skip
15 string_from_environment3_test: Skip 15 string_from_environment3_test: Skip
16 string_from_environment_test: Skip 16 string_from_environment_test: Skip
17 17
18 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
19 string_case_test/01: Fail # Bug 18061
20
18 [ $compiler == dart2js ] 21 [ $compiler == dart2js ]
19 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace. 22 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein g whitespace.
20 int_parse_radix_test/02: Fail # No bigints. 23 int_parse_radix_test/02: Fail # No bigints.
21 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace. 24 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w hitespace.
22 integer_to_radix_string_test: RuntimeError # issue 22045 25 integer_to_radix_string_test: RuntimeError # issue 22045
23 int_modulo_arith_test/bignum: RuntimeError # No bigints. 26 int_modulo_arith_test/bignum: RuntimeError # No bigints.
24 int_modulo_arith_test/modPow: RuntimeError # No bigints. 27 int_modulo_arith_test/modPow: RuntimeError # No bigints.
25 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 28 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
26 29
27 [ $runtime == ff || $runtime == jsshell ] 30 [ $runtime == ff || $runtime == jsshell ]
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1 197 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
195 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 198 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
196 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 199 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
197 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 200 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
198 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 201 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
199 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 202 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
200 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 203 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
201 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 204 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
202 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 205 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
203 main_test: RuntimeError # Flutter Issue 9111 206 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « no previous file | tests/corelib/symbol_reserved_word_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698