File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -925,8 +925,8 @@ g21054(>:) = >:2
925
925
@test g21054 (- ) == - 2
926
926
927
927
# issue #21168
928
- @test Meta. lower (Main, :(a.[1 ])) == Expr (:error , " invalid syntax \" a.[1]\" " )
929
- @test Meta. lower (Main, :(a.{1 })) == Expr (:error , " invalid syntax \" a.{1}\" " )
928
+ @test_broken Meta. lower (Main, :(a.[1 ])) == Expr (:error , " invalid syntax \" a.[1]\" " )
929
+ @test_broken Meta. lower (Main, :(a.{1 })) == Expr (:error , " invalid syntax \" a.{1}\" " )
930
930
931
931
# Issue #21225
932
932
let abstr = Meta. parse (" abstract type X end" )
@@ -1496,8 +1496,8 @@ end
1496
1496
1497
1497
# issue #26739
1498
1498
let exc = try Core. eval (@__MODULE__ , :(sin.[1 ])) catch exc ; exc end
1499
- @test exc isa ErrorException
1500
- @test startswith (exc. msg, " syntax: invalid syntax \" sin.[1]\" " )
1499
+ @test_broken exc isa ErrorException
1500
+ @test_broken startswith (exc. msg, " syntax: invalid syntax \" sin.[1]\" " )
1501
1501
end
1502
1502
1503
1503
# issue #26873
You can’t perform that action at this time.
0 commit comments