Chromium Code Reviews| Index: pkg/pkg.status |
| =================================================================== |
| --- pkg/pkg.status (revision 20787) |
| +++ pkg/pkg.status (working copy) |
| @@ -12,9 +12,12 @@ |
| # Skip non-test files ending with "_test". |
| scheduled_test/lib/*: Skip |
| +# All these should be split up into individual tests instead of massive |
| +# collections of tests. See meta bug 9231 |
|
nweiz
2013/04/02 18:48:53
Only scheduled_test_test and possibly descriptor_t
|
| scheduled_test/test/scheduled_test_test: Pass, Slow # Issue 9231 |
| scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # Issue 9231, 9582 |
| scheduled_test/test/descriptor_test: Pass, Slow # Issue 9231 |
| +scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 |
| # WebDriver tests have 3rd party dependencies (we need to run |
| # selenium_standalone.jar), so we skip these in our automated |