tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

rts.gni (224B)


      1 declare_args() {
      2   # Regression Test Selection (RTS) will use a ML model
      3   # to predict what test cases can be excluded from a
      4   # given test suite based on historical data when using
      5   # a .filter file.
      6   use_rts = false
      7 }