vapier      15/08/05 07:12:15

  Modified:             .cvsignore Makefile
  Added:                good.results
  Log:
  add a check for the full output and not just that we were able to look up a 
key

Revision  Changes    Path
1.2                  src/patchsets/coreutils/uname-test/.cvsignore

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/.cvsignore?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/.cvsignore?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/.cvsignore?r1=1.1&r2=1.2

Index: .cvsignore
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/uname-test/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore  4 Aug 2015 11:29:43 -0000       1.1
+++ .cvsignore  5 Aug 2015 07:12:14 -0000       1.2
@@ -1 +1,2 @@
+curr.results
 uname-test



1.3                  src/patchsets/coreutils/uname-test/Makefile

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/Makefile?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/Makefile?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/Makefile?r1=1.2&r2=1.3

Index: Makefile
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/coreutils/uname-test/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile    5 Aug 2015 07:11:22 -0000       1.2
+++ Makefile    5 Aug 2015 07:12:14 -0000       1.3
@@ -5,7 +5,8 @@
 test: check
 
 check: uname-test
-       ./uname-test *.data
+       ./uname-test *.data > curr.results
+       diff -u curr.results good.results
 
 clean:
        rm -f uname-test



1.1                  src/patchsets/coreutils/uname-test/good.results

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/good.results?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/coreutils/uname-test/good.results?rev=1.1&content-type=text/plain

Index: good.results
===================================================================
>>> Parsing data out of alpha-LX164.data
>>> Results from alpha-LX164.data:
>>> processor         = EV56
>>> hardware_platform = EB164

>>> Parsing data out of amd64-3500+.data
>>> Results from amd64-3500+.data:
>>> processor         = AMD Athlon(tm) 64 Processor 3500+
>>> hardware_platform = AuthenticAMD

>>> Parsing data out of arm-netwinder.data
>>> Results from arm-netwinder.data:
>>> processor         = StrongARM-110 rev 4 (v4l)
>>> hardware_platform = Rebel-NetWinder

>>> Parsing data out of arm-nslu2.data
>>> Results from arm-nslu2.data:
>>> processor         = XScale-IXP425/IXC1100 rev 1 (v5b)
>>> hardware_platform = Intel IXDP425 Development Platform

>>> Parsing data out of hppa-C360.data
>>> Results from hppa-C360.data:
>>> processor         = PA8500 (PCX-W)
>>> hardware_platform = 9000/785/C360

>>> Parsing data out of hppa-C3600.data
>>> Results from hppa-C3600.data:
>>> processor         = PA8600 (PCX-W+)
>>> hardware_platform = 9000/785/C3600

>>> Parsing data out of powerpc64-8231-E2B.data
>>> Results from powerpc64-8231-E2B.data:
>>> processor         = POWER7 (architected)
>>> hardware_platform = CHRP IBM,8231-E2B

>>> Parsing data out of powerpc64-quad-G5.data
>>> Results from powerpc64-quad-G5.data:
>>> processor         = PPC970MP, altivec supported
>>> hardware_platform = PowerMac11,2

>>> Parsing data out of s390-2098-e10.data
>>> Results from s390-2098-e10.data:
>>> processor         = 2098
>>> hardware_platform = IBM

>>> Parsing data out of s390x-2098-e10.data
>>> Results from s390x-2098-e10.data:
>>> processor         = 2098
>>> hardware_platform = IBM

>>> Parsing data out of sh-lantank.data
>>> Results from sh-lantank.data:
>>> processor         = SH7751R
>>> hardware_platform = LANDISK

>>> Parsing data out of sparc-ultrasparc-t1.data
>>> Results from sparc-ultrasparc-t1.data:
>>> processor         = sun4v
>>> hardware_platform = UltraSparc T1 (Niagara)





Reply via email to