Title: [161299] trunk/LayoutTests
Revision
161299
Author
commit-qu...@webkit.org
Date
2014-01-03 17:20:12 -0800 (Fri, 03 Jan 2014)

Log Message

Unreviewed, rolling out r161274.
http://trac.webkit.org/changeset/161274
https://bugs.webkit.org/show_bug.cgi?id=126475

Volates ECMA and WebGL Specification (Requested by bfulgham on
#webkit).

* webgl/1.0.2/resources/webgl_test_files/conformance/typedarrays/data-view-test.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (161298 => 161299)


--- trunk/LayoutTests/ChangeLog	2014-01-04 00:58:11 UTC (rev 161298)
+++ trunk/LayoutTests/ChangeLog	2014-01-04 01:20:12 UTC (rev 161299)
@@ -1,3 +1,14 @@
+2014-01-03  Commit Queue  <commit-qu...@webkit.org>
+
+        Unreviewed, rolling out r161274.
+        http://trac.webkit.org/changeset/161274
+        https://bugs.webkit.org/show_bug.cgi?id=126475
+
+        Volates ECMA and WebGL Specification (Requested by bfulgham on
+        #webkit).
+
+        * webgl/1.0.2/resources/webgl_test_files/conformance/typedarrays/data-view-test.html:
+
 2014-01-03  Brent Fulgham  <bfulg...@apple.com>
 
         Revise WebGL DataView test to match ECMAScript Draft Specification

Modified: trunk/LayoutTests/webgl/1.0.2/resources/webgl_test_files/conformance/typedarrays/data-view-test.html (161298 => 161299)


--- trunk/LayoutTests/webgl/1.0.2/resources/webgl_test_files/conformance/typedarrays/data-view-test.html	2014-01-04 00:58:11 UTC (rev 161298)
+++ trunk/LayoutTests/webgl/1.0.2/resources/webgl_test_files/conformance/typedarrays/data-view-test.html	2014-01-04 01:20:12 UTC (rev 161299)
@@ -270,9 +270,9 @@
     // Use try/catch instead of calling shouldThrow to avoid different exception message being reported from different platform.
     try {
         TestEval(expr);
-        testPassed(expr + " does not throw exception");
+        testFailed(expr + " does not throw exception");
     } catch (e) {
-        testFailed(expr + " threw exception");
+        testPassed(expr + " threw exception");
     }
 
     debug("");
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to