| Index: test/webkit/fast/js/Promise-resolve-with-itself-expected.txt
|
| diff --git a/test/webkit/fast/js/Promise-resolve-with-itself-expected.txt b/test/webkit/fast/js/Promise-resolve-with-itself-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b7fdaef0c894d7efb9dd41fe4d687785dfb051a2
|
| --- /dev/null
|
| +++ b/test/webkit/fast/js/Promise-resolve-with-itself-expected.txt
|
| @@ -0,0 +1,10 @@
|
| +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
|
| +
|
|
|