Title: [199744] trunk/LayoutTests
Revision
199744
Author
achristen...@apple.com
Date
2016-04-19 14:51:12 -0700 (Tue, 19 Apr 2016)

Log Message

Rebase test after r199738

* fast/canvas/webgl/fragment-shader-assertion-expected.txt:
ANGLE gives us a more descriptive error now.  No big deal.  
This test was added to make sure it didn't crash in http://trac.webkit.org/changeset/199340
and it still does not crash.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (199743 => 199744)


--- trunk/LayoutTests/ChangeLog	2016-04-19 21:45:44 UTC (rev 199743)
+++ trunk/LayoutTests/ChangeLog	2016-04-19 21:51:12 UTC (rev 199744)
@@ -1,3 +1,12 @@
+2016-04-19  Alex Christensen  <achristen...@webkit.org>
+
+        Rebase test after r199738
+
+        * fast/canvas/webgl/fragment-shader-assertion-expected.txt:
+        ANGLE gives us a more descriptive error now.  No big deal.  
+        This test was added to make sure it didn't crash in http://trac.webkit.org/changeset/199340
+        and it still does not crash.
+
 2016-04-19  Keith Miller  <keith_mil...@apple.com>
 
         ObjcInstance::stringValue should not call NSObject's description method

Modified: trunk/LayoutTests/fast/canvas/webgl/fragment-shader-assertion-expected.txt (199743 => 199744)


--- trunk/LayoutTests/fast/canvas/webgl/fragment-shader-assertion-expected.txt	2016-04-19 21:45:44 UTC (rev 199743)
+++ trunk/LayoutTests/fast/canvas/webgl/fragment-shader-assertion-expected.txt	2016-04-19 21:51:12 UTC (rev 199744)
@@ -1,3 +1,4 @@
 PASS: This test did not assert because of this expected syntax error:
+ERROR: 0:1: ',' : Illegal character at fieldname start 
 ERROR: 0:1: ',' : syntax error 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to