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

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

Issue 2989663002: Temporarily skip tests with --use-sdk (at this time, tests are being run in bots that are not build… (Closed)
Patch Set: 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/corelib_2/corelib_2.status ('k') | tests/language_2/language_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 # 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 assert_trailing_comma_test/none: CompileTimeError # Issue 29959 10 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
(...skipping 3912 matching lines...) Expand 10 before | Expand all | Expand 10 after
3923 unresolved_top_level_method_negative_test: Crash 3923 unresolved_top_level_method_negative_test: Crash
3924 unresolved_top_level_var_negative_test: Crash 3924 unresolved_top_level_var_negative_test: Crash
3925 unsupported_operators_test/none: Crash 3925 unsupported_operators_test/none: Crash
3926 var_init_test: Crash 3926 var_init_test: Crash
3927 void_check_test: Crash 3927 void_check_test: Crash
3928 while_test: Crash 3928 while_test: Crash
3929 wrong_number_type_arguments_test/00: Crash 3929 wrong_number_type_arguments_test/00: Crash
3930 wrong_number_type_arguments_test/01: Crash 3930 wrong_number_type_arguments_test/01: Crash
3931 wrong_number_type_arguments_test/02: Crash 3931 wrong_number_type_arguments_test/02: Crash
3932 wrong_number_type_arguments_test/none: Crash 3932 wrong_number_type_arguments_test/none: Crash
3933
3934 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ]
3935 *: Skip # Issue 29626
OLDNEW
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_2/language_2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698