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

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

Issue 2613713006: Gardening: Tighten status update, adjust flaky 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 | tests/standalone/io/file_blocking_lock_test.dart » ('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 # 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode. 310 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode.
311 assert_initializer_test/none: pass 311 assert_initializer_test/none: pass
312 312
313 [$runtime == vm && $compiler == none && $checked] 313 [$runtime == vm && $compiler == none && $checked]
314 # The VM doesn't enforce that potentially const expressions are actually 314 # The VM doesn't enforce that potentially const expressions are actually
315 # const expressions when the constructor is called with `const`. 315 # const expressions when the constructor is called with `const`.
316 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 316 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
317 317
318 [$runtime == vm && $compiler == none] 318 [$runtime == vm && $compiler == none]
319 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 319 duplicate_part_test/01: MissingCompileTimeError # Issue 27516
320
321 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32]
320 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 322 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276
321 323
322 [$compiler == dart2analyzer] 324 [$compiler == dart2analyzer]
323 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 325 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
324 config_import_corelib_test: StaticWarning, OK 326 config_import_corelib_test: StaticWarning, OK
325 327
326 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025 328 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025
327 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 329 null_bottom_test/01: Pass, CompileTimeError # Issue 28025
328 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 330 null_bottom_test/02: Pass, CompileTimeError # Issue 28025
329 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 331 null_bottom_test/03: Pass, CompileTimeError # Issue 28025
330 332
331 # Issue #28236 333 # Issue #28236
332 async_await_test: StaticWarning 334 async_await_test: StaticWarning
333 async_star_pause_test: StaticWarning 335 async_star_pause_test: StaticWarning
334 async_star_test: StaticWarning 336 async_star_test: StaticWarning
335 regress_18535_test: StaticWarning 337 regress_18535_test: StaticWarning
336 338
OLDNEW
« no previous file with comments | « no previous file | tests/standalone/io/file_blocking_lock_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698