node/deps/v8/test/webkit/fast/js/Promise-resolve-with-itself-expected.txt
2014-04-02 00:05:24 +04:00

11 lines
291 B
Plaintext

Test whether Promise will be rejected if it is resolved with itself.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS rejected
PASS result is "TypeError: Chaining cycle detected for promise #<Promise>"
PASS successfullyParsed is true
TEST COMPLETE