Chromium Code Reviews| Index: tests/compiler/dart2js_extra/dart2js_extra.status |
| diff --git a/tests/compiler/dart2js_extra/dart2js_extra.status b/tests/compiler/dart2js_extra/dart2js_extra.status |
| index 32184b0b49d148071f65aaba8ed370fd766adf14..b2d49f99c1e287e2039fecb3bbf8bec1b4039135 100644 |
| --- a/tests/compiler/dart2js_extra/dart2js_extra.status |
| +++ b/tests/compiler/dart2js_extra/dart2js_extra.status |
| @@ -70,6 +70,7 @@ invalid_annotation_test/01: MissingCompileTimeError, OK # vm is lazy |
| 16407_test: Pass # Please triage this failure. |
| 22868_test: RuntimeError # Issue 23997 |
| 22895_test: RuntimeError # Issue 23997 |
| +23432_test: RuntimeError # Issue 23432 |
|
asgerf
2015/08/25 14:00:42
It sort of passed for the wrong reason, and also s
sra1
2015/08/31 18:12:07
What is the wrong reason?
asgerf
2015/08/31 18:23:05
Ah, right. I was trying to get to the bottom of th
|
| async_stacktrace_test/asyncStar: Crash # (foo()async*{try {tr... cannot handle sync*/async* functions |
| async_stacktrace_test/none: RuntimeError # $async$temp1.Tracer$ is not a function |
| closure_capture5_test: Crash # (i=0): For-loop variable captured in loop header |