summaryrefslogtreecommitdiff
path: root/dev-lang/hy/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /dev-lang/hy/files
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'dev-lang/hy/files')
-rw-r--r--dev-lang/hy/files/hy-xfail-macro-test.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-lang/hy/files/hy-xfail-macro-test.patch b/dev-lang/hy/files/hy-xfail-macro-test.patch
new file mode 100644
index 000000000000..f9ec09c4abb3
--- /dev/null
+++ b/dev-lang/hy/files/hy-xfail-macro-test.patch
@@ -0,0 +1,16 @@
+diff --git a/tests/native_tests/native_macros.hy b/tests/native_tests/native_macros.hy
+index 28f14a5a..209084f6 100644
+--- a/tests/native_tests/native_macros.hy
++++ b/tests/native_tests/native_macros.hy
+@@ -471,6 +471,11 @@ in expansions."
+ ;; to trust that the .pyc loading convention was followed.
+ (test-requires-and-macros))
+
++;; FIXME: this tests fail while being run by portage with FEATURES=test.
++;; Maybe it's because PYTHONDONTWRITEBYTECODE preserves somehow or something else
++;; related to bytecoede, idk for now.
++(setv test-macro-from-module (pytest.mark.xfail test-macro-from-module))
++
+
+ (defn test-recursive-require-star []
+ "(require [foo [*]]) should pull in macros required by `foo`."