939597863b
Allows the dart:_debugger import to work as it is white-listed in this directory. Reveals that DDK is not passing this test. The status changes from a compile-time to a run-time error. Change-Id: I3703496a4ede7d155a4d82286040f1a73be677ce Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106360 Reviewed-by: Vijay Menon <vsm@google.com> Commit-Queue: Nicholas Shahan <nshahan@google.com>
15 lines
924 B
Plaintext
15 lines
924 B
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 == dart2analyzer ]
|
|
html/element_types_keygen_test: CompileTimeError # Chrome 57 keygen removed
|
|
html/js_function_getter_trust_types_test: Skip # dart2js specific flags.
|
|
html/js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
|
|
mirrors/deferred_type_test: CompileTimeError, OK # Deliberately refers to a deferred type in a declaration.
|
|
mirrors/generic_f_bounded_mixin_application_test: CompileTimeError
|
|
mirrors/mirrors_nsm_mismatch_test: CompileTimeError, OK
|
|
mirrors/mirrors_nsm_test: CompileTimeError, OK
|
|
mirrors/mirrors_nsm_test/dart2js: CompileTimeError, OK
|
|
mirrors/repeated_private_anon_mixin_app_test: CompileTimeError, OK # Intentional library name conflict.
|