Bug 65706 - Run run-unit-tests on release mode test bots
Summary: Run run-unit-tests on release mode test bots
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dmitry Lomov
URL:
Keywords:
Depends on: 61812
Blocks:
  Show dependency treegraph
 
Reported: 2011-08-04 11:01 PDT by Dmitry Lomov
Modified: 2011-08-04 11:18 PDT (History)
3 users (show)

See Also:


Attachments
Reenabled. (1.34 KB, patch)
2011-08-04 11:05 PDT, Dmitry Lomov
aroben: review+
aroben: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Lomov 2011-08-04 11:01:53 PDT
After 61812 is fixed
Comment 1 Dmitry Lomov 2011-08-04 11:05:11 PDT
Created attachment 102948 [details]
Reenabled.
Comment 2 Adam Roben (:aroben) 2011-08-04 11:11:16 PDT
Comment on attachment 102948 [details]
Reenabled.

View in context: https://bugs.webkit.org/attachment.cgi?id=102948&action=review

> Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg:629
> +    return (platform == 'win' or (platform.startswith('mac') and platform != 'mac-leopard'))

No need for the outer parentheses.
Comment 3 Dmitry Lomov 2011-08-04 11:18:00 PDT
Committed as http://trac.webkit.org/changeset/92391. CLosing bug,