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

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

Issue 2497543004: Adjust status file for another case of https://github.com/dart-lang/sdk/issues/27803 (Closed)
Patch Set: Created 4 years, 1 month 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 == dart2app || $co mpiler == dart2appjit) ] 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 generic_methods_type_expression_test: RuntimeError # Issue 25869 10 generic_methods_type_expression_test: RuntimeError # Issue 25869
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 254
255 [ ($compiler == none || $compiler == dart2app || $compiler == dart2appjit) && $n oopt == false && $mode != product ] 255 [ ($compiler == none || $compiler == dart2app || $compiler == dart2appjit) && $n oopt == false && $mode != product ]
256 # The following tests are supposed to fail. 256 # The following tests are supposed to fail.
257 library_env_test/has_no_mirror_support: RuntimeError, OK 257 library_env_test/has_no_mirror_support: RuntimeError, OK
258 258
259 [ $noopt || $compiler == precompiler || $mode == product ] 259 [ $noopt || $compiler == precompiler || $mode == product ]
260 # The following tests are supposed to fail. 260 # The following tests are supposed to fail.
261 library_env_test/has_mirror_support: RuntimeError, OK 261 library_env_test/has_mirror_support: RuntimeError, OK
262 262
263 [ $hot_reload || $hot_reload_rollback ] 263 [ $hot_reload || $hot_reload_rollback ]
264 methods_as_constants_test: Skip # Issue 27803
264 static_closure_identical_test: Pass, Fail # Closure identity 265 static_closure_identical_test: Pass, Fail # Closure identity
265 cha_deopt1_test: Crash # Requires deferred libraries 266 cha_deopt1_test: Crash # Requires deferred libraries
266 cha_deopt2_test: Crash # Requires deferred libraries 267 cha_deopt2_test: Crash # Requires deferred libraries
267 cha_deopt3_test: Crash # Requires deferred libraries 268 cha_deopt3_test: Crash # Requires deferred libraries
268 deferred_call_empty_before_load_test: Crash # Requires deferred libraries 269 deferred_call_empty_before_load_test: Crash # Requires deferred libraries
269 deferred_closurize_load_library_test: Crash # Requires deferred libraries 270 deferred_closurize_load_library_test: Crash # Requires deferred libraries
270 deferred_constant_list_test: Crash # Requires deferred libraries 271 deferred_constant_list_test: Crash # Requires deferred libraries
271 deferred_constraints_constants_test: Crash # Requires deferred libraries 272 deferred_constraints_constants_test: Crash # Requires deferred libraries
272 deferred_constraints_type_annotation_test: Crash # Requires deferred libraries 273 deferred_constraints_type_annotation_test: Crash # Requires deferred libraries
273 deferred_function_type_test: Crash # Requires deferred libraries 274 deferred_function_type_test: Crash # Requires deferred libraries
(...skipping 30 matching lines...) Expand all
304 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode. 305 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode.
305 assert_initializer_test/none: pass 306 assert_initializer_test/none: pass
306 307
307 [$runtime == vm && $compiler == none && $checked] 308 [$runtime == vm && $compiler == none && $checked]
308 # The VM doesn't enforce that potentially const expressions are actually 309 # The VM doesn't enforce that potentially const expressions are actually
309 # const expressions when the constructor is called with `const`. 310 # const expressions when the constructor is called with `const`.
310 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 311 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
311 312
312 [$runtime == vm && $compiler == none] 313 [$runtime == vm && $compiler == none]
313 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 314 duplicate_part_test/01: MissingCompileTimeError # Issue 27516
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