Title: [227342] trunk/Tools
- Revision
- 227342
- Author
- [email protected]
- Date
- 2018-01-22 10:42:49 -0800 (Mon, 22 Jan 2018)
Log Message
REGRESSION (r226485): Many new wasm leaks detected by the leaks bot
https://bugs.webkit.org/show_bug.cgi?id=181400
rdar://problem/36358768
Reviewed by JF Bastien.
* BuildSlaveSupport/build.webkit.org-config/config.json: Disable poisoning on the leaks bot.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (227341 => 227342)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2018-01-22 18:37:55 UTC (rev 227341)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json 2018-01-22 18:42:49 UTC (rev 227342)
@@ -129,7 +129,7 @@
},
{ "name": "Apple High Sierra (Leaks)", "type": "TestWebKit1Leaks", "builddir": "highsierra-leaks",
"platform": "mac-highsierra", "configuration": "release", "architectures": ["x86_64"],
- "additionalArguments": ["--no-retry-failures", "--no-sample-on-timeout"],
+ "additionalArguments": ["--no-retry-failures", "--no-sample-on-timeout", "--JSC_usePoisoning=0"],
"slavenames": ["bot121"]
},
{ "name": "Apple Sierra Debug (Build)", "type": "Build", "builddir": "sierra-debug",
Modified: trunk/Tools/ChangeLog (227341 => 227342)
--- trunk/Tools/ChangeLog 2018-01-22 18:37:55 UTC (rev 227341)
+++ trunk/Tools/ChangeLog 2018-01-22 18:42:49 UTC (rev 227342)
@@ -1,3 +1,13 @@
+2018-01-22 Alexey Proskuryakov <[email protected]>
+
+ REGRESSION (r226485): Many new wasm leaks detected by the leaks bot
+ https://bugs.webkit.org/show_bug.cgi?id=181400
+ rdar://problem/36358768
+
+ Reviewed by JF Bastien.
+
+ * BuildSlaveSupport/build.webkit.org-config/config.json: Disable poisoning on the leaks bot.
+
2018-01-22 Carlos Garcia Campos <[email protected]>
[GTK] Test /webkit/WebKitWebsiteData/resource-load-statistics is failing since r227223
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes