-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Audit all uses of @no_wasm_backend and remove it #12335
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
Comments
Part of #11860 |
sbc100
added a commit
that referenced
this issue
Sep 25, 2020
This change removes the use of this decorator from the other and sanity test suites. Some tests simply worked, some make no sense with wasm backend and a couple are tests we would like revive once day (related to ctor evaluation and ctor elimiation). See: #12335
sbc100
added a commit
that referenced
this issue
Sep 25, 2020
This change removes the use of this decorator from the other and sanity test suites. Some tests simply worked, some make no sense with wasm backend and a couple are tests we would like revive once day (related to ctor evaluation and ctor elimiation). There was one test for which I implemented the feature which was to ingnore multiple copies of the same .so file on the link line. This improves the fake shared library support a little and was a feature of fastcomp. See: #12335
sbc100
added a commit
that referenced
this issue
Sep 25, 2020
This change removes the use of this decorator from the other and sanity test suites. Some tests simply worked, some make no sense with wasm backend and a couple are tests we would like revive once day (related to ctor evaluation and ctor elimiation). There was one test for which I implemented the feature which was to ingnore multiple copies of the same .so file on the link line. This improves the fake shared library support a little and was a feature of fastcomp. See: #12335
sbc100
added a commit
that referenced
this issue
Sep 28, 2020
This change removes the use of this decorator from the other and sanity test suites. Some tests simply worked, some make no sense with wasm backend and a couple are tests we would like revive once day (related to ctor evaluation and ctor elimiation). There was one test for which I implemented the feature which was to ingnore multiple copies of the same .so file on the link line. This improves the fake shared library support a little and was a feature of fastcomp. See: #12335
sbc100
added a commit
that referenced
this issue
Sep 28, 2020
This change removes the use of this decorator from the other and sanity test suites. Some tests simply worked, some make no sense with wasm backend and a couple are tests we would like revive once day (related to ctor evaluation and ctor elimiation). There was one test for which I implemented the feature which was to ingnore multiple copies of the same .so file on the link line. This improves the fake shared library support a little and was a feature of fastcomp. See: #12335
sbc100
added a commit
that referenced
this issue
Oct 7, 2020
sbc100
added a commit
that referenced
this issue
Oct 8, 2020
sbc100
added a commit
that referenced
this issue
Oct 8, 2020
This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant. |
sbc100
added a commit
that referenced
this issue
Apr 18, 2022
sbc100
added a commit
that referenced
this issue
Apr 18, 2022
sbc100
added a commit
that referenced
this issue
Apr 18, 2022
sbc100
added a commit
that referenced
this issue
Apr 18, 2022
sbc100
added a commit
that referenced
this issue
Apr 18, 2022
sbc100
added a commit
that referenced
this issue
Apr 19, 2022
sbc100
added a commit
that referenced
this issue
Apr 20, 2022
sbc100
added a commit
that referenced
this issue
Apr 20, 2022
sbc100
added a commit
that referenced
this issue
Apr 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are bunch of tests still using this decorator. They need to fixed, remove, or disabled for some other reason.
The text was updated successfully, but these errors were encountered: