Changeset 109726 in webkit


Ignore:
Timestamp:
Mar 5, 2012 1:24:50 AM (12 years ago)
Author:
Csaba Osztrogonác
Message:

Qt API test buildstep throws exception after buildmaster update
https://bugs.webkit.org/show_bug.cgi?id=80249

Reviewed by Zoltan Herczeg.

  • BuildSlaveSupport/build.webkit.org-config/master.cfg: Disable API tests on the Qt bot temporarily.

(BuildAndTestFactory.init):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg

    r109294 r109726  
    759759        if platform == "gtk":
    760760            self.addStep(RunGtkAPITests)
    761         if platform == "qt":
    762             self.addStep(RunQtAPITests)
     761# Qt API test buildstep throws exception after buildmaster update
     762# https://bugs.webkit.org/show_bug.cgi?id=80249
     763#        if platform == "qt":
     764#            self.addStep(RunQtAPITests)
    763765
    764766class BuildAndTestLeaksFactory(BuildAndTestFactory):
  • trunk/Tools/ChangeLog

    r109722 r109726  
     12012-03-05  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Qt API test buildstep throws exception after buildmaster update
     4        https://bugs.webkit.org/show_bug.cgi?id=80249
     5
     6        Reviewed by Zoltan Herczeg.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/master.cfg: Disable API tests on the Qt bot temporarily.
     9        (BuildAndTestFactory.__init__):
     10
    1112012-03-04  Martin Robinson  <mrobinson@igalia.com>
    212
Note: See TracChangeset for help on using the changeset viewer.