This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

FAIL: localedata/tst-langinfo


I saw

FAIL: localedata/tst-langinfo
FAIL: localedata/tst-langinfo-static

with master on Fedora 23/x86-64.  Has anyone else seen them?

I got

LC_ALL=en_US.ANSI_X3.4-1968 nl_langinfo(YESEXPR) = "^[+1yY]", FAILED
(expected: ^[yY].*)
LC_ALL=en_US.ANSI_X3.4-1968 nl_langinfo(NOEXPR) = "^[-0nN]", FAILED
(expected: ^[nN].*)
LC_ALL=en_US.ISO-8859-1 nl_langinfo(YESEXPR) = "^[+1yY]", FAILED
(expected: ^[yY].*)
LC_ALL=en_US.ISO-8859-1 nl_langinfo(NOEXPR) = "^[-0nN]", FAILED
(expected: ^[nN].*)
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(YESEXPR) = "^[+1jJyY]", FAILED
(expected: ^[jJyY].*)
LC_ALL=de_DE.ISO-8859-1 nl_langinfo(NOEXPR) = "^[-0nN]", FAILED
(expected: ^[nN].*)
LC_ALL=de_DE.UTF-8 nl_langinfo(YESEXPR) = "^[+1jJyY]", FAILED
(expected: ^[jJyY].*)
LC_ALL=de_DE.UTF-8 nl_langinfo(NOEXPR) = "^[-0nN]", FAILED (expected: ^[nN].*)
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(YESEXPR) = "^[+1oOyY]", FAILED
(expected: ^[oOyY].*)
LC_ALL=fr_FR.ISO-8859-1 nl_langinfo(NOEXPR) = "^[-0nN]", FAILED
(expected: ^[nN].*)

-- 
H.J.


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