Skip to content

Commit 9e527ef

Browse files
committed
Test updates
1 parent 48cc48e commit 9e527ef

6 files changed

+10
-1
lines changed

test/example/c-api-kitchen-sink.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ BinaryenFeatureMemory64: 2048
4747
BinaryenFeatureRelaxedSIMD: 4096
4848
BinaryenFeatureExtendedConst: 8192
4949
BinaryenFeatureStrings: 16384
50-
BinaryenFeatureAll: 2097151
50+
BinaryenFeatureAll: 4194303
5151
(f32.neg
5252
(f32.const -33.61199951171875)
5353
)

test/lit/help/wasm-merge.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
;; CHECK-NEXT: --skip-export-conflicts,-sec Skip exports that conflict with previous
4141
;; CHECK-NEXT: ones
4242
;; CHECK-NEXT:
43+
;; CHECK-NEXT: --strip-type-exports,-ste Do not emit type exports
44+
;; CHECK-NEXT:
4345
;; CHECK-NEXT: --emit-text,-S Emit text instead of binary for the
4446
;; CHECK-NEXT: output file
4547
;; CHECK-NEXT:

test/lit/help/wasm-metadce.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,8 @@
518518
;; CHECK-NEXT: --strip-target-features strip the wasm target features
519519
;; CHECK-NEXT: section
520520
;; CHECK-NEXT:
521+
;; CHECK-NEXT: --strip-type-exports strip the wasm type exports
522+
;; CHECK-NEXT:
521523
;; CHECK-NEXT: --stub-unsupported-js stub out unsupported JS
522524
;; CHECK-NEXT: operations
523525
;; CHECK-NEXT:

test/lit/help/wasm-opt.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,8 @@
530530
;; CHECK-NEXT: --strip-target-features strip the wasm target features
531531
;; CHECK-NEXT: section
532532
;; CHECK-NEXT:
533+
;; CHECK-NEXT: --strip-type-exports strip the wasm type exports
534+
;; CHECK-NEXT:
533535
;; CHECK-NEXT: --stub-unsupported-js stub out unsupported JS
534536
;; CHECK-NEXT: operations
535537
;; CHECK-NEXT:

test/lit/help/wasm2js.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,8 @@
481481
;; CHECK-NEXT: --strip-target-features strip the wasm target features
482482
;; CHECK-NEXT: section
483483
;; CHECK-NEXT:
484+
;; CHECK-NEXT: --strip-type-exports strip the wasm type exports
485+
;; CHECK-NEXT:
484486
;; CHECK-NEXT: --stub-unsupported-js stub out unsupported JS
485487
;; CHECK-NEXT: operations
486488
;; CHECK-NEXT:

test/passes/strip-target-features_roundtrip_print-features_all-features.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
--enable-fp16
2020
--enable-bulk-memory-opt
2121
--enable-call-indirect-overlong
22+
--enable-type-imports
2223
(module
2324
(type $0 (func (result v128 externref)))
2425
(func $foo (type $0) (result v128 externref)

0 commit comments

Comments
 (0)