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

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

Issue 2574723002: Update status (Closed)
Patch Set: Remove lines. Created 4 years 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 == dart2js ] 5 [ $compiler == dart2js ]
6 deferred_not_loaded_check_test: Fail # Issue 27577 6 deferred_not_loaded_check_test: Fail # Issue 27577
7 getter_setter_in_lib_test: Fail # Issue 23288 7 getter_setter_in_lib_test: Fail # Issue 23288
8 method_name_test: Fail # issue 25574 8 method_name_test: Fail # issue 25574
9 setter4_test: CompileTimeError # issue 13639 9 setter4_test: CompileTimeError # issue 13639
10 10
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 null_test/none: Fail # mirrors not supported 60 null_test/none: Fail # mirrors not supported
61 overridden_no_such_method_test: Fail # mirrors not supported 61 overridden_no_such_method_test: Fail # mirrors not supported
62 redirecting_factory_reflection_test: Fail # mirrors not supported 62 redirecting_factory_reflection_test: Fail # mirrors not supported
63 regress_13462_0_test: Fail # mirrors not supported 63 regress_13462_0_test: Fail # mirrors not supported
64 regress_13462_1_test: Fail # mirrors not supported 64 regress_13462_1_test: Fail # mirrors not supported
65 regress_18535_test: Fail # mirrors not supported 65 regress_18535_test: Fail # mirrors not supported
66 super_call4_test: Fail # mirrors not supported 66 super_call4_test: Fail # mirrors not supported
67 super_getter_setter_test: Fail # mirrors not supported 67 super_getter_setter_test: Fail # mirrors not supported
68 vm/reflect_core_vm_test: Fail # mirrors not supported 68 vm/reflect_core_vm_test: Fail # mirrors not supported
69 69
70 [ $compiler == dart2js && $fast_startup && $checked ]
71 generic_local_functions_test: Fail # reified type for generic function not gener ated correctly
72 generic_methods_generic_function_parameter_test: Fail # reified type for generic function not generated correctly
73
74 [ $compiler == dart2js && $runtime == jsshell ] 70 [ $compiler == dart2js && $runtime == jsshell ]
75 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 71 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
76 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 72 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
77 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728 73 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728
78 async_star_no_cancel_test: RuntimeError # Need triage 74 async_star_no_cancel_test: RuntimeError # Need triage
79 async_star_no_cancel2_test: RuntimeError # Need triage 75 async_star_no_cancel2_test: RuntimeError # Need triage
80 76
81 [ $compiler == dart2js && $browser ] 77 [ $compiler == dart2js && $browser ]
82 config_import_test: Fail # Test flag is not passed to the compiler. 78 config_import_test: Fail # Test flag is not passed to the compiler.
83 79
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 *: Skip # `assert` not implemented 347 *: Skip # `assert` not implemented
352 348
353 [ $compiler == dart2js && $host_checked ] 349 [ $compiler == dart2js && $host_checked ]
354 regress_26855_test/1: Crash # Issue 26867 350 regress_26855_test/1: Crash # Issue 26867
355 regress_26855_test/2: Crash # Issue 26867 351 regress_26855_test/2: Crash # Issue 26867
356 regress_26855_test/3: Crash # Issue 26867 352 regress_26855_test/3: Crash # Issue 26867
357 regress_26855_test/4: Crash # Issue 26867 353 regress_26855_test/4: Crash # Issue 26867
358 354
359 [ $compiler != dart2analyzer] 355 [ $compiler != dart2analyzer]
360 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status 356 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status
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