4ee62c3479
Also, remove the three negative tests under compiler/dart2js_extra. Change-Id: I5d285d1e5ed2016de4e0236ee89fe0399fc008c8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125727 Reviewed-by: Leaf Petersen <leafp@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com>
19 lines
1.0 KiB
Plaintext
19 lines
1.0 KiB
Plaintext
# Copyright (c) 2017, 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.
|
|
|
|
[ $compiler == spec_parser ]
|
|
built_in_identifier_prefix_test: Skip # A built-in identifier can _not_ be a prefix.
|
|
closure_type_test: Pass # Marked as RuntimeError for all in language_2.status.
|
|
const_native_factory_test: Skip # Uses `native`.
|
|
deep_nesting_expression_test: Skip # JVM stack overflow.
|
|
deep_nesting_statement_test: Skip # JVM stack overflow.
|
|
double_invalid_test: Skip # Contains illegaly formatted double.
|
|
issue_1751477_test: Skip # Times out: 9 levels, exponential blowup => 430 secs.
|
|
large_class_declaration_test: Skip # JVM stack overflow.
|
|
nnbd/syntax/opt_out_nnbd_modifiers_test: Skip # Requires opt-out of NNBD.
|
|
nnbd/syntax/pre_nnbd_modifiers_test: Skip # Requires opt-out of NNBD.
|
|
variance: Skip # Not yet supported.
|
|
vm/debug_break_enabled_vm_test/01: Fail # Uses debug break.
|
|
vm/debug_break_enabled_vm_test/none: Fail # Uses debug break.
|