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

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

Issue 2284743003: more status updates: many tests that import mirrors also "pass" because they expect compile-time fa… (Closed)
Patch Set: Created 4 years, 3 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/co19/co19-dart2js.status ('k') | tests/lib/lib.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 getter_setter_in_lib_test: Fail # Issue 23288 6 getter_setter_in_lib_test: Fail # Issue 23288
7 method_name_test: Fail # issue 25574 7 method_name_test: Fail # issue 25574
8 setter4_test: CompileTimeError # issue 13639 8 setter4_test: CompileTimeError # issue 13639
9 9
10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
(...skipping 22 matching lines...) Expand all
33 library_env_test/has_no_io_support: RuntimeError, OK 33 library_env_test/has_no_io_support: RuntimeError, OK
34 library_env_test/has_no_mirror_support: RuntimeError, OK 34 library_env_test/has_no_mirror_support: RuntimeError, OK
35 35
36 accessor_conflict_import2_test: RuntimeError # Issue 25626 36 accessor_conflict_import2_test: RuntimeError # Issue 25626
37 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 37 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
38 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 38 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
39 accessor_conflict_import_test: RuntimeError # Issue 25626 39 accessor_conflict_import_test: RuntimeError # Issue 25626
40 40
41 [ $compiler == dart2js && $fast_startup ] 41 [ $compiler == dart2js && $fast_startup ]
42 const_evaluation_test/*: Fail # mirrors not supported 42 const_evaluation_test/*: Fail # mirrors not supported
43 deferred_constraints_constants_test: Fail # mirrors not supported 43 deferred_constraints_constants_test/none: Fail # mirrors not supported
44 deferred_constraints_constants_test/reference_after_load: Fail # mirrors not sup ported
45 deferred_constraints_constants_test: Pass # mirrors not supported, passes for th e wrong reason
44 enum_mirror_test: Fail # mirrors not supported 46 enum_mirror_test: Fail # mirrors not supported
45 field_increment_bailout_test: Fail # mirrors not supported 47 field_increment_bailout_test: Fail # mirrors not supported
46 instance_creation_in_function_annotation_test: Fail # mirrors not supported 48 instance_creation_in_function_annotation_test: Fail # mirrors not supported
47 invocation_mirror2_test: Fail # mirrors not supported 49 invocation_mirror2_test: Fail # mirrors not supported
48 invocation_mirror_invoke_on2_test: Fail # mirrors not supported 50 invocation_mirror_invoke_on2_test: Fail # mirrors not supported
49 invocation_mirror_invoke_on_test: Fail # mirrors not supported 51 invocation_mirror_invoke_on_test: Fail # mirrors not supported
50 issue21079_test: Fail # mirrors not supported 52 issue21079_test: Fail # mirrors not supported
53 library_env_test/has_mirror_support: Fail # mirrors not supported
54 library_env_test/has_no_mirror_support: Pass # fails for the wrong reason.
51 many_overridden_no_such_method_test: Fail # mirrors not supported 55 many_overridden_no_such_method_test: Fail # mirrors not supported
52 no_such_method_test: Fail # mirrors not supported 56 no_such_method_test: Fail # mirrors not supported
53 null_test: Fail # mirrors not supported 57 null_test/0*: Pass # mirrors not supported, fails for the wrong reason
58 null_test/none: Fail # mirrors not supported
54 overridden_no_such_method_test: Fail # mirrors not supported 59 overridden_no_such_method_test: Fail # mirrors not supported
55 redirecting_factory_reflection_test: Fail # mirrors not supported 60 redirecting_factory_reflection_test: Fail # mirrors not supported
56 regress_13462_0_test: Fail # mirrors not supported 61 regress_13462_0_test: Fail # mirrors not supported
57 regress_13462_1_test: Fail # mirrors not supported 62 regress_13462_1_test: Fail # mirrors not supported
58 regress_18535_test: Fail # mirrors not supported 63 regress_18535_test: Fail # mirrors not supported
59 super_call4_test: Fail # mirrors not supported 64 super_call4_test: Fail # mirrors not supported
60 super_getter_setter_test: Fail # mirrors not supported 65 super_getter_setter_test: Fail # mirrors not supported
61 vm/reflect_core_vm_test: Fail # mirrors not supported 66 vm/reflect_core_vm_test: Fail # mirrors not supported
62 67
63
64 [ $compiler == dart2js && $runtime == jsshell ] 68 [ $compiler == dart2js && $runtime == jsshell ]
65 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 69 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
66 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 70 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
67 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728 71 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728
68 async_star_no_cancel_test: RuntimeError # Need triage 72 async_star_no_cancel_test: RuntimeError # Need triage
69 async_star_no_cancel2_test: RuntimeError # Need triage 73 async_star_no_cancel2_test: RuntimeError # Need triage
70 74
71 [ $compiler == dart2js && $browser ] 75 [ $compiler == dart2js && $browser ]
72 config_import_test: Fail # Test flag is not passed to the compiler. 76 config_import_test: Fail # Test flag is not passed to the compiler.
73 77
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 try_finally_regress_25333_test: Crash # Issue 24485 355 try_finally_regress_25333_test: Crash # Issue 24485
352 356
353 [ $compiler == dart2js && $cps_ir && $checked ] 357 [ $compiler == dart2js && $cps_ir && $checked ]
354 *: Skip # `assert` not implemented 358 *: Skip # `assert` not implemented
355 359
356 [ $compiler == dart2js && $host_checked ] 360 [ $compiler == dart2js && $host_checked ]
357 regress_26855_test/1: Crash # Issue 26867 361 regress_26855_test/1: Crash # Issue 26867
358 regress_26855_test/2: Crash # Issue 26867 362 regress_26855_test/2: Crash # Issue 26867
359 regress_26855_test/3: Crash # Issue 26867 363 regress_26855_test/3: Crash # Issue 26867
360 regress_26855_test/4: Crash # Issue 26867 364 regress_26855_test/4: Crash # Issue 26867
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698