Title: [203218] trunk/LayoutTests
Revision
203218
Author
achristen...@apple.com
Date
2016-07-14 00:29:29 -0700 (Thu, 14 Jul 2016)

Log Message

Rebaseline test after r203204 and r203207.

* js/typed-array-mutated-during-set-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (203217 => 203218)


--- trunk/LayoutTests/ChangeLog	2016-07-14 07:05:40 UTC (rev 203217)
+++ trunk/LayoutTests/ChangeLog	2016-07-14 07:29:29 UTC (rev 203218)
@@ -1,3 +1,9 @@
+2016-07-14  Alex Christensen  <achristen...@webkit.org>
+
+        Rebaseline test after r203204 and r203207.
+
+        * js/typed-array-mutated-during-set-expected.txt:
+
 2016-07-13  Frederic Wang  <fw...@igalia.com>
 
         Rebaseline EFL and Windows MathML tests after r203171

Modified: trunk/LayoutTests/js/typed-array-mutated-during-set-expected.txt (203217 => 203218)


--- trunk/LayoutTests/js/typed-array-mutated-during-set-expected.txt	2016-07-14 07:05:40 UTC (rev 203217)
+++ trunk/LayoutTests/js/typed-array-mutated-during-set-expected.txt	2016-07-14 07:29:29 UTC (rev 203218)
@@ -5,7 +5,7 @@
 
 PASS buffer.byteLength is 100
 PASS buffer.byteLength is 0
-PASS byteArray.set(array) Threw exception TypeError: Underlying ArrayBuffer has been detached from the view.
+PASS byteArray.set(array) threw exception TypeError: Underlying ArrayBuffer has been detached from the view.
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to