Chromium Code Reviews| Index: tests/lib/lib.status |
| =================================================================== |
| --- tests/lib/lib.status (revision 32072) |
| +++ tests/lib/lib.status (working copy) |
| @@ -5,7 +5,7 @@ |
| [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtime != dartium ] |
| mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 |
| -[ $checked && $runtime == dartium ] |
| +[ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] |
|
rmacnak
2014/01/28 18:32:11
Why does this version of drt act differently? The
|
| mirrors/regress_16321_test/01: RunTimeError # Issue 16351 |
| [ $compiler == dart2js && $checked && $runtime == ie9 ] |