public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ro at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug go/48243] New: Several libgo tests fail on Solaris 10/SPARC
Date: Tue, 22 Mar 2011 19:43:00 -0000	[thread overview]
Message-ID: <bug-48243-4@http.gcc.gnu.org/bugzilla/> (raw)

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48243

           Summary: Several libgo tests fail on Solaris 10/SPARC
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: ro@gcc.gnu.org
              Host: sparc-sun-solaris2.10
            Target: sparc-sun-solaris2.10
             Build: sparc-sun-solaris2.10


A first libgo make check on Solaris 10/SPARC wasn't too encouraging.  I'm
currently running a sparc-sun-solaris2.11 bootstrap to check which of the
problems
are generic and which are Solaris 10 specific.

I'll have to investigate this in more detail, here's just the initial list:

FAIL: big
--- FAIL: big.TestMul (0.0 seconds)
    #1: failed on input []byte{0xc0, 0x73, 0x62, 0x4a, 0xaf, 0x39, 0x78, 0x51,
0x4e, 0xf8, 0x44, 0x3b, 0xb2, 0xa8, 0x59, 0xc7, 0x5f, 0xc3, 0xcc, 0x6a, 0xf2,
0x6d, 0x5a, 0xaa}, []byte{0x92, 0x6f, 0x4, 0x6b, 0xaa, 0x66, 0xec, 0x91, 0xa5,
0xa2, 0x79, 0x43, 0x23, 0xc2, 0xda, 0x40, 0x5a, 0xfe, 0xd6, 0x1e, 0xc1, 0x5c,
0xf7, 0x93, 0xed, 0x10, 0x3a, 0x57, 0xc0, 0x2c, 0x86, 0x9a, 0xf0, 0x69, 0xb7,
0xb5}
--- FAIL: big.TestSetBytes (0.0 seconds)
    #1: failed on input []byte{0xc0, 0x73, 0x62, 0x4a, 0xaf, 0x39, 0x78, 0x51,
0x4e, 0xf8, 0x44, 0x3b, 0xb2, 0xa8, 0x59, 0xc7, 0x5f, 0xc3, 0xcc, 0x6a, 0xf2,
0x6d, 0x5a, 0xaa}
--- FAIL: big.TestBytes (0.0 seconds)
    #1: failed on input []byte{0xc0, 0x73, 0x62, 0x4a, 0xaf, 0x39, 0x78, 0x51,
0x4e, 0xf8, 0x44, 0x3b, 0xb2, 0xa8, 0x59, 0xc7, 0x5f, 0xc3, 0xcc, 0x6a, 0xf2,
0x6d, 0x5a, 0xaa}
--- FAIL: big.TestQuo (0.0 seconds)
    #1: failed on input []byte{0xc0, 0x73, 0x62, 0x4a, 0xaf, 0x39, 0x78, 0x51,
0x4e, 0xf8, 0x44, 0x3b, 0xb2, 0xa8, 0x59, 0xc7, 0x5f, 0xc3, 0xcc, 0x6a, 0xf2,
0x6d, 0x5a, 0xaa}, []byte{0x92, 0x6f, 0x4, 0x6b, 0xaa, 0x66, 0xec, 0x91, 0xa5,
0xa2, 0x79, 0x43, 0x23, 0xc2, 0xda, 0x40, 0x5a, 0xfe, 0xd6, 0x1e, 0xc1, 0x5c,
0xf7, 0x93, 0xed, 0x10, 0x3a, 0x57, 0xc0, 0x2c, 0x86, 0x9a, 0xf0, 0x69, 0xb7,
0xb5}
FAIL
make: *** [big/check] Error 1

FAIL: exec
--- FAIL: exec.TestRunCat (0.0 seconds)
    run: command "cat" not found in $PATH
--- FAIL: exec.TestRunEcho (0.0 seconds)
    run: command "sh" not found in $PATH
--- FAIL: exec.TestStderr (0.0 seconds)
    run: command "sh" not found in $PATH
--- FAIL: exec.TestMergeWithStdout (0.0 seconds)
    run: command "sh" not found in $PATH
