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

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

Issue 2618753005: Disable test for fast-startup. (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 | « 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 library_env_test/has_no_mirror_support: Pass # fails for the wrong reason. 53 library_env_test/has_no_mirror_support: Pass # fails for the wrong reason.
54 many_overridden_no_such_method_test: Fail # mirrors not supported 54 many_overridden_no_such_method_test: Fail # mirrors not supported
55 no_such_method_test: Fail # mirrors not supported 55 no_such_method_test: Fail # mirrors not supported
56 null_test/0*: Pass # mirrors not supported, fails for the wrong reason 56 null_test/0*: Pass # mirrors not supported, fails for the wrong reason
57 null_test/none: Fail # mirrors not supported 57 null_test/none: Fail # mirrors not supported
58 overridden_no_such_method_test: Fail # mirrors not supported 58 overridden_no_such_method_test: Fail # mirrors not supported
59 redirecting_factory_reflection_test: Fail # mirrors not supported 59 redirecting_factory_reflection_test: Fail # mirrors not supported
60 regress_13462_0_test: Fail # mirrors not supported 60 regress_13462_0_test: Fail # mirrors not supported
61 regress_13462_1_test: Fail # mirrors not supported 61 regress_13462_1_test: Fail # mirrors not supported
62 regress_18535_test: Fail # mirrors not supported 62 regress_18535_test: Fail # mirrors not supported
63 regress_28255_test: Fail # mirrors not supported
63 super_call4_test: Fail # mirrors not supported 64 super_call4_test: Fail # mirrors not supported
64 super_getter_setter_test: Fail # mirrors not supported 65 super_getter_setter_test: Fail # mirrors not supported
65 vm/reflect_core_vm_test: Fail # mirrors not supported 66 vm/reflect_core_vm_test: Fail # mirrors not supported
66 67
67 [ $compiler == dart2js && $runtime == jsshell ] 68 [ $compiler == dart2js && $runtime == jsshell ]
68 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
69 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
70 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
71 async_star_no_cancel_test: RuntimeError # Need triage 72 async_star_no_cancel_test: RuntimeError # Need triage
72 async_star_no_cancel2_test: RuntimeError # Need triage 73 async_star_no_cancel2_test: RuntimeError # Need triage
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 *: Skip # `assert` not implemented 345 *: Skip # `assert` not implemented
345 346
346 [ $compiler == dart2js && $host_checked ] 347 [ $compiler == dart2js && $host_checked ]
347 regress_26855_test/1: Crash # Issue 26867 348 regress_26855_test/1: Crash # Issue 26867
348 regress_26855_test/2: Crash # Issue 26867 349 regress_26855_test/2: Crash # Issue 26867
349 regress_26855_test/3: Crash # Issue 26867 350 regress_26855_test/3: Crash # Issue 26867
350 regress_26855_test/4: Crash # Issue 26867 351 regress_26855_test/4: Crash # Issue 26867
351 352
352 [ $compiler != dart2analyzer] 353 [ $compiler != dart2analyzer]
353 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status 354 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