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

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

Issue 3010453002: Boy I hope this is the last status file change 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 2382 matching lines...) Expand 10 before | Expand all | Expand 10 after
2393 modulo_test: RuntimeError 2393 modulo_test: RuntimeError
2394 regress_13494_test: RuntimeError 2394 regress_13494_test: RuntimeError
2395 regress_17382_test: RuntimeError 2395 regress_17382_test: RuntimeError
2396 regress_21795_test: RuntimeError 2396 regress_21795_test: RuntimeError
2397 regress_22822_test: RuntimeError 2397 regress_22822_test: RuntimeError
2398 regress_22936_test/01: RuntimeError 2398 regress_22936_test/01: RuntimeError
2399 stack_overflow_stacktrace_test: RuntimeError 2399 stack_overflow_stacktrace_test: RuntimeError
2400 stacktrace_test: RuntimeError 2400 stacktrace_test: RuntimeError
2401 static_getter_no_setter1_test/01: RuntimeError 2401 static_getter_no_setter1_test/01: RuntimeError
2402 static_getter_no_setter3_test/01: RuntimeError 2402 static_getter_no_setter3_test/01: RuntimeError
2403 string_interpolation_and_buffer_test: RuntimeError
2404 switch_fallthru_test: RuntimeError 2403 switch_fallthru_test: RuntimeError
2405 top_level_func_test: RuntimeError 2404 top_level_func_test: RuntimeError
2406 top_level_getter_no_setter1_test/01: RuntimeError 2405 top_level_getter_no_setter1_test/01: RuntimeError
2407 top_level_getter_no_setter2_test/01: RuntimeError 2406 top_level_getter_no_setter2_test/01: RuntimeError
2408 truncdiv_test: RuntimeError 2407 truncdiv_test: RuntimeError
2409 try_catch_test/01: MissingCompileTimeError 2408 try_catch_test/01: MissingCompileTimeError
2410 type_checks_in_factory_method_test: RuntimeError 2409 type_checks_in_factory_method_test: RuntimeError
2411 yieldstar_pause_test: Crash 2410 yieldstar_pause_test: Crash
2412 2411
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