aboutsummaryrefslogtreecommitdiffstats
path: root/community/julia/test-repl-disable-22176-20482.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-10-19 02:50:32 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-10-19 02:50:32 +0200
commit243ef3763a7a93f1ab783afbc847f7783f539f4c (patch)
tree9f8d8a66017eb952a7d5a940287c79055a5811c8 /community/julia/test-repl-disable-22176-20482.patch
parent89182e0a43c4e4beac1bb5d9f87d267bc62eed6a (diff)
downloadaports-243ef3763a7a93f1ab783afbc847f7783f539f4c.tar.bz2
aports-243ef3763a7a93f1ab783afbc847f7783f539f4c.tar.xz
Revert "community/julia: upgrade to 0.6.0"
This reverts commit 89182e0a43c4e4beac1bb5d9f87d267bc62eed6a. Sorry, I somehow messed up merging...
Diffstat (limited to 'community/julia/test-repl-disable-22176-20482.patch')
-rw-r--r--community/julia/test-repl-disable-22176-20482.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/julia/test-repl-disable-22176-20482.patch b/community/julia/test-repl-disable-22176-20482.patch
deleted file mode 100644
index 171a5a0476..0000000000
--- a/community/julia/test-repl-disable-22176-20482.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-There's some problem with temp file, don't know why...
-
-Error During Test
- Test threw an exception of type SystemError
- Expression: readstring(tmp) == "123\n"
- SystemError: opening file /tmp/julia_GolmjG: No such file or directory
- Stacktrace:
- [1] #systemerror#44 at ./error.jl:64 [inlined]
- [2] systemerror at ./error.jl:64
- [3] open at ./iostream.jl:104
- [4] open at ./iostream.jl:150
- [5] macro expansion at test/repl.jl:139 [inlined]
- [6] anonymous at ./<missing>:?
- [7] include_from_node1 at ./loading.jl:569
- [8] include at ./sysimg.jl:14
- [9] macro expansion at test/testdefs.jl:18 [inlined]
- [10] macro expansion at ./test.jl:860 [inlined]
- [11] macro expansion at ./util.jl:378 [inlined]
- [12] macro expansion at test/testdefs.jl:17 [inlined]
- [13] anonymous at ./<missing>:?
-
---- a/test/repl.jl
-+++ b/test/repl.jl
-@@ -126,7 +126,7 @@
-
- # issues #22176 & #20482
- # TODO: figure out how to test this on Windows
-- is_windows() || let tmp = tempname()
-+ true || let tmp = tempname()
- try
- write(stdin_write, ";")
- readuntil(stdout_read, "shell> ")