Skip to content

Commit 22a56f1

Browse files
authored
Update core spec test suite (#2420)
Nothing major here, just keeping it up-to-date
1 parent cdc4f3d commit 22a56f1

File tree

7 files changed

+125
-67
lines changed

7 files changed

+125
-67
lines changed

tests/snapshots/testsuite/bulk64.wast.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
}
263263
]
264264
},
265-
"text": "out of bounds"
265+
"text": "out of bounds memory access"
266266
},
267267
{
268268
"type": "module",
@@ -737,7 +737,7 @@
737737
}
738738
]
739739
},
740-
"text": "out of bounds"
740+
"text": "out of bounds memory access"
741741
},
742742
{
743743
"type": "assert_return",
@@ -988,7 +988,7 @@
988988
}
989989
]
990990
},
991-
"text": "out of bounds"
991+
"text": "out of bounds memory access"
992992
},
993993
{
994994
"type": "assert_trap",
@@ -1011,7 +1011,7 @@
10111011
}
10121012
]
10131013
},
1014-
"text": "out of bounds"
1014+
"text": "out of bounds memory access"
10151015
},
10161016
{
10171017
"type": "module",
@@ -1144,7 +1144,7 @@
11441144
}
11451145
]
11461146
},
1147-
"text": "out of bounds"
1147+
"text": "out of bounds memory access"
11481148
},
11491149
{
11501150
"type": "assert_return",
@@ -1251,7 +1251,7 @@
12511251
}
12521252
]
12531253
},
1254-
"text": "out of bounds"
1254+
"text": "out of bounds memory access"
12551255
},
12561256
{
12571257
"type": "assert_trap",
@@ -1274,7 +1274,7 @@
12741274
}
12751275
]
12761276
},
1277-
"text": "out of bounds"
1277+
"text": "out of bounds memory access"
12781278
},
12791279
{
12801280
"type": "action",

0 commit comments

Comments
 (0)