--- FAIL: exec.TestAddEnvVar (0.0 seconds)
    run: command "sh" not found in $PATH
FAIL
make: *** [exec/check] Error 1

FAIL: flag
flag provided but not defined: -x
panic: flag parse error
/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[325]: 21308 Abort
make: *** [flag/check] Error 1

FAIL: fmt
mallocs per Sprintf(""): 1
mallocs per Sprintf("xxx"): 1
mallocs per Sprintf("%x"): 3
mallocs per Sprintf("%x %x"): 4
panic: (fmt.scanError) (4b174,5ec252a0)
/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[325]: 21393 Abort
make: *** [fmt/check] Error 1

FAIL: gob
panic: value for "Maxi" out of range
/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[325]: 21483 Abort
make: *** [gob/check] Error 1

FAIL: html
/vol/gcc/src/hg/trunk/local/libgo/runtime/thread.c:40: libgo assertion failure
/vol/gcc/src/hg/trunk/local/libgo/runtime/thread.c:63/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[325]:
21564 Abort
make: *** [html/check] Error 1

FAIL: json
panic: json: invalid UTF-8 in string: "hello\xffworld"
/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[325]: 21725 Abort
make: *** [json/check] Error 1

FAIL: os
--- FAIL: os_test.TestStat (0.0 seconds)
    size should be 289 ; is 5586952678415796248
--- FAIL: os_test.TestFstat (0.0 seconds)
    size should be 289 ; is 5586952682241130344
--- FAIL: os_test.TestLstat (0.0 seconds)
    size should be 289 ; is 5586952682242242344
--- FAIL: os_test.TestReaddirnames (0.0 seconds)
    could not find env_unix.go
    could not find error.go
    could not find file.go
    could not find os_test.go
    could not find time.go
    could not find types.go
    could not find group
    could not find hosts
    could not find passwd
--- FAIL: os_test.TestReaddir (0.0 seconds)
    could not find env_unix.go
    could not find error.go
    could not find file.go
    could not find os_test.go
    could not find time.go
    could not find types.go
    could not find group
    could not find hosts
    could not find passwd
--- FAIL: os_test.TestSymLink (0.0 seconds)
    symlink "symlinktestto", "symlinktestfrom" did not create symlink
    symlink "symlinktestto", "symlinktestfrom" did not create symlink
--- FAIL: os_test.TestChmod (0.0 seconds)
    Stat "/tmp/_Go_TestChmod738926746": mode 01 want 0456
    Stat "/tmp/_Go_TestChmod738926746": mode 01 want 0123
--- FAIL: os_test.TestChown (0.0 seconds)
    gid: 15000
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 15000
    groups:  [15000 4620 1000 0 1002 1001 15005]
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 15000
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 15000
    Stat "/tmp/_Go_TestChown055333681": uid 4620 want 15000
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 4620
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 15000
    Stat "/tmp/_Go_TestChown055333681": uid 1000 want 15000
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 1000
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 15000
    Stat "/tmp/_Go_TestChown055333681": uid 0 want 15000
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 0
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 15000
    Stat "/tmp/_Go_TestChown055333681": uid 1002 want 15000
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 1002
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 15000
    Stat "/tmp/_Go_TestChown055333681": uid 1001 want 15000
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 1001
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 15000
    Stat "/tmp/_Go_TestChown055333681": uid 15005 want 15000
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 15005
    Stat "/tmp/_Go_TestChown055333681": gid -1 want 15000
--- FAIL: os_test.TestTruncate (0.0 seconds)
    Stat "/tmp/_Go_TestTruncate778643164": size 5586952682268017844 want 0
    Stat "/tmp/_Go_TestTruncate778643164": size 5586952682268017844 want 13
    Stat "/tmp/_Go_TestTruncate778643164": size 5586952682268017844 want 10
    Stat "/tmp/_Go_TestTruncate778643164": size 5586952682268017844 want 1024
    Stat "/tmp/_Go_TestTruncate778643164": size 5586952682268017844 want 0
    Stat "/tmp/_Go_TestTruncate778643164": size 5586952682268017844 want 22
