You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we made "thread safe objects" an option a while back, we have very little testing of this feature, and @nabacg recently found a bunch of problems with the implementation. We should (in increasing order of difficulty):
Set up Test262SuiteTests to run the tests with this flag set
If we (and @rbri ) can get feature flag support set up, we can make this a feature flag too
Once we do that, we can run all the tests with this flag set
Now, since we already have a bunch of tests that take quite a while to run, I think that whatever we do should be an optional flag that we turn on only in CI.
The text was updated successfully, but these errors were encountered:
Since we made "thread safe objects" an option a while back, we have very little testing of this feature, and @nabacg recently found a bunch of problems with the implementation. We should (in increasing order of difficulty):
Now, since we already have a bunch of tests that take quite a while to run, I think that whatever we do should be an optional flag that we turn on only in CI.
The text was updated successfully, but these errors were encountered: