We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a11e1 commit 9e5ad01Copy full SHA for 9e5ad01
test/core.jl
@@ -3516,9 +3516,10 @@ end
3516
@test_throws TypeError Union{Int, 1}
3517
3518
@test_throws ErrorException Vararg{Any,-2}
3519
-@test_throws ErrorException Vararg{Int, N} where N<:T where T
3520
-@test_throws ErrorException Vararg{Int, N} where N<:Integer
3521
-@test_throws ErrorException Vararg{Int, N} where N>:Integer
+# Disabled due to #39698, see src/jltypes.c
+#@test_throws ErrorException Vararg{Int, N} where N<:T where T
+#@test_throws ErrorException Vararg{Int, N} where N<:Integer
3522
+#@test_throws ErrorException Vararg{Int, N} where N>:Integer
3523
3524
mutable struct FooNTuple{N}
3525
z::Tuple{Integer, Vararg{Int, N}}
0 commit comments