Skip to content

br_if updates#189

Merged
kripken merged 6 commits intomasterfrom
br_if-changes
Feb 8, 2016
Merged

br_if updates#189
kripken merged 6 commits intomasterfrom
br_if-changes

Conversation

@kripken
Copy link
Member

@kripken kripken commented Feb 8, 2016

The spec tests now need the condition at the end.

@kripken
Copy link
Member Author

kripken commented Feb 8, 2016

Passes locally, looks ok on travis. Review comments welcome as usual.

actual, err = subprocess.Popen([os.path.join('bin', 'binaryen-shell'), t, '--print-before'], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
actual = actual.replace('printing before:\n', '')

open(t, 'w').write(actual)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this on purpose?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, see the commit. this was doing a wast=>wast transform. But it's impossible to do when the spec changes - the before state will not parse.

kripken added a commit that referenced this pull request Feb 8, 2016
@kripken kripken merged commit 2262204 into master Feb 8, 2016
@jfbastien jfbastien deleted the br_if-changes branch February 8, 2016 22:15
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