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

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

Issue 3008723002: Migrate block 163 to Dart 2.0. (Closed)
Patch Set: Created 3 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
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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 type_variable_closure4_test: Crash 1459 type_variable_closure4_test: Crash
1460 type_variable_closure_test: Crash 1460 type_variable_closure_test: Crash
1461 type_variable_conflict2_test/01: Crash 1461 type_variable_conflict2_test/01: Crash
1462 type_variable_conflict2_test/05: Crash 1462 type_variable_conflict2_test/05: Crash
1463 type_variable_conflict2_test/07: Crash 1463 type_variable_conflict2_test/07: Crash
1464 type_variable_conflict2_test/09: Crash 1464 type_variable_conflict2_test/09: Crash
1465 type_variable_field_initializer_closure2_test: Crash 1465 type_variable_field_initializer_closure2_test: Crash
1466 type_variable_field_initializer_closure_test: Crash 1466 type_variable_field_initializer_closure_test: Crash
1467 type_variable_function_type_test: RuntimeError 1467 type_variable_function_type_test: RuntimeError
1468 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(Maps.mapToString#first) is stored in a closure field. 1468 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(Maps.mapToString#first) is stored in a closure field.
1469 type_variable_nested_test: Crash
1470 typecheck_multifield_declaration_test: Crash
1471 typedef_is_test: Crash
1472 wrong_number_type_arguments_test/00: Crash 1469 wrong_number_type_arguments_test/00: Crash
1473 wrong_number_type_arguments_test/02: Crash 1470 wrong_number_type_arguments_test/02: Crash
1474 yieldstar_pause_test: Crash 1471 yieldstar_pause_test: Crash
1475 1472
1476 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 1473 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
1477 async_await_test: Crash 1474 async_await_test: Crash
1478 async_star_test: Crash 1475 async_star_test: Crash
1479 async_switch_test/none: Crash 1476 async_switch_test/none: Crash
1480 async_switch_test/withDefault: Crash 1477 async_switch_test/withDefault: Crash
1481 async_test/none: Crash 1478 async_test/none: Crash
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
2338 type_variable_closure3_test: Crash 2335 type_variable_closure3_test: Crash
2339 type_variable_closure4_test: Crash 2336 type_variable_closure4_test: Crash
2340 type_variable_closure_test: Crash 2337 type_variable_closure_test: Crash
2341 type_variable_conflict2_test/01: Crash 2338 type_variable_conflict2_test/01: Crash
2342 type_variable_conflict2_test/05: Crash 2339 type_variable_conflict2_test/05: Crash
2343 type_variable_conflict2_test/07: Crash 2340 type_variable_conflict2_test/07: Crash
2344 type_variable_conflict2_test/09: Crash 2341 type_variable_conflict2_test/09: Crash
2345 type_variable_field_initializer_closure2_test: Crash 2342 type_variable_field_initializer_closure2_test: Crash
2346 type_variable_field_initializer_closure_test: Crash 2343 type_variable_field_initializer_closure_test: Crash
2347 type_variable_function_type_test: RuntimeError 2344 type_variable_function_type_test: RuntimeError
2348 type_variable_nested_test: Crash
2349 typecheck_multifield_declaration_test: Crash
2350 typedef_is_test: Crash
2351 const_map2_test/00: MissingCompileTimeError 2345 const_map2_test/00: MissingCompileTimeError
2352 const_map3_test/00: MissingCompileTimeError 2346 const_map3_test/00: MissingCompileTimeError
2353 context_test: RuntimeError 2347 context_test: RuntimeError
2354 deferred_call_empty_before_load_test: RuntimeError 2348 deferred_call_empty_before_load_test: RuntimeError
2355 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError 2349 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
2356 enum_duplicate_test/02: RuntimeError 2350 enum_duplicate_test/02: RuntimeError
2357 enum_duplicate_test/none: RuntimeError 2351 enum_duplicate_test/none: RuntimeError
2358 enum_private_test/01: RuntimeError 2352 enum_private_test/01: RuntimeError
2359 enum_private_test/02: RuntimeError 2353 enum_private_test/02: RuntimeError
2360 enum_private_test/none: RuntimeError 2354 enum_private_test/none: RuntimeError
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2400 static_getter_no_setter3_test/01: RuntimeError 2394 static_getter_no_setter3_test/01: RuntimeError
2401 switch_fallthru_test: RuntimeError 2395 switch_fallthru_test: RuntimeError
2402 top_level_func_test: RuntimeError 2396 top_level_func_test: RuntimeError
2403 top_level_getter_no_setter1_test/01: RuntimeError 2397 top_level_getter_no_setter1_test/01: RuntimeError
2404 top_level_getter_no_setter2_test/01: RuntimeError 2398 top_level_getter_no_setter2_test/01: RuntimeError
2405 truncdiv_test: RuntimeError 2399 truncdiv_test: RuntimeError
2406 try_catch_test/01: MissingCompileTimeError 2400 try_catch_test/01: MissingCompileTimeError
2407 type_checks_in_factory_method_test: RuntimeError 2401 type_checks_in_factory_method_test: RuntimeError
2408 yieldstar_pause_test: Crash 2402 yieldstar_pause_test: Crash
2409 2403
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698