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

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

Issue 2616053002: Fix test status for hot-reload for a new test (Closed)
Patch Set: Created 3 years, 11 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 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
9 # Other issues: 9 # Other issues:
10 generic_methods_type_expression_test: RuntimeError # Issue 25869 10 generic_methods_type_expression_test: RuntimeError # Issue 25869
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 deferred_redirecting_factory_test: Crash # Requires deferred libraries 288 deferred_redirecting_factory_test: Crash # Requires deferred libraries
289 deferred_regression_22995_test: Crash # Requires deferred libraries 289 deferred_regression_22995_test: Crash # Requires deferred libraries
290 deferred_shadow_load_library_test: Crash # Requires deferred libraries 290 deferred_shadow_load_library_test: Crash # Requires deferred libraries
291 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries 291 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries
292 deferred_static_seperate_test: Crash # Requires deferred libraries 292 deferred_static_seperate_test: Crash # Requires deferred libraries
293 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries 293 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries
294 deferred_type_dependency_test: Crash # Requires deferred libraries 294 deferred_type_dependency_test: Crash # Requires deferred libraries
295 issue_1751477_test: Crash # Requires deferred libraries 295 issue_1751477_test: Crash # Requires deferred libraries
296 regress_23408_test: Crash # Requires deferred libraries 296 regress_23408_test: Crash # Requires deferred libraries
297 regress_22443_test: Crash # Requires deferred libraries 297 regress_22443_test: Crash # Requires deferred libraries
298 regress_28278_test: Crash # Requires deferred libraries
298 conditional_import_test: Crash # Requires deferred libraries 299 conditional_import_test: Crash # Requires deferred libraries
299 conditional_import_string_test: Crash # Requires deferred libraries 300 conditional_import_string_test: Crash # Requires deferred libraries
300 override_field_method1_negative_test: Pass, Crash # Issue 27835 301 override_field_method1_negative_test: Pass, Crash # Issue 27835
301 override_field_method2_negative_test: Pass, Crash # Issue 27835 302 override_field_method2_negative_test: Pass, Crash # Issue 27835
302 override_field_method4_negative_test: Pass, Crash # Issue 27835 303 override_field_method4_negative_test: Pass, Crash # Issue 27835
303 override_field_method5_negative_test: Pass, Crash # Issue 27835 304 override_field_method5_negative_test: Pass, Crash # Issue 27835
304 vm/regress_27201_test: Pass, Crash # Requires deferred libraries 305 vm/regress_27201_test: Pass, Crash # Requires deferred libraries
305 306
306 [$runtime != vm || $compiler != none] 307 [$runtime != vm || $compiler != none]
307 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. 308 assert_initializer_test: SKIP # not implemented yet, experiment is VM only.
(...skipping 21 matching lines...) Expand all
329 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 330 null_bottom_test/01: Pass, CompileTimeError # Issue 28025
330 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 331 null_bottom_test/02: Pass, CompileTimeError # Issue 28025
331 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 332 null_bottom_test/03: Pass, CompileTimeError # Issue 28025
332 333
333 # Issue #28236 334 # Issue #28236
334 async_await_test: StaticWarning 335 async_await_test: StaticWarning
335 async_star_pause_test: StaticWarning 336 async_star_pause_test: StaticWarning
336 async_star_test: StaticWarning 337 async_star_test: StaticWarning
337 regress_18535_test: StaticWarning 338 regress_18535_test: StaticWarning
338 339
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