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

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

Issue 2681213002: Update status of new test for reload bots. (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # These test entries will be valid for vm/dartium (with and without kernel). 8 # These test entries will be valid for vm/dartium (with and without kernel).
9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
10 async_star_cancel_while_paused_test: RuntimeError 10 async_star_cancel_while_paused_test: RuntimeError
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 deferred_load_constants_test: Crash # Requires deferred libraries 268 deferred_load_constants_test: Crash # Requires deferred libraries
269 deferred_load_inval_code_test: Crash # Requires deferred libraries 269 deferred_load_inval_code_test: Crash # Requires deferred libraries
270 deferred_load_library_wrong_args_test: Crash # Requires deferred libraries 270 deferred_load_library_wrong_args_test: Crash # Requires deferred libraries
271 deferred_mixin_test: Crash # Requires deferred libraries 271 deferred_mixin_test: Crash # Requires deferred libraries
272 deferred_no_such_method_test: Crash # Requires deferred libraries 272 deferred_no_such_method_test: Crash # Requires deferred libraries
273 deferred_not_loaded_check_test: Crash # Requires deferred libraries 273 deferred_not_loaded_check_test: Crash # Requires deferred libraries
274 deferred_only_constant_test: Crash # Requires deferred libraries 274 deferred_only_constant_test: Crash # Requires deferred libraries
275 deferred_optimized_test: Crash # Requires deferred libraries 275 deferred_optimized_test: Crash # Requires deferred libraries
276 deferred_redirecting_factory_test: Crash # Requires deferred libraries 276 deferred_redirecting_factory_test: Crash # Requires deferred libraries
277 deferred_regression_22995_test: Crash # Requires deferred libraries 277 deferred_regression_22995_test: Crash # Requires deferred libraries
278 deferred_regression_28678_test: Crash # Requires deferred libraries
278 deferred_shadow_load_library_test: Crash # Requires deferred libraries 279 deferred_shadow_load_library_test: Crash # Requires deferred libraries
279 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries 280 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries
280 deferred_static_seperate_test: Crash # Requires deferred libraries 281 deferred_static_seperate_test: Crash # Requires deferred libraries
281 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries 282 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries
282 deferred_type_dependency_test: Crash # Requires deferred libraries 283 deferred_type_dependency_test: Crash # Requires deferred libraries
283 issue_1751477_test: Crash # Requires deferred libraries 284 issue_1751477_test: Crash # Requires deferred libraries
284 regress_23408_test: Crash # Requires deferred libraries 285 regress_23408_test: Crash # Requires deferred libraries
285 regress_22443_test: Crash # Requires deferred libraries 286 regress_22443_test: Crash # Requires deferred libraries
286 regress_28278_test: Crash # Requires deferred libraries 287 regress_28278_test: Crash # Requires deferred libraries
287 conditional_import_test: Crash # Requires deferred libraries 288 conditional_import_test: Crash # Requires deferred libraries
(...skipping 26 matching lines...) Expand all
314 # Use package:unittest 315 # Use package:unittest
315 async_await_test: RuntimeError 316 async_await_test: RuntimeError
316 async_star_test: RuntimeError 317 async_star_test: RuntimeError
317 # TODO(zra): Investigate 318 # TODO(zra): Investigate
318 vm/regress_28325_test: RuntimeError 319 vm/regress_28325_test: RuntimeError
319 closure_cycles_test: Crash 320 closure_cycles_test: Crash
320 321
321 [$compiler == dart2analyzer] 322 [$compiler == dart2analyzer]
322 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 323 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
323 config_import_corelib_test: StaticWarning, OK 324 config_import_corelib_test: StaticWarning, OK
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698