mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Update status of cpsir tests in checked mode: skipping for now, since more than
75% fail for one reason, once we fix that we can triage in more detail. Review URL: https://codereview.chromium.org/1771893002 .
This commit is contained in:
parent
28980c19fc
commit
385f3350c5
11 changed files with 34 additions and 0 deletions
|
@ -239,3 +239,6 @@ analyzer/test/src/task/yaml_test: Crash # Issue 24485
|
|||
|
||||
[ $noopt || $runtime == dart_precompiled || $runtime == dart_product ]
|
||||
*: SkipByDesign # The pkg test framework imports dart:mirrors.
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
*: Skip # `assert` not implemented, about 75% tests crash
|
||||
|
|
|
@ -55,6 +55,9 @@ dart/optimized_stacktrace_test: RuntimeError
|
|||
# minifying they can be renamed, which is issue 7953.
|
||||
dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
dart/inline_stack_frame_test: Crash # Unable to compile ArgumentError.message
|
||||
|
||||
[ $compiler == dart2js || $compiler == dart2analyzer ]
|
||||
# Data uri's not supported by dart2js or the analyzer.
|
||||
dart/data_uri*test: Skip
|
||||
|
|
|
@ -11,6 +11,10 @@ sample_extension: Skip
|
|||
[ $compiler == dart2js && $runtime == none ]
|
||||
*: Fail, Pass # TODO(ahe): Triage these tests.
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
sample_extension: Crash # Unable to compile UnsupportedError.message.
|
||||
|
||||
|
||||
[ $compiler == dart2analyzer ]
|
||||
build_dart: Skip
|
||||
|
||||
|
|
|
@ -8,3 +8,6 @@
|
|||
[ $compiler == dart2js && $runtime == none ]
|
||||
*: Fail, Pass # TODO(ahe): Triage these tests.
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
benchmark_smoke: Crash # `assert` not implemented
|
||||
|
||||
|
|
|
@ -9635,3 +9635,6 @@ LibTest/core/Invocation/memberName_A01_t01: RuntimeError # Expect.equals(expecte
|
|||
|
||||
[ $compiler == dart2js && $cps_ir && $host_checked ]
|
||||
LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv_t01: Crash # CPS integrity violation After 'GVN' on function(main) Referenced out of scope: Instance of 'ReceiverCheck'
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
*: Skip # `assert` not implemented, about 75% tests crash
|
||||
|
|
|
@ -69,3 +69,6 @@ big_allocation_expression_test: Crash # Issue 24635
|
|||
|
||||
[ $compiler == dart2js && $cps_ir ]
|
||||
async_stacktrace_test/asyncStar: Crash # (foo()async*{try {tr... cannot handle sync*/async* functions
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
*: Skip # `assert` not implemented, 75% of the tests fail.
|
||||
|
|
|
@ -25,3 +25,6 @@ foreign_test: RuntimeError # Expect.equals(expected: <1234567891011>, actual: <1
|
|||
native_exception_test: RuntimeError # Issue 24421
|
||||
optimization_hints_test: RuntimeError # Please triage this failure.
|
||||
subclassing_constructor_2_test: RuntimeError # Please triage this failure.
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
*: Skip # `assert` not implemented, 75% of the tests fail.
|
||||
|
|
|
@ -443,3 +443,6 @@ js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
|
|||
js_typed_interop_default_arg_test/none: Crash # Issue 25911
|
||||
js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
|
||||
js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
*: Skip # `assert` not implemented
|
||||
|
|
|
@ -180,3 +180,6 @@ error_at_spawnuri_test: Skip # Isolate.spawnUri
|
|||
[ $runtime == dart_product ]
|
||||
spawn_uri_missing_from_isolate_test: Skip # SpawnUri in product mode
|
||||
spawn_uri_missing_test: Skip # SpawnUri in product mode
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
*: Skip # `assert` not implemented
|
||||
|
|
|
@ -317,3 +317,6 @@ execute_finally9_test: Crash # Issue 24485
|
|||
regress_21795_test: Crash # Issue 24485
|
||||
regress_23537_test: Crash # Issue 24485
|
||||
try_finally_regress_25333_test: Crash # Issue 24485
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
*: Skip # `assert` not implemented
|
||||
|
|
|
@ -109,6 +109,9 @@ precompilation_test: Skip # Standalone only test.
|
|||
precompilation_dart2js_test: Skip # Standalone only test.
|
||||
regress_25335_test: Skip # Int64List not supported.
|
||||
|
||||
[ $compiler == dart2js && $cps_ir && $checked ]
|
||||
*: Skip # `assert` not implemented
|
||||
|
||||
[ ($runtime == vm || $runtime == dart_product) && $mode == debug ]
|
||||
precompilation_dart2js_test: Pass, Slow
|
||||
|
||||
|
|
Loading…
Reference in a new issue