Bug 144383 - scm_unittest.py should be included back as default test to be run by test-webkitpy
Summary: scm_unittest.py should be included back as default test to be run by test-web...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-29 03:55 PDT by Andres Gomez Garcia
Modified: 2015-04-29 03:56 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Gomez Garcia 2015-04-29 03:55:10 PDT
You can read when running:

$ ./Tools/Scripts/test-webkitpy
Suppressing most webkitpy logging while running unit tests.
Skipping tests in the following modules or packages because they are really, really, slow:
    webkitpy.common.checkout.scm.scm_unittest
    (https://bugs.webkit.org/show_bug.cgi?id=31818; use --all to include)

...


But bug 31818 was resolved long time ago and running with the "--all" parameter doesn't take that long. Hence, this test should be added back in the list of the default tests to be run.
Comment 1 Andres Gomez Garcia 2015-04-29 03:56:03 PDT
Although maybe we can wait for bug 143967 to be fixed first.