--- FAIL: os_test.TestChtimes (0.0 seconds)
    Mtime_ns didn't go backwards; was=1300813789328305400,
after=1300813789328394200
--- FAIL: os_test.TestSeek (0.0 seconds)
    #0: Seek(0, 1) = 0, <nil> want 13, nil
    #2: Seek(5, 0) = -4294967296, <nil> want 5, nil
    #3: Seek(0, 2) = 0, <nil> want 13, nil
    #5: Seek(-1, 2) = 0, seek /tmp/_Go_TestSeek281397870: Invalid argument want
12, nil
    #6: Seek(8589934592, 0) = 8589934594, <nil> want 8589934592, nil
    #7: Seek(8589934592, 2) = 8589934594, <nil> want 8589934605, nil
--- FAIL: os_test.TestReadAt (0.0 seconds)
    ReadAt 7: have "hello" want "world"
--- FAIL: os_test.TestWriteAt (0.0 seconds)
    after write: have "WORLD, world\n" want "hello, WORLD\n"
--- FAIL: os_test.TestStatDirWithTrailingSlash (0.0 seconds)
    MkdirAll "_test/_TestStatDirWithSlash_": mkdir _test: Not a directory
--- FAIL: os_test.TestMkdirAll (0.0 seconds)
    MkdirAll "_test/_TestMkdirAll_/dir/./dir2": mkdir _test: Not a directory
--- FAIL: os_test.TestRemoveAll (0.0 seconds)
    MkdirAll "_test/_TestRemoveAll_": mkdir _test: Not a directory
--- FAIL: os_test.TestMkdirAllWithSymlink (0.0 seconds)
    MkdirAll "_test/link/foo": mkdir _test/link: Not a directory
FAIL
make: *** [os/check] Error 1

FAIL: path
--- FAIL: path.TestGlob (0.0 seconds)
    Glob(`mat?h.go`) = []string{} want match.go
    Glob(`*`) = []string{} want match.go
--- FAIL: path.TestWalk (0.0 seconds)
    node testdata/a mark = 0; expected 1
    node testdata/b mark = 0; expected 1
    node testdata/c mark = 0; expected 1
    node testdata/d mark = 0; expected 1
    node testdata/d/x mark = 0; expected 1
    node testdata/d/y mark = 0; expected 1
    node testdata/d/z mark = 0; expected 1
    node testdata/d/z/u mark = 0; expected 1
    node testdata/d/z/v mark = 0; expected 1
    node testdata/a mark = 0; expected 1
    node testdata/b mark = 0; expected 1
    node testdata/c mark = 0; expected 1
    node testdata/d mark = 0; expected 1
    node testdata/d/x mark = 0; expected 1
    node testdata/d/y mark = 0; expected 1
    node testdata/d/z mark = 0; expected 1
    node testdata/d/z/u mark = 0; expected 1
    node testdata/d/z/v mark = 0; expected 1
    1. error expected, none found
    node testdata/a mark = 0; expected 1
    node testdata/b mark = 0; expected 1
    node testdata/c mark = 0; expected 1
    node testdata/d mark = 0; expected 1
    removeTree: remove testdata: File exists
FAIL
make: *** [path/check] Error 1

FAIL: regexp
panic: closure applies to nothing
/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[325]: 22674 Abort
make: *** [regexp/check] Error 1
FAIL: rpc
2011/03/22 18:10:24 Test RPC server listening on 127.0.0.1:40172
2011/03/22 18:10:24 Test HTTP RPC server listening on 127.0.0.1:40173
make: *** [rpc/check] Error 1

FAIL: sync
--- FAIL: sync_test.TestMutexPanic (0.0 seconds)
    unlock of unlocked mutex did not panic
--- FAIL: sync_test.TestWaitGroupMisuse (0.0 seconds)
    Unexpected panic: <nil>
FAIL
make: *** [sync/check] Error 1

FAIL: template
panic: line 1: .repeated: cannot repeat Integer (type int)
/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[325]: 23450 Abort
make: *** [template/check] Error 1

