This reverts commit 52b71aa8b1a019403b0ecc184744b2f8ca2f7cba. The problem was a missing lit.local.cfg file, which was causing the test to be incorrectly run on bots that had not built the WebAssembly target.
3 lines
75 B
INI
3 lines
75 B
INI
if not 'WebAssembly' in config.root.targets:
|
|
config.unsupported = True
|