Skip to content

fix some tests that broke due to recent merges colliding#1287

Merged
kripken merged 1 commit intomasterfrom
fix
Nov 14, 2017
Merged

fix some tests that broke due to recent merges colliding#1287
kripken merged 1 commit intomasterfrom
fix

Conversation

@kripken
Copy link
Copy Markdown
Member

@kripken kripken commented Nov 14, 2017

Details in comments.

console.log("BinaryenUnaryId: " + Binaryen.UnaryId);
console.log("BinaryenBinaryId: " + Binaryen.BinaryId);
console.log("BinaryenSelectId: " + Binaryen.SelectId);
console.log("BinaryenDropId: " + Binaryen.DropId);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this fix looks like the line was deleted by mistake before the merge to master somehow. not sure what happened there

Copy link
Copy Markdown
Contributor

@dcodeIO dcodeIO Nov 14, 2017

Choose a reason for hiding this comment

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

test_ids() is relatively new (from #1269). Looks like I skipped DropId when it was initially created :(

Sometimes I am editing the tests by hand because I can't run them on Windows without spinning up a VM. Makes me feel guilty.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Heh, no problem. Now at least I know what caused that ;)

[wasm-validator error in function $main] unexpected false: call target must exist, on
[none] (call $fn)
(perhaps it should be a CallImport instead of Call?)
(module
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

we don't print out module contents by default any more

@kripken kripken merged commit 4231ff2 into master Nov 14, 2017
@kripken kripken deleted the fix branch November 14, 2017 17:28
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