about summary refs log tree commit diff
path: root/pkgs/development/compilers/julia/patches/1.8/0003-skip-failing-and-flaky-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/julia/patches/1.8/0003-skip-failing-and-flaky-tests.patch')
-rw-r--r--pkgs/development/compilers/julia/patches/1.8/0003-skip-failing-and-flaky-tests.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/pkgs/development/compilers/julia/patches/1.8/0003-skip-failing-and-flaky-tests.patch b/pkgs/development/compilers/julia/patches/1.8/0003-skip-failing-and-flaky-tests.patch
deleted file mode 100644
index ad3d78742a6e6..0000000000000
--- a/pkgs/development/compilers/julia/patches/1.8/0003-skip-failing-and-flaky-tests.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From ed596b33005a438109f0078ed0ba30ebe464b4b5 Mon Sep 17 00:00:00 2001
-From: Nick Cao <nickcao@nichi.co>
-Date: Tue, 20 Sep 2022 18:42:59 +0800
-Subject: [PATCH 3/4] skip failing and flaky tests
-
----
- test/Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/Makefile b/test/Makefile
-index 24e137a5b..553d9d095 100644
---- a/test/Makefile
-+++ b/test/Makefile
-@@ -23,7 +23,7 @@ default:
- 
- $(TESTS):
- 	@cd $(SRCDIR) && \
--	$(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl $@)
-+	$(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl --skip MozillaCACerts_jll --skip NetworkOptions --skip Zlib_jll --skip GMP_jll --skip channels $@)
- 
- $(addprefix revise-, $(TESTS)): revise-% :
- 	@cd $(SRCDIR) && \
--- 
-2.38.1
-