Title: [252196] trunk
Revision
252196
Author
commit-qu...@webkit.org
Date
2019-11-07 11:42:10 -0800 (Thu, 07 Nov 2019)

Log Message

JSTests:
didPassSomeTestsSilenty is misspelled in standalone-pre.js
https://bugs.webkit.org/show_bug.cgi?id=203948

Patch by Tuomas Karkkainen <tuomas.web...@apple.com> on 2019-11-07
Reviewed by Yusuke Suzuki.

* stress/resources/standalone-pre.js:

LayoutTests:
didPassSomeTestsSilenty and didFaileSomeTests are misspelled in standalone-pre.js
https://bugs.webkit.org/show_bug.cgi?id=203948

Patch by Tuomas Karkkainen <tuomas.web...@apple.com> on 2019-11-07
Reviewed by Yusuke Suzuki.

* resources/standalone-pre.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (252195 => 252196)


--- trunk/JSTests/ChangeLog	2019-11-07 19:24:54 UTC (rev 252195)
+++ trunk/JSTests/ChangeLog	2019-11-07 19:42:10 UTC (rev 252196)
@@ -1,3 +1,12 @@
+2019-11-07  Tuomas Karkkainen  <tuomas.web...@apple.com>
+
+        didPassSomeTestsSilenty is misspelled in standalone-pre.js
+        https://bugs.webkit.org/show_bug.cgi?id=203948
+
+        Reviewed by Yusuke Suzuki.
+
+        * stress/resources/standalone-pre.js:
+
 2019-11-07  Ross Kirsling  <ross.kirsl...@sony.com>
 
         Unskip test262 tests for async-iteration

Modified: trunk/JSTests/stress/resources/standalone-pre.js (252195 => 252196)


--- trunk/JSTests/stress/resources/standalone-pre.js	2019-11-07 19:24:54 UTC (rev 252195)
+++ trunk/JSTests/stress/resources/standalone-pre.js	2019-11-07 19:42:10 UTC (rev 252196)
@@ -10,7 +10,7 @@
 var throwOnFirstFail = true;
 var silentTestPass, didPassSomeTestsSilently, didFailSomeTests, successfullyParsed;
 silentTestPass = false;
-didPassSomeTestsSilenty = false;
+didPassSomeTestsSilently = false;
 didFailSomeTests = false;
 
 function description(msg)

Modified: trunk/LayoutTests/ChangeLog (252195 => 252196)


--- trunk/LayoutTests/ChangeLog	2019-11-07 19:24:54 UTC (rev 252195)
+++ trunk/LayoutTests/ChangeLog	2019-11-07 19:42:10 UTC (rev 252196)
@@ -1,3 +1,12 @@
+2019-11-07  Tuomas Karkkainen  <tuomas.web...@apple.com>
+
+        didPassSomeTestsSilenty and didFaileSomeTests are misspelled in standalone-pre.js
+        https://bugs.webkit.org/show_bug.cgi?id=203948
+
+        Reviewed by Yusuke Suzuki.
+
+        * resources/standalone-pre.js:
+
 2019-11-07  Alex Christensen  <achristen...@webkit.org>
 
         Re-enable NSURLSession isolation after r252116

Modified: trunk/LayoutTests/resources/standalone-pre.js (252195 => 252196)


--- trunk/LayoutTests/resources/standalone-pre.js	2019-11-07 19:24:54 UTC (rev 252195)
+++ trunk/LayoutTests/resources/standalone-pre.js	2019-11-07 19:42:10 UTC (rev 252196)
@@ -10,8 +10,8 @@
 
 var silentTestPass, didPassSomeTestsSilently, didFailSomeTests, successfullyParsed;
 silentTestPass = false;
-didPassSomeTestsSilenty = false;
-didFaileSomeTests = false;
+didPassSomeTestsSilently = false;
+didFailSomeTests = false;
 
 function description(msg)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to