nodejs/deps/v8/test/webkit/fast/js/Promise-exception-expected.txt

11 lines
270 B
Plaintext
Raw Permalink Normal View History

2014-03-31 14:38:28 +02:00
An exception thrown from an onFulfilled callback should reject the Promise.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS thisInThenCallback is undefined
PASS result is "foobar"
PASS successfullyParsed is true
TEST COMPLETE