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

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

Issue 1691223002: update status files to make bots green (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 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 8
9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
10 async_star_await_pauses_test: Fail, Timeout # Issue 22853 10 async_star_await_pauses_test: Fail, Timeout # Issue 22853
(...skipping 24 matching lines...) Expand all
35 library_env_test/has_no_mirror_support: RuntimeError, OK 35 library_env_test/has_no_mirror_support: RuntimeError, OK
36 36
37 accessor_conflict_import2_test: RuntimeError # Issue 25626 37 accessor_conflict_import2_test: RuntimeError # Issue 25626
38 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 38 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
39 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 39 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
40 accessor_conflict_import_test: RuntimeError # Issue 25626 40 accessor_conflict_import_test: RuntimeError # Issue 25626
41 41
42 [ $compiler == dart2js && $runtime == jsshell ] 42 [ $compiler == dart2js && $runtime == jsshell ]
43 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 43 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
44 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 44 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
45 async_star_no_cancel_test: RuntimeError # Need triage
46 async_star_no_cancel2_test: RuntimeError # Need triage
45 47
46 [ $compiler == dart2js && $browser ] 48 [ $compiler == dart2js && $browser ]
47 config_import_test: Fail # Test flag is not passed to the compiler. 49 config_import_test: Fail # Test flag is not passed to the compiler.
48 50
49 [ $compiler == dart2js ] 51 [ $compiler == dart2js ]
50 invocation_mirror_empty_arguments_test: Fail # Issue 24331 52 invocation_mirror_empty_arguments_test: Fail # Issue 24331
51 nan_identical_test: Fail # Issue 11551 53 nan_identical_test: Fail # Issue 11551
52 symbol_literal_test/*: Fail # Issue 21825 54 symbol_literal_test/*: Fail # Issue 21825
53 constructor_duplicate_final_test/01: Fail # Issue 13363 55 constructor_duplicate_final_test/01: Fail # Issue 13363
54 constructor_duplicate_final_test/02: Fail # Issue 13363 56 constructor_duplicate_final_test/02: Fail # Issue 13363
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/ async* functions 269 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/ async* functions
268 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn c*/async* functions 270 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn c*/async* functions
269 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle sync*/async* functions 271 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle sync*/async* functions
270 async_return_types_test/nestedFuture: Crash # cannot handle sync*/async* functi ons 272 async_return_types_test/nestedFuture: Crash # cannot handle sync*/async* functi ons
271 async_return_types_test/none: Crash # cannot handle sync*/async* functions 273 async_return_types_test/none: Crash # cannot handle sync*/async* functions
272 async_return_types_test/tooManyTypeParameters: Crash # cannot handle sync*/async * functions 274 async_return_types_test/tooManyTypeParameters: Crash # cannot handle sync*/async * functions
273 async_return_types_test/wrongReturnType: Crash # cannot handle sync*/async* func tions 275 async_return_types_test/wrongReturnType: Crash # cannot handle sync*/async* func tions
274 async_return_types_test/wrongTypeParameter: Crash # cannot handle sync*/async* f unctions 276 async_return_types_test/wrongTypeParameter: Crash # cannot handle sync*/async* f unctions
275 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions 277 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions
276 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions 278 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions
279 async_star_no_cancel_test: Crash # (foo()async*{try {in... cannot handle sync*/ async* functions
280 async_star_no_cancel2_test: Crash # (foo()async*{try {in... cannot handle sync* /async* functions
277 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions 281 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions
278 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions 282 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions
279 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions 283 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions
280 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync */async* functions 284 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync */async* functions
281 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions 285 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions
282 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions 286 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
283 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions 287 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions
284 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions 288 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions
285 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions 289 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions
286 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions 290 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions
(...skipping 18 matching lines...) Expand all
305 309
306 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 310 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
307 regress_21795_test: Pass, RuntimeError # Due to inlining? 311 regress_21795_test: Pass, RuntimeError # Due to inlining?
308 312
309 [ $compiler == dart2js && $cps_ir && $host_checked ] 313 [ $compiler == dart2js && $cps_ir && $host_checked ]
310 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 314 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
311 async_throw_in_catch_test/none: Crash # Issue 24485 315 async_throw_in_catch_test/none: Crash # Issue 24485
312 execute_finally9_test: Crash # Issue 24485 316 execute_finally9_test: Crash # Issue 24485
313 regress_21795_test: Crash # Issue 24485 317 regress_21795_test: Crash # Issue 24485
314 regress_23537_test: Crash # Issue 24485 318 regress_23537_test: Crash # Issue 24485
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