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

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

Issue 3005583002: More status files updates after https://codereview.chromium.org/3001803002/ (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
« no previous file with comments | « no previous file | tests/language_2/language_2_dart2js.status » ('j') | 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 # 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 2342 matching lines...) Expand 10 before | Expand all | Expand 10 after
2353 type_variable_conflict2_test/01: Crash 2353 type_variable_conflict2_test/01: Crash
2354 type_variable_conflict2_test/05: Crash 2354 type_variable_conflict2_test/05: Crash
2355 type_variable_conflict2_test/07: Crash 2355 type_variable_conflict2_test/07: Crash
2356 type_variable_conflict2_test/09: Crash 2356 type_variable_conflict2_test/09: Crash
2357 type_variable_field_initializer_closure2_test: Crash 2357 type_variable_field_initializer_closure2_test: Crash
2358 type_variable_field_initializer_closure_test: Crash 2358 type_variable_field_initializer_closure_test: Crash
2359 type_variable_function_type_test: RuntimeError 2359 type_variable_function_type_test: RuntimeError
2360 type_variable_nested_test: Crash 2360 type_variable_nested_test: Crash
2361 typecheck_multifield_declaration_test: Crash 2361 typecheck_multifield_declaration_test: Crash
2362 typedef_is_test: Crash 2362 typedef_is_test: Crash
2363 variable_declaration_metadata_test/none: Crash
2364 const_map2_test/00: MissingCompileTimeError 2363 const_map2_test/00: MissingCompileTimeError
2365 const_map3_test/00: MissingCompileTimeError 2364 const_map3_test/00: MissingCompileTimeError
2366 context_test: RuntimeError 2365 context_test: RuntimeError
2367 deferred_call_empty_before_load_test: RuntimeError 2366 deferred_call_empty_before_load_test: RuntimeError
2368 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError 2367 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
2369 enum_duplicate_test/02: RuntimeError 2368 enum_duplicate_test/02: RuntimeError
2370 enum_duplicate_test/none: RuntimeError 2369 enum_duplicate_test/none: RuntimeError
2371 enum_private_test/01: RuntimeError 2370 enum_private_test/01: RuntimeError
2372 enum_private_test/02: RuntimeError 2371 enum_private_test/02: RuntimeError
2373 enum_private_test/none: RuntimeError 2372 enum_private_test/none: RuntimeError
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2414 string_interpolation_and_buffer_test: RuntimeError 2413 string_interpolation_and_buffer_test: RuntimeError
2415 switch_fallthru_test: RuntimeError 2414 switch_fallthru_test: RuntimeError
2416 top_level_func_test: RuntimeError 2415 top_level_func_test: RuntimeError
2417 top_level_getter_no_setter1_test/01: RuntimeError 2416 top_level_getter_no_setter1_test/01: RuntimeError
2418 top_level_getter_no_setter2_test/01: RuntimeError 2417 top_level_getter_no_setter2_test/01: RuntimeError
2419 truncdiv_test: RuntimeError 2418 truncdiv_test: RuntimeError
2420 try_catch_test/01: MissingCompileTimeError 2419 try_catch_test/01: MissingCompileTimeError
2421 type_checks_in_factory_method_test: RuntimeError 2420 type_checks_in_factory_method_test: RuntimeError
2422 yieldstar_pause_test: Crash 2421 yieldstar_pause_test: Crash
2423 2422
OLDNEW
« no previous file with comments | « no previous file | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698