Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Recursive test #50

Merged
merged 14 commits into from
Jul 4, 2018
Merged

Recursive test #50

merged 14 commits into from
Jul 4, 2018

Conversation

pepyakin
Copy link
Contributor

@pepyakin pepyakin commented Jul 4, 2018

The primary purpose of this PR is to add a test that tests reaching stack overflow. We then can check what kind of stack overflow is happened: trap by resource exhaustion (non-deterministic, execution environment dependent) or unreachable trap (most likely generated by deterministic stack counter).

To test this kind of behavior, the ability of writing tests directly in wat was added.

@NikVolf NikVolf merged commit 474110d into master Jul 4, 2018
@NikVolf NikVolf deleted the recursive-test branch July 4, 2018 09:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants