bocoup / test262

Home Page:http://test262.ecmascript.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a location filter for Test262 integration

spectranaut opened this issue · comments

For prepack's Test262 filtering

https://github.com/facebook/prepack/blob/master/scripts/test262-runner.js#L1159

function filterFlags(data: BannerData): boolean {
  return !data.flags.includes("async");
}

Per #125, moving to backlog

renamed to reflect scope, #127 should cover the tags