-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spectest v2 to latest (#2145)
Signed-off-by: Takeshi Yoneda <[email protected]>
- Loading branch information
Showing
149 changed files
with
1,191 additions
and
643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+33 Bytes
(180%)
internal/integration_test/spectest/v2/testdata/binary.109.wasm
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+544 Bytes
(170%)
internal/integration_test/spectest/v2/testdata/comments.wast
Binary file not shown.
Binary file modified
BIN
+106 Bytes
(380%)
internal/integration_test/spectest/v2/testdata/elem.56.wasm
Binary file not shown.
Binary file modified
BIN
+24 Bytes
(120%)
internal/integration_test/spectest/v2/testdata/elem.57.wasm
Binary file not shown.
Binary file modified
BIN
+31 Bytes
(120%)
internal/integration_test/spectest/v2/testdata/elem.58.wasm
Binary file not shown.
Binary file modified
BIN
-56 Bytes
(72%)
internal/integration_test/spectest/v2/testdata/elem.59.wasm
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
internal/integration_test/spectest/v2/testdata/elem.60.wasm
Binary file not shown.
Binary file modified
BIN
-86 Bytes
(40%)
internal/integration_test/spectest/v2/testdata/elem.61.wasm
Binary file not shown.
Binary file modified
BIN
-20 Bytes
(65%)
internal/integration_test/spectest/v2/testdata/elem.62.wasm
Binary file not shown.
Binary file modified
BIN
+46 Bytes
(220%)
internal/integration_test/spectest/v2/testdata/elem.63.wasm
Binary file not shown.
Binary file modified
BIN
-10 Bytes
(88%)
internal/integration_test/spectest/v2/testdata/elem.64.wasm
Binary file not shown.
Binary file modified
BIN
+34 Bytes
(150%)
internal/integration_test/spectest/v2/testdata/elem.65.wasm
Binary file not shown.
Binary file modified
BIN
-48 Bytes
(55%)
internal/integration_test/spectest/v2/testdata/elem.66.wasm
Binary file not shown.
Binary file modified
BIN
+5 Bytes
(110%)
internal/integration_test/spectest/v2/testdata/elem.67.wasm
Binary file not shown.
Binary file modified
BIN
+47 Bytes
(170%)
internal/integration_test/spectest/v2/testdata/elem.68.wasm
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+508 Bytes
(120%)
internal/integration_test/spectest/v2/testdata/float_literals.0.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.40.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const _100)) | ||
(global f32 (f32.const nan:0x80_0000)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.41.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const +_100)) | ||
(global f64 (f64.const _100)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.42.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const -_100)) | ||
(global f64 (f64.const +_100)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.43.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 99_)) | ||
(global f64 (f64.const -_100)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.44.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1__000)) | ||
(global f64 (f64.const 99_)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.45.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const _1.0)) | ||
(global f64 (f64.const 1__000)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.46.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1.0_)) | ||
(global f64 (f64.const _1.0)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.47.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1_.0)) | ||
(global f64 (f64.const 1.0_)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.48.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1._0)) | ||
(global f64 (f64.const 1_.0)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.49.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const _1e1)) | ||
(global f64 (f64.const 1._0)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.50.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1e1_)) | ||
(global f64 (f64.const _1e1)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.51.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1_e1)) | ||
(global f64 (f64.const 1e1_)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.52.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1e_1)) | ||
(global f64 (f64.const 1_e1)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.53.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const _1.0e1)) | ||
(global f64 (f64.const 1e_1)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.54.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1.0e1_)) | ||
(global f64 (f64.const _1.0e1)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.55.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1.0_e1)) | ||
(global f64 (f64.const 1.0e1_)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.56.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1.0e_1)) | ||
(global f64 (f64.const 1.0_e1)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.57.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1.0e+_1)) | ||
(global f64 (f64.const 1.0e_1)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.58.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 1.0e_+1)) | ||
(global f64 (f64.const 1.0e+_1)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.59.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const _0x100)) | ||
(global f64 (f64.const 1.0e_+1)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.60.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 0_x100)) | ||
(global f64 (f64.const _0x100)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.61.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 0x_100)) | ||
(global f64 (f64.const 0_x100)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.62.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 0x00_)) | ||
(global f64 (f64.const 0x_100)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.63.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 0xff__ffff)) | ||
(global f64 (f64.const 0x00_)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.64.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 0x_1.0)) | ||
(global f64 (f64.const 0xff__ffff)) |
2 changes: 1 addition & 1 deletion
2
internal/integration_test/spectest/v2/testdata/float_literals.65.wat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(global f64 (f64.const 0x1.0_)) | ||
(global f64 (f64.const 0x_1.0)) |
Oops, something went wrong.