Chromium Code Reviews| Index: tests/html/html.status |
| =================================================================== |
| --- tests/html/html.status (revision 12524) |
| +++ tests/html/html.status (working copy) |
| @@ -201,5 +201,8 @@ |
| cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_WindowImpl' |
| window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_WindowImpl' |
| +[ $system == macos ] |
|
Emily Fortuna
2012/09/19 00:25:09
can you make this:
[ $system == macos && $compiler
|
| +window_open_test: Fail |
| + |
| [ $compiler == dart2js && ($runtime == ff || $runtime == ie || $runtime == safari || $runtime == opera) ] |
| window_open_test: Fail |