RESOLVED FIXED104403
nrwt: use the default logic for skipping platform-specific tests for chromium
https://bugs.webkit.org/show_bug.cgi?id=104403
Summary nrwt: use the default logic for skipping platform-specific tests for chromium
Dirk Pranke
Reported 2012-12-07 14:32:57 PST
nrwt: use the default logic for skipping platform-specific tests for chromium
Attachments
Patch (4.13 KB, patch)
2012-12-07 14:33 PST, Dirk Pranke
no flags
fix ChangeLogs (4.64 KB, patch)
2012-12-07 14:37 PST, Dirk Pranke
senorblanco: review+
Dirk Pranke
Comment 1 2012-12-07 14:33:30 PST
Dirk Pranke
Comment 2 2012-12-07 14:37:16 PST
Created attachment 178280 [details] fix ChangeLogs
Stephen White
Comment 3 2012-12-07 14:43:28 PST
Comment on attachment 178280 [details] fix ChangeLogs View in context: https://bugs.webkit.org/attachment.cgi?id=178280&action=review > LayoutTests/platform/chromium-android/TestExpectations:-11 > -# Skip tests of other platforms to save time. > -platform/gtk [ WontFix ] > -platform/mac [ WontFix ] > -platform/mac-wk2 [ WontFix ] > -platform/qt [ WontFix ] > -platform/win [ WontFix ] If we don't change the code above (see below), we should probably change these to Skip instead. > LayoutTests/platform/chromium/TestExpectations:-241 > -# Run the Mac-specific platform tests, but only to check for crashes. > -platform/gtk [ WontFix ] > -platform/mac [ WontFix ] This looks like it was intentional, actually -- this comment suggests we really do want to run the off-platform tests if there's an expectation, just to look for crashes. I have no idea if it ever caught anything, though.
Dirk Pranke
Comment 4 2012-12-07 15:00:29 PST
(In reply to comment #3) > (From update of attachment 178280 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=178280&action=review > > > LayoutTests/platform/chromium-android/TestExpectations:-11 > > -# Skip tests of other platforms to save time. > > -platform/gtk [ WontFix ] > > -platform/mac [ WontFix ] > > -platform/mac-wk2 [ WontFix ] > > -platform/qt [ WontFix ] > > -platform/win [ WontFix ] > > If we don't change the code above (see below), we should probably change these to Skip instead. > > > LayoutTests/platform/chromium/TestExpectations:-241 > > -# Run the Mac-specific platform tests, but only to check for crashes. > > -platform/gtk [ WontFix ] > > -platform/mac [ WontFix ] > > This looks like it was intentional, actually -- this comment suggests we really do want to run the off-platform tests if there's an expectation, just to look for crashes. I have no idea if it ever caught anything, though. Yes, we did intentionally use to run the platform-specific tests for other ports. At some point a while ago we decided to change this behavior to be more consistent with the other ports, but I never actually implemented it until now.
Stephen White
Comment 5 2012-12-07 15:01:45 PST
Comment on attachment 178280 [details] fix ChangeLogs OK, cool! r=me
Dirk Pranke
Comment 6 2012-12-10 14:43:38 PST
Note You need to log in before you can comment on or make changes to this bug.