NSS:TryServer: Difference between revisions

Removing obsolete linux64-gyp, add missing linux64-asan, add missing linux64-make, add new linux64-fips from bug 1409516
No edit summary
(Removing obsolete linux64-gyp, add missing linux64-asan, add missing linux64-make, add new linux64-fips from bug 1409516)
Line 39: Line 39:
   [default is "do" if omitted]
   [default is "do" if omitted]


-p linux,linux64,linux64-make,linux-make,linux64-fuzz,win64,win64-make,win,win-make,aarch64 (or "all" or "none")
-p linux,linux64,linux64-make,linux-make,linux64-fuzz,linux64-asan,linux64-fips,win64,win64-make,win,win-make,aarch64 (or "all" or "none")
   [default is "all" if omitted]
   [default is "all" if omitted]


Line 58: Line 58:
==Platforms (-p / --platform)==
==Platforms (-p / --platform)==


The currently available platforms are <code>linux</code>, <code>linux64</code>, <code>linux64-gyp</code>, <code>linux64-fuzz</code>, <code>win64</code>, and <code>aarch64</code>. Specify any combination of those, like <code>-p linux,win64</code>, to choose the platforms your patch should be tested on. If you want to test all platforms use <code>-p all</code>, if you want no platforms (which is only useful when you want only tools, see below) then use <code>-p none</code>.
The currently available platforms are <code>linux</code>, <code>linux64</code>, <code>linux64-make</code>, <code>linux64-fuzz</code>, <code>linux64-asan</code>, <code>linux64-fips</code>, <code>win64</code>, and <code>aarch64</code>. Specify any combination of those, like <code>-p linux,win64</code>, to choose the platforms your patch should be tested on. If you want to test all platforms use <code>-p all</code>, if you want no platforms (which is only useful when you want only tools, see below) then use <code>-p none</code>.


==Unit tests (-u / --unittests)==
==Unit tests (-u / --unittests)==
Confirmed users
563

edits