Hi Jonathan, 2015-03-10 0:25 GMT+01:00 Jonathan Roelofs <[email protected]>: > I don't know how much of the tests you've got running at the moment, but > there's a corresponding change needed to the lit config to get the xfails > for these to DoTheRightThing TM: > https://github.com/llvm-mirror/libcxx/blob/master/test/libcxx/test/config.py#L236
Exactly. I made some local modifications to config.py to at least make the test suite run, but so far these patches are too poor to integrate. With all source patches applied I can get to a state where all tests minus ~200 pass. The code you linked to is a bit problematic in my case because it inspects the host system to determine which locales are present, while CloudABI is only intended to be a cross compilation target for now (having its own locale implementation and data). I'll see what I can do. -- Ed Schouten <[email protected]> _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
