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

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

Issue 1359443006: Mark dart2js as failing invocation_mirror_empty_arguments_test. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | « 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 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
11 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 11 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
12 async_star_await_pauses_test: Fail, Timeout # Issue 22853 12 async_star_await_pauses_test: Fail, Timeout # Issue 22853
13 tearoff_basic_test: Skip # Tear-off not supported 13 tearoff_basic_test: Skip # Tear-off not supported
14 tearoff_constructor_basic_test: Skip # Tear-off not supported 14 tearoff_constructor_basic_test: Skip # Tear-off not supported
15 15
16 try_catch_on_syntax_test/10: Fail # Issue 19823 16 try_catch_on_syntax_test/10: Fail # Issue 19823
17 try_catch_on_syntax_test/11: Fail # Issue 19823 17 try_catch_on_syntax_test/11: Fail # Issue 19823
18 18
19 call_function_apply_test: RuntimeError # Issue 23873 19 call_function_apply_test: RuntimeError # Issue 23873
20 20
21 [ $compiler == dart2js && $runtime == jsshell ] 21 [ $compiler == dart2js && $runtime == jsshell ]
22 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 22 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
23 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 23 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
24 24
25 [ $compiler == dart2js ] 25 [ $compiler == dart2js ]
26 invocation_mirror_empty_arguments_test: Fail # Issue 24331
26 nan_identical_test: Fail # Issue 11551 27 nan_identical_test: Fail # Issue 11551
27 symbol_literal_test/*: Fail # Issue 21825 28 symbol_literal_test/*: Fail # Issue 21825
28 constructor_duplicate_final_test/01: Fail # Issue 13363 29 constructor_duplicate_final_test/01: Fail # Issue 13363
29 constructor_duplicate_final_test/02: Fail # Issue 13363 30 constructor_duplicate_final_test/02: Fail # Issue 13363
30 override_inheritance_mixed_test/08: Fail # Issue 18124 31 override_inheritance_mixed_test/08: Fail # Issue 18124
31 override_inheritance_mixed_test/09: Fail # Issue 18124 32 override_inheritance_mixed_test/09: Fail # Issue 18124
32 bad_constructor_test/05: CompileTimeError # Issue 13669 33 bad_constructor_test/05: CompileTimeError # Issue 13669
33 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 34 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
34 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 35 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
35 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 36 full_stacktrace3_test: Pass, RuntimeError # Issue 12698
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync* /async* functions 397 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync* /async* functions
397 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final ly {yield "b";}}): cannot handle sync*/async* functions 398 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final ly {yield "b";}}): cannot handle sync*/async* functions
398 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as ync* functions 399 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as ync* functions
399 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions 400 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions
400 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p ++ ;yield p+i;}): cannot handle sync*/async* functions 401 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p ++ ;yield p+i;}): cannot handle sync*/async* functions
401 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba r();}): cannot handle sync*/async* functions 402 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba r();}): cannot handle sync*/async* functions
402 type_variable_closure2_test: RuntimeError # Please triage this failure. 403 type_variable_closure2_test: RuntimeError # Please triage this failure.
403 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 404 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
404 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 405 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
405 type_variable_nested_test: RuntimeError # Please triage this failure. 406 type_variable_nested_test: RuntimeError # Please triage this failure.
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