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

Side by Side Diff: tests/corelib/corelib.status

Issue 2988063002: Use dart2js_plaform.dill from the sdk. (Closed)
Patch Set: add comment about why --host-checked and --use-sdk is not supported Created 3 years, 4 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 | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/corelib_2/corelib_2.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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts.
7 7
8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
9 string_case_test/01: Fail # Bug 18061 9 string_case_test/01: Fail # Bug 18061
10 10
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 regexp/norepeat_test: Crash 434 regexp/norepeat_test: Crash
435 regexp/overflow_test: Crash 435 regexp/overflow_test: Crash
436 regexp/stack-overflow2_test: Crash 436 regexp/stack-overflow2_test: Crash
437 regexp/stack-overflow_test: Crash 437 regexp/stack-overflow_test: Crash
438 regexp/zero-length-alternatives_test: Crash 438 regexp/zero-length-alternatives_test: Crash
439 regress_11099_test: Crash 439 regress_11099_test: Crash
440 regress_r21715_test: Crash 440 regress_r21715_test: Crash
441 safe_to_string_test: Crash 441 safe_to_string_test: Crash
442 sort_test: Crash 442 sort_test: Crash
443 443
444 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
445 *: Skip # Issue 29626
446
447 # dartk: checked mode failures 444 # dartk: checked mode failures
448 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 445 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
449 from_environment_const_type_test/02: MissingCompileTimeError 446 from_environment_const_type_test/02: MissingCompileTimeError
450 from_environment_const_type_test/03: MissingCompileTimeError 447 from_environment_const_type_test/03: MissingCompileTimeError
451 from_environment_const_type_test/04: MissingCompileTimeError 448 from_environment_const_type_test/04: MissingCompileTimeError
452 from_environment_const_type_test/06: MissingCompileTimeError 449 from_environment_const_type_test/06: MissingCompileTimeError
453 from_environment_const_type_test/07: MissingCompileTimeError 450 from_environment_const_type_test/07: MissingCompileTimeError
454 from_environment_const_type_test/08: MissingCompileTimeError 451 from_environment_const_type_test/08: MissingCompileTimeError
455 from_environment_const_type_test/09: MissingCompileTimeError 452 from_environment_const_type_test/09: MissingCompileTimeError
456 from_environment_const_type_test/11: MissingCompileTimeError 453 from_environment_const_type_test/11: MissingCompileTimeError
(...skipping 23 matching lines...) Expand all
480 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1 477 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
481 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 478 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
482 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 479 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
483 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 480 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
484 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 481 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
485 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 482 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
486 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 483 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
487 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 484 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
488 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 485 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
489 main_test: RuntimeError # Flutter Issue 9111 486 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_native/dart2js_native.status ('k') | tests/corelib_2/corelib_2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698