FAIL: time
--- FAIL: time_test.TestSecondsToUTCAndBack (0.0 seconds)
    #1: failed on input -1023568895
--- FAIL: time_test.TestFormatAndParse (0.0 seconds)
    #1: failed on input -1023568895
FAIL
make: *** [time/check] Error 1

FAIL: try
--- FAIL: try.TestAll (0.0 seconds)
    expected "regexp MatchString\n"; got ""
FAIL
make: *** [try/check] Error 1

FAIL: websocket
2011/03/22 18:18:11 Test WebSocket server listening on 127.0.0.1:40199
/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[325]: 23895 Killed
make: *** [websocket/check] Error 1

FAIL: archive/tar
--- FAIL: tar.TestReader (0.0 seconds)
    test 0, entry 1: Didn't get entry: invalid tar header
    test 1, entry 1: Didn't get entry: invalid tar header
    test 2, entry 1: Didn't get entry: invalid tar header
--- FAIL: tar.TestPartialRead (0.0 seconds)
    Didn't get second file: invalid tar header
--- FAIL: tar.TestIncrementalRead (0.0 seconds)
    Didn't process all files
    expected: 2
    processed 1
--- FAIL: tar.TestNonSeekable (0.0 seconds)
    Didn't process all files
    expected: 2
    processed 1
FAIL
make: *** [archive/tar/check] Error 1

FAIL: archive/zip
--- FAIL: zip.TestReader (0.0 seconds)
    error=not a valid zip file, want <nil>
    error=not a valid zip file, want <nil>
    error=not a valid zip file, want <nil>
    error=open testdata/dd.zip: No such file or directory, want <nil>
FAIL
make: *** [archive/zip/check] Error 1

FAIL: compress/zlib
/vol/gcc/src/hg/trunk/local/libgo/runtime/thread.c:40: libgo assertion failure
/vol/gcc/src/hg/trunk/local/libgo/runtime/thread.c:63: libgo assertion failure
/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[325]: 24526 Abort
make: *** [compress/zlib/check] Error 1

FAIL: crypto/rand
--- FAIL: rand.TestRead (0.0 seconds)
    Read(buf) = 1040, %!s(<nil>)
FAIL
make: *** [crypto/rand/check] Error 1

FAIL: debug/dwarf
--- FAIL: dwarf_test.TestTypedefsELF (0.0 seconds)
    bad section name index '1179403647' in record at byte 0x1600
--- FAIL: dwarf_test.TestTypedefsMachO (0.0 seconds)
    invalid command block size in record at byte 0x20
FAIL
make: *** [debug/dwarf/check] Error 1

FAIL: debug/elf
--- FAIL: elf.TestOpen (0.0 seconds)
    bad section name index '1179403647' in record at byte 0xb08
    bad section name index '1179403647' in record at byte 0x1060
--- FAIL: elf.TestDWARFRelocations (0.0 seconds)
    EOF
    bad section name index '1179403647' in record at byte 0x274
    EOF
FAIL
make: *** [debug/elf/check] Error 1

FAIL: debug/macho
--- FAIL: macho.TestOpen (0.0 seconds)
    invalid command block size in record at byte 0x1c
    invalid command block size in record at byte 0x20
    invalid command block size in record at byte 0x20
FAIL

make: *** [debug/macho/check] Error 1
FAIL: debug/pe
--- FAIL: pe.TestOpen (0.0 seconds)
    open testdata/gcc-386-mingw-obj, section 0:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".text", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x24, Offset:0x1f4, PointerToRelocations:0x5a0,
PointerToLineNumbers:0x0, NumberOfRelocations:0x3, NumberOfLineNumbers:0x0,
Characteristics:0x60300020}
    open testdata/gcc-386-mingw-obj, section 1:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".data", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x0, Offset:0x0, PointerToRelocations:0x0,
PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0,
Characteristics:0xc0300040}
    open testdata/gcc-386-mingw-obj, section 2:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".bss", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x0, Offset:0x0, PointerToRelocations:0x0,
PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0,
Characteristics:0xc0300080}
    open testdata/gcc-386-mingw-obj, section 3:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".debug_abbrev", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x89, Offset:0x218, PointerToRelocations:0x0,
PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0,
Characteristics:0x42100000}
    open testdata/gcc-386-mingw-obj, section 4:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".debug_info", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x1a2, Offset:0x2a1, PointerToRelocations:0x5be,
PointerToLineNumbers:0x0, NumberOfRelocations:0x7, NumberOfLineNumbers:0x0,
Characteristics:0x42100000}
    open testdata/gcc-386-mingw-obj, section 5:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".debug_line", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x80, Offset:0x443, PointerToRelocations:0x604,
PointerToLineNumbers:0x0, NumberOfRelocations:0x1, NumberOfLineNumbers:0x0,
Characteristics:0x42100000}
    open testdata/gcc-386-mingw-obj, section 6:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".rdata", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x10, Offset:0x4c3, PointerToRelocations:0x0,
PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0,
Characteristics:0x40300040}
    open testdata/gcc-386-mingw-obj, section 7:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".debug_frame", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x34, Offset:0x4d3, PointerToRelocations:0x60e,
PointerToLineNumbers:0x0, NumberOfRelocations:0x2, NumberOfLineNumbers:0x0,
Characteristics:0x42300000}
    open testdata/gcc-386-mingw-obj, section 8:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".debug_loc", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x38, Offset:0x507, PointerToRelocations:0x0,
PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0,
Characteristics:0x42100000}
    open testdata/gcc-386-mingw-obj, section 9:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".debug_pubnames", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x1b, Offset:0x53f, PointerToRelocations:0x622,
PointerToLineNumbers:0x0, NumberOfRelocations:0x1, NumberOfLineNumbers:0x0,
Characteristics:0x42100000}
    open testdata/gcc-386-mingw-obj, section 10:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".debug_pubtypes", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x26, Offset:0x55a, PointerToRelocations:0x62c,
PointerToLineNumbers:0x0, NumberOfRelocations:0x1, NumberOfLineNumbers:0x0,
Characteristics:0x42100000}
    open testdata/gcc-386-mingw-obj, section 11:
        have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a,
VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e,
PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0,
NumberOfLineNumbers:0x0, Characteristics:0x24}
        want &pe.SectionHeader{Name:".debug_aranges", VirtualSize:0x0,
VirtualAddress:0x0, Size:0x20, Offset:0x580, PointerToRelocations:0x636,
PointerToLineNumbers:0x0, NumberOfRelocations:0x2, NumberOfLineNumbers:0x0,
Characteristics:0x42100000}
    Invalid PE File Format.
FAIL
make: *** [debug/pe/check] Error 1

FAIL: go/parser
--- FAIL: parser.TestParse4 (0.0 seconds)
    incorrect number of packages: 0
    package "parser" not found
FAIL
make: *** [go/parser/check] Error 1

FAIL: image/png
/vol/gcc/src/hg/trunk/local/libgo/runtime/thread.c:40: libgo assertion failure
/vol/gcc/src/hg/trunk/local/libgo/runtime/thread.c:63/vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[325]:
28239 Abort
make: *** [image/png/check] Error 1

FAIL: io/ioutil
--- FAIL: ioutil_test.TestReadFile (0.0 seconds)
    Stat "ioutil_test.go": size 5586963063428032576 want 2210
--- FAIL: ioutil_test.TestReadDir (0.0 seconds)
    ReadDir .: test file not found
FAIL
make: *** [io/ioutil/check] Error 1

FAIL: testing/quick
--- FAIL: quick.TestCheckProperty (0.0 seconds)
    myStructProperty: #1: failed on input quick.myStruct{x:42}
FAIL
make: *** [testing/quick/check] Error 1

There seems to be some endianess issue in several of the tests.


             reply	other threads:[~2011-03-22 17:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-22 19:43 ro at gcc dot gnu.org [this message]
2012-02-14 19:46 ` [Bug go/48243] " ian at airs dot com
2012-02-16 20:00 ` ro at CeBiTec dot Uni-Bielefeld.DE

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-48243-4@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).