XFAIL some failing tests for SLES11 (older glibc), also replace spaces in linux distro w/dashes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Can you give an example of linux distro names with spaces in it?
Other than that, this looks fine to me.
utils/libcxx/test/target_info.py | ||
---|---|---|
193 | A comment here would be helpful to future readers. |
Comment Actions
platform.linux_distribution()[0] gives "SUSE Linux Enterprise Server" on SLES11.
utils/libcxx/test/target_info.py | ||
---|---|---|
193 | How about "# some distros have spaces, lit doesn't cope well with those so we'll replace w/dashes" ? |
utils/libcxx/test/target_info.py | ||
---|---|---|
193 | Yes. something like that. (with the SUSE example, maybe) |
A comment here would be helpful to future readers.