| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index ff12eca08ae2c9782a634de296f6f0aa2a52a6a4..14bcba396a7a29a5499030f0a9dd966769e2b935 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -38,9 +38,9 @@ malformed_test/05: Fail
|
| malformed_test/06: Fail
|
|
|
| # Fails due to inlining. Not all expected frames are in the trace.
|
| -full_stacktrace1_test: Pass, Fail # issue 9895
|
| -full_stacktrace2_test: Pass, Fail # issue 9895
|
| -full_stacktrace3_test: Pass, Fail # issue 9895
|
| +full_stacktrace1_test: Pass, Fail
|
| +full_stacktrace2_test: Pass, Fail
|
| +full_stacktrace3_test: Pass, Fail
|
| # Stack traces may or may not end in a newline depending on the JS enging.
|
| stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline.
|
|
|
| @@ -98,10 +98,10 @@ function_type_alias9_test/00: Crash # dartbug.com/9792
|
| branch_canonicalization_test: Fail # Issue 638.
|
| div_with_power_of_two_test: Fail # Issue 8301.
|
| class_literal_test: Fail # Issue 7626.
|
| -identical_closure2_test: Fail # Issues 563, 1533
|
| +identical_closure2_test: Fail # Issue 1533, Issue 12596
|
| invocation_mirror_test: Fail
|
| built_in_identifier_prefix_test: Fail # http://dartbug.com/6972
|
| -number_identity2_test: Fail # Issue 563: identity of NaN
|
| +number_identity2_test: Fail # Issue 12596: identity of NaN
|
| new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
|
| new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
|
| double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
|
|
|