diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-17 06:30:41 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-17 06:30:41 +0200 |
commit | dbed53839136ef0e3f283599f51a5cef00343e28 (patch) | |
tree | e23d853fa6d459df095073abac75abe9a850a2aa /test | |
parent | e2ccd358c9d5fe5896bab31ed4c1d5b1ad8262ce (diff) | |
parent | f5218385c064aa959650bfe49ca32795270851eb (diff) | |
download | emacs-dbed53839136ef0e3f283599f51a5cef00343e28.tar.gz |
Merge from origin/emacs-28
f5218385c0 Fix obsoletion of nntp-authinfo-file
10b6919870 ; Fix typos
Diffstat (limited to 'test')
-rw-r--r-- | test/lisp/calendar/icalendar-tests.el | 4 | ||||
-rw-r--r-- | test/lisp/cedet/semantic-utest-c.el | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/test/lisp/calendar/icalendar-tests.el b/test/lisp/calendar/icalendar-tests.el index ac7a84aa571..7f8cd479146 100644 --- a/test/lisp/calendar/icalendar-tests.el +++ b/test/lisp/calendar/icalendar-tests.el @@ -651,8 +651,8 @@ Argument INPUT-AMERICAN american style diary string. Argument EXPECTED-OUTPUT expected iCalendar result string. Optional argument ALARMS the value of `icalendar-export-alarms' for this test. -European style input data must use german month names. American -and ISO style input data must use english month names." +European style input data must use German month names. American +and ISO style input data must use English month names." (let ((tz (getenv "TZ")) (calendar-date-style 'iso) (icalendar-recurring-start-year 2000) diff --git a/test/lisp/cedet/semantic-utest-c.el b/test/lisp/cedet/semantic-utest-c.el index 2da450c2736..87d754968f9 100644 --- a/test/lisp/cedet/semantic-utest-c.el +++ b/test/lisp/cedet/semantic-utest-c.el @@ -94,7 +94,7 @@ Target: i486-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.1-9ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread model: posix gcc version 4.3.1 (Ubuntu 4.3.1-9ubuntu1)" - ;; My debian box: + ;; My Debian box: "Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../../../sources/gcc/configure --prefix=/usr/local/glibc-2.3.6/x86_64/apps/gcc-4.2.3 --with-gmp=/usr/local/gcc/gmp --with-mpfr=/usr/local/gcc/mpfr --enable-languages=c,c++,fortran --with-as=/usr/local/glibc-2.3.6/x86_64/apps/gcc-4.2.3/bin/as --with-ld=/usr/local/glibc-2.3.6/x86_64/apps/gcc-4.2.3/bin/ld --disable-multilib @@ -123,13 +123,13 @@ Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)" - ;; David Engster's german gcc on ubuntu 4.3 + ;; David Engster's German gcc on Ubuntu 4.3 "Es werden eingebaute Spezifikationen verwendet. Ziel: i486-linux-gnu Konfiguriert mit: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu Thread-Modell: posix gcc-Version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)" - ;; Damien Deville bsd + ;; Damien Deville BSD "Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler @@ -139,7 +139,7 @@ gcc version 4.2.1 20070719 [FreeBSD]" "A bunch of sample gcc -v outputs from different machines.") (defvar semantic-gcc-test-strings-fail - '(;; A really old solaris box I found + '(;; A really old Solaris box I found "Reading specs from /usr/local/gcc-2.95.2/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs gcc version 2.95.2 19991024 (release)" ) |