Title: [147877] trunk/LayoutTests
Revision
147877
Author
[email protected]
Date
2013-04-07 13:27:04 -0700 (Sun, 07 Apr 2013)

Log Message

Unreviewed gardening.

Rebaseline several test cases that have line number information after r147872.

* http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt:
* http/tests/security/window-onerror-exception-in-iframe-expected.txt:
* inspector/console/alert-toString-exception-expected.txt:
* storage/indexeddb/exception-in-event-aborts-expected.txt:
* storage/websql/sql-error-codes-expected.txt:
* storage/websql/statement-error-callback-expected.txt:
* storage/websql/transaction-callback-exception-crash-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (147876 => 147877)


--- trunk/LayoutTests/ChangeLog	2013-04-07 20:02:07 UTC (rev 147876)
+++ trunk/LayoutTests/ChangeLog	2013-04-07 20:27:04 UTC (rev 147877)
@@ -1,5 +1,19 @@
 2013-04-07  Christophe Dumez  <[email protected]>
 
+        Unreviewed gardening.
+
+        Rebaseline several test cases that have line number information after r147872.
+
+        * http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt:
+        * http/tests/security/window-onerror-exception-in-iframe-expected.txt:
+        * inspector/console/alert-toString-exception-expected.txt:
+        * storage/indexeddb/exception-in-event-aborts-expected.txt:
+        * storage/websql/sql-error-codes-expected.txt:
+        * storage/websql/statement-error-callback-expected.txt:
+        * storage/websql/transaction-callback-exception-crash-expected.txt:
+
+2013-04-07  Christophe Dumez  <[email protected]>
+
         Unreviewed EFL gardening.
 
         Skip a few test failing due to missing Quota API support.

Modified: trunk/LayoutTests/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt (147876 => 147877)


--- trunk/LayoutTests/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt	2013-04-07 20:02:07 UTC (rev 147876)
+++ trunk/LayoutTests/http/tests/inspector-enabled/console-exception-while-no-inspector-expected.txt	2013-04-07 20:27:04 UTC (rev 147877)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: 2013
+CONSOLE MESSAGE: line 6: 2013
 Tests that console will NOT contain stack trace for exception thrown when inspector front-end was closed. Bug 109427.
 
 SUCCESS: message doesn't have stack trace

Modified: trunk/LayoutTests/http/tests/security/window-onerror-exception-in-iframe-expected.txt (147876 => 147877)


--- trunk/LayoutTests/http/tests/security/window-onerror-exception-in-iframe-expected.txt	2013-04-07 20:02:07 UTC (rev 147876)
+++ trunk/LayoutTests/http/tests/security/window-onerror-exception-in-iframe-expected.txt	2013-04-07 20:27:04 UTC (rev 147877)
@@ -1,6 +1,6 @@
-CONSOLE MESSAGE: IframeException
+CONSOLE MESSAGE: line 7: IframeException
 Test that exceptions in iframe are not reported to the main frame window.onerror handler. window.onerror should print exactly one line.
 
-Main frame window.onerror: MainFrameException at undefined:0
+Main frame window.onerror: MainFrameException at window-onerror-exception-in-iframe.html:34
 DONE
 

Modified: trunk/LayoutTests/inspector/console/alert-toString-exception-expected.txt (147876 => 147877)


--- trunk/LayoutTests/inspector/console/alert-toString-exception-expected.txt	2013-04-07 20:02:07 UTC (rev 147876)
+++ trunk/LayoutTests/inspector/console/alert-toString-exception-expected.txt	2013-04-07 20:27:04 UTC (rev 147877)
@@ -1,7 +1,7 @@
-CONSOLE MESSAGE: Exception in toString().
-CONSOLE MESSAGE: Exception in toString().
+CONSOLE MESSAGE: line 6: Exception in toString().
+CONSOLE MESSAGE: line 6: Exception in toString().
 Test that browser won't crash if inspector is opened for a page that fails to convert alert() argument to string. The test passes if it doesn't crash. Bug 60541
 
 Page reloaded.
-Exception in toString().
+Exception in toString(). alert-toString-exception.html:6
 

Modified: trunk/LayoutTests/storage/indexeddb/exception-in-event-aborts-expected.txt (147876 => 147877)


--- trunk/LayoutTests/storage/indexeddb/exception-in-event-aborts-expected.txt	2013-04-07 20:02:07 UTC (rev 147876)
+++ trunk/LayoutTests/storage/indexeddb/exception-in-event-aborts-expected.txt	2013-04-07 20:27:04 UTC (rev 147877)
@@ -1,5 +1,5 @@
-CONSOLE MESSAGE: this exception is expected
-CONSOLE MESSAGE: this exception is expected
+CONSOLE MESSAGE: line 35: this exception is expected
+CONSOLE MESSAGE: line 35: this exception is expected
 Test exceptions in IDBRequest handlers cause aborts.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Modified: trunk/LayoutTests/storage/websql/sql-error-codes-expected.txt (147876 => 147877)


--- trunk/LayoutTests/storage/websql/sql-error-codes-expected.txt	2013-04-07 20:02:07 UTC (rev 147876)
+++ trunk/LayoutTests/storage/websql/sql-error-codes-expected.txt	2013-04-07 20:27:04 UTC (rev 147877)
@@ -1,5 +1,5 @@
-CONSOLE MESSAGE: Exception thrown in transaction callback.
-CONSOLE MESSAGE: Cannot call toString() on this object.
+CONSOLE MESSAGE: line 37: Exception thrown in transaction callback.
+CONSOLE MESSAGE: line 65: Cannot call toString() on this object.
 This test tests the error codes reported in exceptional situations.
 PASS: expected and got error code UNKNOWN_ERR
 PASS: expected and got error code UNKNOWN_ERR

Modified: trunk/LayoutTests/storage/websql/statement-error-callback-expected.txt (147876 => 147877)


--- trunk/LayoutTests/storage/websql/statement-error-callback-expected.txt	2013-04-07 20:02:07 UTC (rev 147876)
+++ trunk/LayoutTests/storage/websql/statement-error-callback-expected.txt	2013-04-07 20:27:04 UTC (rev 147877)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Exception in statement error callback
+CONSOLE MESSAGE: line 67: Exception in statement error callback
 This test confirms that a transaction is immediately rolled back if and only if a statement's error callback throws an exception, returns true, or doesn't return any value.
 PASS - the transaction error callback was invoked.
 PASS - the transaction error callback was invoked.

Modified: trunk/LayoutTests/storage/websql/transaction-callback-exception-crash-expected.txt (147876 => 147877)


--- trunk/LayoutTests/storage/websql/transaction-callback-exception-crash-expected.txt	2013-04-07 20:02:07 UTC (rev 147876)
+++ trunk/LayoutTests/storage/websql/transaction-callback-exception-crash-expected.txt	2013-04-07 20:27:04 UTC (rev 147877)
@@ -1,2 +1,2 @@
-CONSOLE MESSAGE: TransactionCallbackError
+CONSOLE MESSAGE: line 13: TransactionCallbackError
 If WebKit doesn't crash, this test has passed
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to