Commit Graph

4 Commits

Author SHA1 Message Date
Jordan Rose
e4e9c71d8f StdlibUnittest: Rename enum cases and static vars to match API guidelines. 2016-02-24 18:23:59 -08:00
Guillaume Lessard
f6e00cba4f Cite bug reports in xfail annotations 2016-02-03 11:29:38 -07:00
Rene Treffer
82fa471368 Add .xfail for platforms without Objc runtime (FreeBSD and Linux) 2016-01-27 23:09:17 +01:00
Rene Treffer
c404cf21bf Failing string ordering on linux test
This testcase illustrates a problem on linux where - at the time
of writing - the strings "a" and "a\0" satisfied
"a" <= "a\0"
"a" >= "a\0"
"a" != "a\0"
2016-01-27 21:32:31 +01:00