Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix misc. tests #2534

Merged
merged 2 commits into from
Dec 17, 2019
Merged

Conversation

aheejin
Copy link
Member

@aheejin aheejin commented Dec 17, 2019

  • Remove a function from memory-packing_all-features.wast, because it
    does not test anything meaningful after Implement 0-len/drop spec changes in bulk memory #2529.
  • Rename a test file to use --all-features; it started failing I guess
    because exnref requires also reference type features, but not sure
    why it was OK so far.

- Remove a function from memory-packing_all-features.wast, because it
  does not test anything meaningful after WebAssembly#2529.
- Rename a test file to use `--all-features`; it started failing I guess
  because `exnref` requires also reference type features, but not sure
  why it was OK so far.
@aheejin aheejin requested a review from tlively December 17, 2019 01:36
@aheejin
Copy link
Member Author

aheejin commented Dec 17, 2019

  • Rename a test file to use --all-features; it started failing I guess
    because exnref requires also reference type features, but not sure
    why it was OK so far.

I think it is still OK, it becomes not OK after my pending reference type PR, and I guess my build directory was somehow mixed with the two stuff so it started error out. But anyway, I was gonna do this or in that patch anyway, so.

@aheejin aheejin merged commit fad92ea into WebAssembly:master Dec 17, 2019
@aheejin aheejin deleted the delete_memory_packing_test branch December 17, 2019 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants