William Hesse 2016-03-07 11:35:11 +01:00
parent a552c24089
commit 7f9e4b7456
6 changed files with 37 additions and 2 deletions

View file

@ -187,11 +187,17 @@ analyzer/test/src/summary/resynthesize_test: Pass, Slow # Times out due to inlin
analyzer/test/src/task/strong_mode_test: Pass, Slow # Times out due to inlining, but see issue 24485
[ $compiler == dart2js && $cps_ir && $host_checked ]
analyzer/test/dart/ast/ast_test: Crash # Issue 24485
analyzer/test/dart/ast/visitor_test: Crash # Issue 24485
analyzer/test/dart/element/element_test: Crash # Issue 24485
analyzer/test/enum_test: Crash # Issue 24485
analyzer/test/generated/all_the_rest_test: Crash # Issue 24485
analyzer/test/generated/ast_test: Crash # Issue 24485
analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485
analyzer/test/generated/constant_test: Crash # Issue 24485
analyzer/test/generated/declaration_resolver_test: Crash # Issue 24485
analyzer/test/generated/element_test: Crash # Issue 24485
analyzer/test/generated/error_suppression_test: Crash # Issue 24485
analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485
analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485
analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485
@ -204,6 +210,15 @@ analyzer/test/generated/static_warning_code_test: Crash # Issue 24485
analyzer/test/generated/utilities_test: Crash # Issue 24485
analyzer/test/src/context/cache_test: Crash # Issue 24485
analyzer/test/src/context/context_test: Crash # Issue 24485
analyzer/test/src/dart/ast/utilities_test: Crash # Issue 24485
analyzer/test/src/dart/element/element_test: Crash # Issue 24485
analyzer/test/src/summary/index_unit_test: Crash # Issue 24485
analyzer/test/src/summary/prelinker_test: Crash # Issue 24485
analyzer/test/src/summary/resynthesize_test: Crash # Issue 24485
analyzer/test/src/summary/resynthesize_strong_test: Crash # Issue 24485
analyzer/test/src/summary/summarize_ast_test: Crash # Issue 24485
analyzer/test/src/summary/summarize_elements_test: Crash # Issue 24485
analyzer/test/src/summary/summarize_elements_strong_test: Crash # Issue 24485
analyzer/test/src/task/dart_test: Crash # Issue 24485
analyzer/test/src/task/dart_work_manager_test: Crash # Issue 24485
analyzer/test/src/task/driver_test: Crash # Issue 24485
@ -214,9 +229,12 @@ analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485
analyzer/test/src/task/inputs_test: Crash # Issue 24485
analyzer/test/src/task/manager_test: Crash # Issue 24485
analyzer/test/src/task/model_test: Crash # Issue 24485
analyzer/test/src/task/strong/checker_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true.
analyzer/test/src/task/strong/inferred_type_test: Crash # t: Failed assertion: line 88 pos 12: '!variable2index.containsKey(element)' is not true.
analyzer/test/src/task/options_test: Crash # Issue 24485
analyzer/test/src/task/options_work_manager_test: Crash # Issue 24485
analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
analyzer/test/src/task/yaml_test: Crash # Issue 24485
[ $noopt || $runtime == dart_precompiled || $runtime == dart_product ]
*: SkipByDesign # The pkg test framework imports dart:mirrors.

View file

@ -9630,3 +9630,6 @@ LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
LibTest/core/Invocation/isGetter_A01_t01: RuntimeError # Please triage this failure.
LibTest/core/Invocation/isSetter_A01_t02: RuntimeError # Please triage this failure.
LibTest/core/Invocation/memberName_A01_t01: RuntimeError # Expect.equals(expected: <Symbol("bar=")>, actual: <Symbol("bar")>) fails.
[ $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'

View file

@ -186,6 +186,7 @@ regexp/pcre_test: Crash # Stack Overflow
[ $compiler == dart2js && $host_checked ]
package_resource_test: Crash # Issue 25911
collection_removes_test: Crash # Issue 25911
[ $noopt || $compiler == precompiler ]
# Stacktraces in precompilation omit inlined frames.

View file

@ -437,3 +437,8 @@ js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking
# These are raw dart:js tests that fail due to bugs in the CPS IR:
js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
[ $compiler == dart2js && $cps_ir && $host_checked ]
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

View file

@ -309,8 +309,11 @@ switch8_test: Crash # Pending statics: JSArray
regress_21795_test: Pass, RuntimeError # Due to inlining?
[ $compiler == dart2js && $cps_ir && $host_checked ]
accessor_conflict_export2_test: Crash # Duplicate export of 'x'
accessor_conflict_export_test: Crash # Duplicate export of 'x'
async_throw_in_catch_test/forceAwait: Crash # Issue 24485
async_throw_in_catch_test/none: Crash # Issue 24485
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

View file

@ -20,3 +20,8 @@ dummy_compiler_test: Slow, Pass
[ $noopt || $compiler == precompiler || $mode == product ]
source_mirrors_test: SkipByDesign # Imports dart:mirrors
[ $compiler == dart2js && $cps_ir && $host_checked ]
dummy_compiler_test: Crash # Issue 24485
recursive_import_test: Crash # Issue 24485
source_mirrors_test: Crash # Issue 24485