Chromium Code Reviews| Index: tests/isolate/isolate.status |
| =================================================================== |
| --- tests/isolate/isolate.status (revision 16920) |
| +++ tests/isolate/isolate.status (working copy) |
| @@ -8,6 +8,7 @@ |
| serialization_test: Skip # tests dart2js-specific serialization code |
| spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. |
| compute_this_script_browser_test: Skip # browser specific test |
| +ports_compilation_browser_test: Skip # browser specific test |
|
ahe
2013/01/18 12:13:27
I think it should just be marked fail, I suggest y
ngeoffray
2013/01/18 12:19:26
@Ivan what do you prefer for browser-only tests: d
Ivan Posva
2013/01/23 04:00:52
Skip is the correct thing here as the test is not
ngeoffray
2013/01/23 12:59:51
OK, thanks Ivan.
|
| timer_not_available_test: Fail, OK # only meant to test when there is no way to |
| # implement timer (currently only in d8) |
| timer_isolate_test: Skip # See Issue 4997 |