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
// Ignore phase: early tests because those are errors that babel should catch
// not issues related to Prepack
let phase_early = testFileContents.indexOf(" phase: early");
let end_of_comment = testFileContents.indexOf("---*/");
if (phase_early > 0 && phase_early < end_of_comment) return false;
The text was updated successfully, but these errors were encountered:
For prepack's Test262 filtering
https://github.com/facebook/prepack/blob/master/scripts/test262-runner.js#L1142
The text was updated successfully, but these errors were encountered: