This reverts commit 52b71aa8b1.
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
|