diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-09-06 23:08:37 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-06 23:08:37 +0530 |
| commit | d2a408f452db1157a1e6a14810bd1f03fc431d9d (patch) | |
| tree | 66c45829a78cb3c6cd6e875cca65ce26384fe50d /cli/tests/testdata | |
| parent | c0a684c14ed70717e18b528bb8f366eb593636a7 (diff) | |
perf(runtime): short-circuit `queue_async_op` for Poll::Ready (#15773)
Diffstat (limited to 'cli/tests/testdata')
| -rw-r--r-- | cli/tests/testdata/044_bad_resource.ts.out | 2 | ||||
| -rw-r--r-- | cli/tests/testdata/wasm_unreachable.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/044_bad_resource.ts.out b/cli/tests/testdata/044_bad_resource.ts.out index 33c95fc44..b208f9d25 100644 --- a/cli/tests/testdata/044_bad_resource.ts.out +++ b/cli/tests/testdata/044_bad_resource.ts.out @@ -1,2 +1,2 @@ -[WILDCARD]error: Uncaught (in promise) BadResource: Bad resource ID +[WILDCARD]error: Uncaught [WILDCARD] BadResource: Bad resource ID [WILDCARD] diff --git a/cli/tests/testdata/wasm_unreachable.out b/cli/tests/testdata/wasm_unreachable.out index cbb6b6519..7fb5e309d 100644 --- a/cli/tests/testdata/wasm_unreachable.out +++ b/cli/tests/testdata/wasm_unreachable.out @@ -1,3 +1,3 @@ -error: Uncaught (in promise) RuntimeError: unreachable +error: Uncaught [WILDCARD] RuntimeError: unreachable at <anonymous> (wasm://wasm/d1c677ea:1:41) at [WILDCARD]/wasm_unreachable.js:[WILDCARD] |
