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

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

Issue 2638063003: Reverts the following two commits: (Closed)
Patch Set: Created 3 years, 11 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_analyzer2.status ('k') | tests/language/language_kernel.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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 enum_test: Fail # Issue 28340 6 enum_test: Fail # Issue 28340
7 deferred_not_loaded_check_test: Fail # Issue 27577 7 deferred_not_loaded_check_test: Fail # Issue 27577
8 getter_setter_in_lib_test: Fail # Issue 23288 8 getter_setter_in_lib_test: Fail # Issue 23288
9 method_name_test: Fail # issue 25574 9 method_name_test: Fail # issue 25574
10 setter4_test: CompileTimeError # issue 13639 10 setter4_test: CompileTimeError # issue 13639
(...skipping 21 matching lines...) Expand all
32 library_env_test/has_no_mirror_support: RuntimeError, OK 32 library_env_test/has_no_mirror_support: RuntimeError, OK
33 33
34 accessor_conflict_import2_test: RuntimeError # Issue 25626 34 accessor_conflict_import2_test: RuntimeError # Issue 25626
35 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 35 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
36 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 36 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
37 accessor_conflict_import_test: RuntimeError # Issue 25626 37 accessor_conflict_import_test: RuntimeError # Issue 25626
38 38
39 duplicate_part_test/01: MissingCompileTimeError # Issue 27517 39 duplicate_part_test/01: MissingCompileTimeError # Issue 27517
40 40
41 bad_typedef_test/00: Crash # Issue 28214 41 bad_typedef_test/00: Crash # Issue 28214
42 generic_function_typedef2_test/00: Crash # Issue 28214
43 generic_function_typedef2_test/01: Crash # Issue 28214
44 generic_function_typedef2_test/02: Crash # Issue 28214
45 generic_function_typedef2_test/03: Crash # Issue 28214
46 generic_function_typedef2_test/05: Crash # Issue 28214
47 generic_function_typedef2_test/06: Crash # Issue 28214
48 42
49 covariant_test/02: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 43 covariant_test/02: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
50 covariant_test/08: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 44 covariant_test/08: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
51 covariant_test/12: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 45 covariant_test/12: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
52 covariant_test/14: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 46 covariant_test/14: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
53 covariant_test/16: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 47 covariant_test/16: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
54 covariant_test/22: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 48 covariant_test/22: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
55 covariant_test/28: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 49 covariant_test/28: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
56 covariant_test/32: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 50 covariant_test/32: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
57 covariant_test/34: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level. 51 covariant_test/34: MissingCompileTimeError, OK # Accepts `covariant` for statics /top-level.
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 *: Skip # `assert` not implemented 359 *: Skip # `assert` not implemented
366 360
367 [ $compiler == dart2js && $host_checked ] 361 [ $compiler == dart2js && $host_checked ]
368 regress_26855_test/1: Crash # Issue 26867 362 regress_26855_test/1: Crash # Issue 26867
369 regress_26855_test/2: Crash # Issue 26867 363 regress_26855_test/2: Crash # Issue 26867
370 regress_26855_test/3: Crash # Issue 26867 364 regress_26855_test/3: Crash # Issue 26867
371 regress_26855_test/4: Crash # Issue 26867 365 regress_26855_test/4: Crash # Issue 26867
372 366
373 [ $compiler != dart2analyzer] 367 [ $compiler != dart2analyzer]
374 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status 368 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698