Skip to content

test_core.py: remove @no_wasm decorator #12466

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

Merged
merged 1 commit into from
Oct 8, 2020
Merged

test_core.py: remove @no_wasm decorator #12466

merged 1 commit into from
Oct 8, 2020

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Oct 7, 2020

See: #12335

#else
MYASSERT(!!strstr(str, "at __Z3bariPcd (page.js"), "Callstack was %s!", str);
MYASSERT(!!strstr(str, "at __Z3FooIiEvv (page.js"), "Callstack was %s!", str);
#endif
Copy link
Member

Choose a reason for hiding this comment

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

do we not want to eventually fix this so it passes (so a TODO instead of deleting)? and why does this part not pass?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No, I don't think there is any value in this part of the test. I think this part of the tests was written for the fastcomp days. I'll need to revisit to see exactly why I think that, but basically the backtrace always has demangled symbols in wasm mode... there is no way to get these mangled symbols anymore as far as I know.. because we always put demangled names in the names section.. or none at all.

Copy link
Member

Choose a reason for hiding this comment

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

I see, sounds good.

#else
MYASSERT(!!strstr(str, "at __Z3bariPcd (page.js"), "Callstack was %s!", str);
MYASSERT(!!strstr(str, "at __Z3FooIiEvv (page.js"), "Callstack was %s!", str);
#endif
Copy link
Member

Choose a reason for hiding this comment

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

I see, sounds good.

@sbc100 sbc100 merged commit 4f8a0be into master Oct 8, 2020
@sbc100 sbc100 deleted the remove_no_wasm branch October 8, 2020 00:24
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