aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2021-05-13 14:51:17 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2021-05-20 21:49:40 +0100
commit1694e4cecad74cd386c7d452a1ad1df653eda898 (patch)
tree2dd4ff3b2f6223a7b8d2987d6bc498fc17bb32a8
parent619e05c8cf889c84fc619a54e8f8dddba228bd0a (diff)
downloadmeson-1694e4cecad74cd386c7d452a1ad1df653eda898.zip
meson-1694e4cecad74cd386c7d452a1ad1df653eda898.tar.gz
meson-1694e4cecad74cd386c7d452a1ad1df653eda898.tar.bz2
Revert "Disable broken asm test on Cygwin as nobody knows how to fix it."
This reverts commit 56a0e74d711fc050c6574e2da4e2f745da6a56f5.
-rw-r--r--test cases/common/127 generated assembly/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/test cases/common/127 generated assembly/meson.build b/test cases/common/127 generated assembly/meson.build
index 9d406cf..6d614a9 100644
--- a/test cases/common/127 generated assembly/meson.build
+++ b/test cases/common/127 generated assembly/meson.build
@@ -2,10 +2,6 @@ project('generated assembly', 'c')
cc = meson.get_compiler('c')
-if build_machine.system() == 'cygwin'
- error('MESON_SKIP_TEST: Cygwin is broken and nobody knows how to fix it. Patches welcome.')
-endif
-
if ['msvc', 'intel-cl'].contains(cc.get_id())
error('MESON_SKIP_TEST: assembly files cannot be compiled directly by the compiler')
endif