Title: [210952] trunk/Websites/perf.webkit.org
Revision
210952
Author
[email protected]
Date
2017-01-19 21:11:01 -0800 (Thu, 19 Jan 2017)

Log Message

Build fix after r210626. We need to clear Triggerable's static map in each iteration.

* tools/sync-buildbot.js:
(syncLoop):

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (210951 => 210952)


--- trunk/Websites/perf.webkit.org/ChangeLog	2017-01-20 03:56:20 UTC (rev 210951)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2017-01-20 05:11:01 UTC (rev 210952)
@@ -1,3 +1,10 @@
+2017-01-19  Ryosuke Niwa  <[email protected]>
+
+        Build fix after r210626. We need to clear Triggerable's static map in each iteration.
+
+        * tools/sync-buildbot.js:
+        (syncLoop):
+
 2017-01-18  Ryosuke Niwa  <[email protected]>
 
         Add a mechanism to dispatch and listen to an action

Modified: trunk/Websites/perf.webkit.org/tools/sync-buildbot.js (210951 => 210952)


--- trunk/Websites/perf.webkit.org/tools/sync-buildbot.js	2017-01-20 03:56:20 UTC (rev 210951)
+++ trunk/Websites/perf.webkit.org/tools/sync-buildbot.js	2017-01-20 05:11:01 UTC (rev 210952)
@@ -32,6 +32,7 @@
     global.RootSet.clearStaticMap();
     global.Test.clearStaticMap();
     global.TestGroup.clearStaticMap();
+    global.Triggerable.clearStaticMap();
 
     let serverConfig = JSON.parse(fs.readFileSync(options['--server-config-json'], 'utf8'));
     let buildbotConfig = JSON.parse(fs.readFileSync(options['--buildbot-config-json'], 'utf8'));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to