Skip to content

Commit

Permalink
unix2dos'd baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuanjl committed Jan 28, 2018
1 parent 4142600 commit cfbd914
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions test/es7/PromiseRejectionTracking.baseline
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Executing test #1 - Reject promise with no reactions.
Uncaught promise rejection
Executing test #2 - Reject promise with a catch reaction only.
Executing test #3 - Reject promise with catch and then reactions.
Executing test #4 - Reject promise then add a catch afterwards.
Uncaught promise rejection
Promise rejection handled
Executing test #5 - Reject promise then add two catches afterwards.
Uncaught promise rejection
Promise rejection handled
Executing test #6 - Async function that throws.
Uncaught promise rejection
Executing test #7 - Async function that throws but is caught.
Uncaught promise rejection
Promise rejection handled
Executing test #8 - Async function that awaits a function that throws.
Uncaught promise rejection
Promise rejection handled
Uncaught promise rejection
Executing test #1 - Reject promise with no reactions.
Uncaught promise rejection
Executing test #2 - Reject promise with a catch reaction only.
Executing test #3 - Reject promise with catch and then reactions.
Executing test #4 - Reject promise then add a catch afterwards.
Uncaught promise rejection
Promise rejection handled
Executing test #5 - Reject promise then add two catches afterwards.
Uncaught promise rejection
Promise rejection handled
Executing test #6 - Async function that throws.
Uncaught promise rejection
Executing test #7 - Async function that throws but is caught.
Uncaught promise rejection
Promise rejection handled
Executing test #8 - Async function that awaits a function that throws.
Uncaught promise rejection
Promise rejection handled
Uncaught promise rejection

0 comments on commit cfbd914

Please sign in to comment.