File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,17 +38,7 @@ func TestFromTestgo(t *testing.T) {
3838}
3939
4040func TestRunFromTestgo (t * testing.T ) {
41- var ignore []string
42- if runtime .GOOS == "linux" {
43- // Linux output differs for these cases; skip until stabilized.
44- // FIXME(zzy): NULL pointer formatting differs (0x0 vs (nil)) on Linux.
45- ignore = []string {
46- "./_testgo/invoke" ,
47- "./_testgo/reader" ,
48- "./_testgo/struczero" ,
49- }
50- }
51- cltest .RunFromDir (t , "" , "./_testgo" , ignore )
41+ cltest .RunFromDir (t , "" , "./_testgo" , nil )
5242}
5343
5444func TestFromTestpy (t * testing.T ) {
@@ -91,9 +81,8 @@ func TestRunFromTestrt(t *testing.T) {
9181 var ignore []string
9282 if runtime .GOOS == "linux" {
9383 ignore = []string {
94- "./_testrt/asmfull" , // Output is macOS-specific.
95- "./_testrt/fprintf" , // Linux uses different stderr symbol (no __stderrp).
96- "./_testrt/tpmethod" , // FIXME(zzy): NULL pointer formatting differs (0x0 vs (nil)) on Linux.
84+ "./_testrt/asmfull" , // Output is macOS-specific.
85+ "./_testrt/fprintf" , // Linux uses different stderr symbol (no __stderrp).
9786 }
9887 }
9988 cltest .RunFromDir (t , "" , "./_testrt" , ignore )
You can’t perform that action at this time.
0 commit comments