Skip to content

Conversation

tlively
Copy link
Member

@tlively tlively commented Mar 7, 2024

As part of our running of spec tests, we split out each module in a test script
into a separate text file for processing with wasm-opt. We previously included
the test assertions corresponding to the module into that text file, where they
were ignored by the legacy text parser. The new parser errors out due to the
extra tokens after the module, though, so to avoid problems once we switch to
the new parser, stop including the assertions in those text files.

Also remove a nearby unused argument as a drive-by cleanup.

@tlively tlively force-pushed the no-assertions-in-wast branch from d6b5f21 to ca22d1b Compare March 7, 2024 03:00
@tlively tlively force-pushed the fuzzer-fix-segment-offsets branch from ad7c8d3 to 979b615 Compare March 7, 2024 16:23
@tlively tlively force-pushed the no-assertions-in-wast branch from ca22d1b to 75168a4 Compare March 7, 2024 16:23
Base automatically changed from fuzzer-fix-segment-offsets to main March 7, 2024 16:57
As part of our running of spec tests, we split out each module in a test script into a separate text file for processing with wasm-opt. We previously included the test assertions corresponding to the module into that text file, where they were ignored by the legacy text parser. The new parser errors out due to the extra tokens after the module, though, so to avoid problems once we switch to the new parser, stop including the assertions in those text files. Also remove a nearby unused argument as a drive-by cleanup.
@tlively tlively force-pushed the no-assertions-in-wast branch from 75168a4 to a7c84e2 Compare March 7, 2024 16:57
@tlively
Copy link
Member Author

tlively commented Mar 7, 2024

Merge activity

  • Mar 7, 11:58 AM EST: Graphite rebased this pull request as part of a merge.
  • Mar 7, 12:30 PM EST: @tlively merged this pull request with Graphite.
@tlively tlively merged commit 920cbc3 into main Mar 7, 2024
@tlively tlively deleted the no-assertions-in-wast branch March 7, 2024 17:30
@gkdn gkdn mentioned this pull request Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants