issue-36710 test can now run on cross-compiled targets

This commit is contained in:
Pietro Albini 2022-10-18 09:48:55 +02:00
parent ecaa342702
commit c80af320bb
No known key found for this signature in database
GPG Key ID: CD76B35F7734769E

View File

@ -1,6 +1,3 @@
# ignore-riscv64 $(call RUN,foo) expects to run the target executable natively
# so it won't work with remote-test-server
# ignore-arm Another build using remote-test-server
# ignore-none no-std is not supported # ignore-none no-std is not supported
# ignore-wasm32 FIXME: don't attempt to compile C++ to WASM # ignore-wasm32 FIXME: don't attempt to compile C++ to WASM
# ignore-wasm64 FIXME: don't attempt to compile C++ to WASM # ignore-wasm64 FIXME: don't attempt to compile C++ to WASM