===================================================================
Gbp-Pq: Name test-skip-i386-spec.patch
end
i += 1
end
+ if !(Sys.ARCH in [:i386, :i686])
@test fr.func === :break_21369
+ end
rethrow()
end
end
+if !(Sys.ARCH in [:i386, :i686])
@test_throws ErrorException break_21369() # not TypeError
+end
# issue #17003
abstract type AArray_17003{T,N} end
@test try_stacktrace()[1] == StackFrame(:try_stacktrace, @__FILE__, line_numbers[2])
# Test try...catch with catch_backtrace
+ if !(Sys.ARCH in [:i386, :i686])
@test try_catch()[1:2] == [
StackFrame(:bad_function, @__FILE__, line_numbers[1]),
StackFrame(:try_catch, @__FILE__, line_numbers[3])
]
+ end
end
module inlined_test