Title: [279486] trunk/Tools
Revision
279486
Author
ryanhad...@apple.com
Date
2021-07-01 16:57:13 -0700 (Thu, 01 Jul 2021)

Log Message

[clean-webkit] Exclude autoinstalled directory
https://bugs.webkit.org/show_bug.cgi?id=227588
<rdar://problem/80033943>

Patch by Jonathan Bedard <jbed...@apple.com> on 2021-07-01
Reviewed by Alexey Proskuryakov.

* Scripts/webkitpy/common/checkout/scm/scm.py:
(SCM.discard_untracked_files): Never discard the autoinstalled directory.

Modified Paths

Diff

Modified: trunk/Tools/CISupport/ews-build/factories.py (279485 => 279486)


--- trunk/Tools/CISupport/ews-build/factories.py	2021-07-01 21:53:06 UTC (rev 279485)
+++ trunk/Tools/CISupport/ews-build/factories.py	2021-07-01 23:57:13 UTC (rev 279486)
@@ -154,7 +154,6 @@
         self.addStep(WaitForCrashCollection())
         self.addStep(KillOldProcesses())
         self.addStep(RunWebKitTestsInStressMode())
-        self.addStep(RunWebKitTestsInStressGuardmallocMode())
         self.addStep(TriggerCrashLogSubmission())
         self.addStep(SetBuildSummary())
 

Modified: trunk/Tools/CISupport/ews-build/factories_unittest.py (279485 => 279486)


--- trunk/Tools/CISupport/ews-build/factories_unittest.py	2021-07-01 21:53:06 UTC (rev 279485)
+++ trunk/Tools/CISupport/ews-build/factories_unittest.py	2021-07-01 23:57:13 UTC (rev 279486)
@@ -611,7 +611,6 @@
             _BuildStepFactory(steps.WaitForCrashCollection),
             _BuildStepFactory(steps.KillOldProcesses),
             _BuildStepFactory(steps.RunWebKitTestsInStressMode),
-            _BuildStepFactory(steps.RunWebKitTestsInStressGuardmallocMode),
             _BuildStepFactory(steps.TriggerCrashLogSubmission),
             _BuildStepFactory(steps.SetBuildSummary),
         ])

Modified: trunk/Tools/ChangeLog (279485 => 279486)


--- trunk/Tools/ChangeLog	2021-07-01 21:53:06 UTC (rev 279485)
+++ trunk/Tools/ChangeLog	2021-07-01 23:57:13 UTC (rev 279486)
@@ -9,6 +9,21 @@
         * Scripts/webkitpy/common/checkout/scm/scm.py:
         (SCM.discard_untracked_files): Never discard the autoinstalled directory.
 
+2021-07-01  Ryan Haddad  <ryanhad...@apple.com>
+
+        [Stress Test EWS] Temporarily disable GuardMalloc test mode to avoid false positives
+        https://bugs.webkit.org/show_bug.cgi?id=227595
+
+        Reviewed by Aakash Jain.
+
+        Since the infrastructure issue in webkit.org/b/227365 is causing false positives on this queue,
+        disable it until we can investigate and address the root cause.
+
+        * CISupport/ews-build/factories.py:
+        (StressTestFactory.__init__):
+        * CISupport/ews-build/factories_unittest.py:
+        (TestStressTestFactory.test_stress_test_factory):
+
 2021-07-01  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Selecting or dragging images that contain recognizable text is difficult in Mail compose
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to