This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Regression for gdb.pascal/* [Re: [RFA 4/4] Constify parse_linesepc]


On Wed, 02 Oct 2013 06:38:28 +0200, Keith Seitz wrote:
> All committed. Thank you Sergio and Tom for looking at this!

c85cddc51d5d9e4423509a2dc7cf3d9809451b49 is the first bad commit
commit c85cddc51d5d9e4423509a2dc7cf3d9809451b49
Author: Keith Seitz <keiths@redhat.com>
Date:   Wed Oct 2 00:46:06 2013 +0000

    Constification of parse_linespec and fallout:
    https://sourceware.org/ml/gdb-patches/2013-09/msg01017.html
    https://sourceware.org/ml/gdb-patches/2013-09/msg01018.html
    https://sourceware.org/ml/gdb-patches/2013-09/msg01019.html
    https://sourceware.org/ml/gdb-patches/2013-09/msg01020.html

You need fpc installed.


-PASS: gdb.pascal/floats.exp: print 2 * r
-PASS: gdb.pascal/floats.exp: print 2.0 * r
+FAIL: gdb.pascal/floats.exp: print 2 * r
+FAIL: gdb.pascal/floats.exp: print 2.0 * r
-PASS: gdb.pascal/floats.exp: print 35 / 2
+FAIL: gdb.pascal/floats.exp: print 35 / 2
-PASS: gdb.pascal/integers.exp: print i + 1 = j
+FAIL: gdb.pascal/integers.exp: print i + 1 = j
-PASS: gdb.pascal/integers.exp: print i + 1 < j
-PASS: gdb.pascal/integers.exp: print i + 1 <= j
-PASS: gdb.pascal/integers.exp: print i + 1 > j
-PASS: gdb.pascal/integers.exp: print i + 1 >= j
-PASS: gdb.pascal/integers.exp: print 2 * i
+FAIL: gdb.pascal/integers.exp: print i + 1 < j
+FAIL: gdb.pascal/integers.exp: print i + 1 <= j
+FAIL: gdb.pascal/integers.exp: print i + 1 > j
+FAIL: gdb.pascal/integers.exp: print i + 1 >= j
+FAIL: gdb.pascal/integers.exp: print 2 * i
-PASS: gdb.pascal/integers.exp: print 35 div 2
-PASS: gdb.pascal/integers.exp: print 35 mod 2
-PASS: gdb.pascal/integers.exp: print i+10*j+100*k
-PASS: gdb.pascal/integers.exp: print (i + 5) * (j + 7)
+FAIL: gdb.pascal/integers.exp: print 35 div 2
+FAIL: gdb.pascal/integers.exp: print 35 mod 2
+FAIL: gdb.pascal/integers.exp: print i+10*j+100*k
+FAIL: gdb.pascal/integers.exp: print (i + 5) * (j + 7)


Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]