Title: [222460] trunk/Tools
Revision
222460
Author
[email protected]
Date
2017-09-25 13:07:35 -0700 (Mon, 25 Sep 2017)

Log Message

[Win] run-api-tests is failing.
https://bugs.webkit.org/show_bug.cgi?id=177454

Reviewed by Brent Fulgham.

TestWebKit.exe has changed name to TestWebKitLegacy.exe.

* Scripts/run-api-tests:
(testToolPaths):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222459 => 222460)


--- trunk/Tools/ChangeLog	2017-09-25 20:06:12 UTC (rev 222459)
+++ trunk/Tools/ChangeLog	2017-09-25 20:07:35 UTC (rev 222460)
@@ -1,5 +1,17 @@
 2017-09-25  Per Arne Vollan  <[email protected]>
 
+        [Win] run-api-tests is failing.
+        https://bugs.webkit.org/show_bug.cgi?id=177454
+
+        Reviewed by Brent Fulgham.
+
+        TestWebKit.exe has changed name to TestWebKitLegacy.exe.
+
+        * Scripts/run-api-tests:
+        (testToolPaths):
+
+2017-09-25  Per Arne Vollan  <[email protected]>
+
         [Win] Cygwin 64-bit EWS process cannot find Visual Studio installation.
         https://bugs.webkit.org/show_bug.cgi?id=177244
 

Modified: trunk/Tools/Scripts/run-api-tests (222459 => 222460)


--- trunk/Tools/Scripts/run-api-tests	2017-09-25 20:06:12 UTC (rev 222459)
+++ trunk/Tools/Scripts/run-api-tests	2017-09-25 20:07:35 UTC (rev 222460)
@@ -419,7 +419,7 @@
     my $binDir = isWin64() ? "bin64" : "bin32";
     my $pathWTF = File::Spec->catfile(productDir(), $binDir, "TestWTF");
     my $pathWebCore = File::Spec->catfile(productDir(), $binDir, "TestWebCore");
-    my $pathWebKit = File::Spec->catfile(productDir(), $binDir, "TestWebKit");
+    my $pathWebKit = File::Spec->catfile(productDir(), $binDir, "TestWebKitLegacy");
 
     my $suffix;
     if (configuration() eq "Debug_All") {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to