| Index: tests/co19/co19-dart2js.status
|
| ===================================================================
|
| --- tests/co19/co19-dart2js.status (revision 26197)
|
| +++ tests/co19/co19-dart2js.status (working copy)
|
| @@ -20,6 +20,7 @@
|
| LibTest/math/max_A01_t03: Fail # co19 issue 467
|
| LibTest/math/min_A01_t03: Fail # co19 issue 467
|
|
|
| +
|
| Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this failure.
|
| Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this failure.
|
| Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
|
| @@ -197,7 +198,7 @@
|
|
|
| # These tests are passing with 'runtime == ie9' but are either skipped or fail
|
| # on other configurations
|
| -[ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $runtime == safari || $runtime == opera || $runtime == d8 || $runtime == jsshell) ]
|
| +[ $compiler == dart2js && ($runtime == ie10 || $runtime == ie9 || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $runtime == drt || $runtime == safari || $runtime == opera || $runtime == d8 || $runtime == jsshell) ]
|
| LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44
|
| LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
|
| LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
|
| @@ -289,7 +290,7 @@
|
|
|
| LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
|
| LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
|
| -LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
|
| +LibTest/isolate/SendPort/send_A02_t04: Fail, Pass, OK # co19 issue 293 Passes on IE
|
|
|
| LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
|
| LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 issue 294
|
| @@ -641,6 +642,9 @@
|
| LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
|
| LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
|
|
|
| +[ $compiler == dart2js && $runtime == ie9 ]
|
| +LibTest/math/cos_A01_t01: Fail # co19 issue 44
|
| +
|
| #
|
| # The following tests are failing. Please add the error message
|
| # (either a compiler error or exception message). The error messages
|
|
|