LIT tests are used to test other cross-compiled architectures,
unit tests are only run on the host. NFC now as currently only a single architecture is supported.
 Differential  D47286  
[libFuzzer] Run libFuzzer unit tests only on host architecture. Authored by george.karpenkov on May 23 2018, 2:55 PM. 
Details LIT tests are used to test other cross-compiled architectures, unit tests are only run on the host. NFC now as currently only a single architecture is supported. 
Diff Detail Event TimelineComment Actions What happens without this change? Do we get failing tests on other architectures, or does the build fail? Comment Actions 
 IIRC that's how it is for all sanitizers. 
 Comment Actions 
 I've meant that unit tests run only on the host for all sanitizers.  |