info not being added at throw time anymore.
https://bugs.webkit.org/show_bug.cgi?id=143542
rdar://problem/
20475871
Reviewed by Michael Saboff.
Because sourceURL is now being appended at error construction time rather than when thrown,
the tests now attempt to append it during the code run by InspectorTest.sendCommand which I assume uses an eval.
Because this code is generated on the fly, it has no URL and thus sourceURL makes no sense.
Also since they are generated in a new locations, they will have a new lines and columns.
* inspector-protocol/debugger/setPauseOnExceptions-all-expected.txt:
* inspector-protocol/debugger/setPauseOnExceptions-none-expected.txt:
* inspector-protocol/debugger/setPauseOnExceptions-uncaught-expected.txt:
* platform/win/TestExpectations: Enabled the above tests on windows.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182614
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-04-09 Matthew Mirman <mmirman@apple.com>
+
+ Updated expectations on a few tests to account for error
+ info not being added at throw time anymore.
+ https://bugs.webkit.org/show_bug.cgi?id=143542
+ rdar://problem/20475871
+
+ Reviewed by Michael Saboff.
+
+ Because sourceURL is now being appended at error construction time rather than when thrown,
+ the tests now attempt to append it during the code run by InspectorTest.sendCommand which I assume uses an eval.
+ Because this code is generated on the fly, it has no URL and thus sourceURL makes no sense.
+ Also since they are generated in a new locations, they will have a new lines and columns.
+
+ * inspector-protocol/debugger/setPauseOnExceptions-all-expected.txt:
+ * inspector-protocol/debugger/setPauseOnExceptions-none-expected.txt:
+ * inspector-protocol/debugger/setPauseOnExceptions-uncaught-expected.txt:
+ * platform/win/TestExpectations: Enabled the above tests on windows.
+
2015-04-09 Javier Fernandez <jfernandez@igalia.com>
[CSS Grid Layout] Implement justify-self and justify-item css properties.
CONSOLE MESSAGE: line 38: catchNested caught exception: {"code":8,"name":"NotFoundError","message":"NotFoundError: DOM Exception 8","line":8,"column":30,"sourceURL":"exception.js"}
CONSOLE MESSAGE: line 38: catchNested caught exception: "exception in host function"
CONSOLE MESSAGE: line 38: catchNested caught exception: "exception string"
-CONSOLE MESSAGE: line 38: catchNested caught exception: {"line":18,"column":12,"sourceURL":"exception.js"}
+CONSOLE MESSAGE: line 38: catchNested caught exception: {"line":1,"column":61}
CONSOLE MESSAGE: line 1: TypeError: undefined is not an object (evaluating '({}).a.b')
CONSOLE MESSAGE: line 3: TypeError: undefined is not an object (evaluating '({}).a.b')
CONSOLE MESSAGE: line 8: NotFoundError: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist.
CONSOLE MESSAGE: line 38: catchNested caught exception: {"code":8,"name":"NotFoundError","message":"NotFoundError: DOM Exception 8","line":8,"column":30,"sourceURL":"exception.js"}
CONSOLE MESSAGE: line 38: catchNested caught exception: "exception in host function"
CONSOLE MESSAGE: line 38: catchNested caught exception: "exception string"
-CONSOLE MESSAGE: line 38: catchNested caught exception: {"line":18,"column":12,"sourceURL":"exception.js"}
+CONSOLE MESSAGE: line 38: catchNested caught exception: {"line":1,"column":61}
CONSOLE MESSAGE: line 3: TypeError: undefined is not an object (evaluating '({}).a.b')
CONSOLE MESSAGE: line 8: NotFoundError: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist.
CONSOLE MESSAGE: line 24: exception in host function
CONSOLE MESSAGE: line 38: catchNested caught exception: {"code":8,"name":"NotFoundError","message":"NotFoundError: DOM Exception 8","line":8,"column":30,"sourceURL":"exception.js"}
CONSOLE MESSAGE: line 38: catchNested caught exception: "exception in host function"
CONSOLE MESSAGE: line 38: catchNested caught exception: "exception string"
-CONSOLE MESSAGE: line 38: catchNested caught exception: {"line":18,"column":12,"sourceURL":"exception.js"}
+CONSOLE MESSAGE: line 38: catchNested caught exception: {"line":1,"column":61}
CONSOLE MESSAGE: line 1: TypeError: undefined is not an object (evaluating '({}).a.b')
CONSOLE MESSAGE: line 3: TypeError: undefined is not an object (evaluating '({}).a.b')
CONSOLE MESSAGE: line 8: NotFoundError: DOM Exception 8: An attempt was made to reference a Node in a context where it does not exist.
CONSOLE MESSAGE: line 38: catchNested caught exception: {"code":8,"name":"NotFoundError","message":"NotFoundError: DOM Exception 8","line":8,"column":30,"sourceURL":"exception.js"}
CONSOLE MESSAGE: line 38: catchNested caught exception: "exception in host function"
CONSOLE MESSAGE: line 38: catchNested caught exception: "exception string"
-CONSOLE MESSAGE: line 38: catchNested caught exception: {"line":18,"column":12,"sourceURL":"exception.js"}
+CONSOLE MESSAGE: line 38: catchNested caught exception: {"line":1,"column":61}
Debugger.setPauseOnExceptions uncaught
Debugger.setPauseOnExceptions - uncaught
inspector-protocol/debugger/removeBreakpoint.html [ Skip ] # Crashing
inspector-protocol/debugger/searchInContent-linebreaks.html [ Pass Crash ] # Flaky
-webkit.org/b/143542 inspector-protocol/debugger/setPauseOnExceptions-all.html [ Failure ]
-webkit.org/b/143542 inspector-protocol/debugger/setPauseOnExceptions-none.html [ Failure ]
-webkit.org/b/143542 inspector-protocol/debugger/setPauseOnExceptions-uncaught.html [ Failure ]
webkit.org/b/143548 inspector/console/console-api.html [ Skip ] # Timeout
################################################################################
################# End Inspector Issues ####################