Skip to content

Commit

Permalink
Add more status files for assert-in-initializer tests, remove mistype.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrhn committed Jul 10, 2017
1 parent fe17b5b commit 807a1fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/lib/source/embedder.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
q// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

Expand Down
5 changes: 5 additions & 0 deletions tests/language/language.status
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ assertion_initializer_const_function_test/01: RuntimeError
assertion_initializer_const_function_test/none: RuntimeError
assertion_initializer_test: RuntimeError

[$compiler == app_jit && $runtime == vm && !$checked]
assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
assertion_initializer_const_error_test/01: MissingCompileTimeError
assertion_initializer_const_function_error_test/01: MissingCompileTimeError

[ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $compiler != dartk && $compiler != dartkp ]
abstract_beats_arguments2_test/01: Crash # Issue 29171

Expand Down

0 comments on commit 807a1fb

Please sign in to comment.