From 22a248b4f32536c03056211ad14af36778c1aebf Mon Sep 17 00:00:00 2001 From: Alexander Guryanov Date: Wed, 1 Nov 2023 21:27:37 +0300 Subject: [PATCH] lit tests updated --- ...rg=asyncify-asserts_pass-arg=asyncify-onlylist@waka.wast | 4 ++-- test/lit/passes/asyncify_pass-arg=asyncify-eh-asserts.wast | 6 +++--- test/lit/passes/asyncify_pass-arg=asyncify-eh-ignore.wast | 6 +++--- test/lit/passes/asyncify_pass-arg=asyncify-eh.wast | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/test/lit/passes/asyncify_pass-arg=asyncify-asserts_pass-arg=asyncify-onlylist@waka.wast b/test/lit/passes/asyncify_pass-arg=asyncify-asserts_pass-arg=asyncify-onlylist@waka.wast index 4e733a1b554..e60eceae028 100644 --- a/test/lit/passes/asyncify_pass-arg=asyncify-asserts_pass-arg=asyncify-onlylist@waka.wast +++ b/test/lit/passes/asyncify_pass-arg=asyncify-asserts_pass-arg=asyncify-onlylist@waka.wast @@ -12,9 +12,9 @@ (memory 1 2) ;; CHECK: (type $f (func)) (type $f (func)) - ;; CHECK: (type $none_=>_i32 (func (result i32))) + ;; CHECK: (type $1 (func (result i32))) - ;; CHECK: (type $i32_=>_none (func (param i32))) + ;; CHECK: (type $2 (func (param i32))) ;; CHECK: (import "env" "import" (func $import)) (import "env" "import" (func $import)) diff --git a/test/lit/passes/asyncify_pass-arg=asyncify-eh-asserts.wast b/test/lit/passes/asyncify_pass-arg=asyncify-eh-asserts.wast index cee3847d27c..b4efcfe4894 100644 --- a/test/lit/passes/asyncify_pass-arg=asyncify-eh-asserts.wast +++ b/test/lit/passes/asyncify_pass-arg=asyncify-eh-asserts.wast @@ -5,11 +5,11 @@ (module (memory 1 2) - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) - ;; CHECK: (type $i32_=>_none (func (param i32))) + ;; CHECK: (type $1 (func (param i32))) - ;; CHECK: (type $none_=>_i32 (func (result i32))) + ;; CHECK: (type $2 (func (result i32))) ;; CHECK: (import "extmod" "exttag" (tag $default (param i32))) (import "extmod" "exttag" (tag $default (param i32))) diff --git a/test/lit/passes/asyncify_pass-arg=asyncify-eh-ignore.wast b/test/lit/passes/asyncify_pass-arg=asyncify-eh-ignore.wast index 285c179b504..0c5088858df 100644 --- a/test/lit/passes/asyncify_pass-arg=asyncify-eh-ignore.wast +++ b/test/lit/passes/asyncify_pass-arg=asyncify-eh-ignore.wast @@ -5,11 +5,11 @@ (module (memory 1 2) - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) - ;; CHECK: (type $i32_=>_none (func (param i32))) + ;; CHECK: (type $1 (func (param i32))) - ;; CHECK: (type $none_=>_i32 (func (result i32))) + ;; CHECK: (type $2 (func (result i32))) ;; CHECK: (import "extmod" "exttag" (tag $default (param i32))) (import "extmod" "exttag" (tag $default (param i32))) diff --git a/test/lit/passes/asyncify_pass-arg=asyncify-eh.wast b/test/lit/passes/asyncify_pass-arg=asyncify-eh.wast index bde7d4ae13c..62acd324cbc 100644 --- a/test/lit/passes/asyncify_pass-arg=asyncify-eh.wast +++ b/test/lit/passes/asyncify_pass-arg=asyncify-eh.wast @@ -5,11 +5,11 @@ (module (memory 1 2) - ;; CHECK: (type $none_=>_none (func)) + ;; CHECK: (type $0 (func)) - ;; CHECK: (type $i32_=>_none (func (param i32))) + ;; CHECK: (type $1 (func (param i32))) - ;; CHECK: (type $none_=>_i32 (func (result i32))) + ;; CHECK: (type $2 (func (result i32))) ;; CHECK: (import "extmod" "exttag" (tag $default (param i32))) (import "extmod" "exttag" (tag $default (param i32)))