boostorg / boostorg/regression
Fail running test on macOS
- Dominant language
- C++
- Stars
- 11
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
### System information:
* macOS v10.13.3
* Python 2.7.10
* git version 2.16.2
* Apple LLVM version 9.0.0 (clang-900.0.39.2)
Target: x86_64-apple-darwin17.4.0
Thread model: posix
Rin as:
```
python run.py --runner=terik23 --tag=develop --toolsets=darwin
```
Fail with:
```
# Running Boost.Build tests
Traceback (most recent call last):
File "run.py", line 71, in
runner(root)
File "/Users/terik23/Desktop/boost_test/boost_regression_src/regression.py", line 286, in init
self.main()
File "/Users/terik23/Desktop/boost_test/boost_regression_src/regression.py", line 623, in main
getattr(self,action_m)()
File "/Users/terik23/Desktop/boost_test/boost_regression_src/regression.py", line 588, in command_regression
self.command_test()
File "/Users/terik23/Desktop/boost_test/boost_regression_src/regression.py", line 367, in command_test
self.command_test_boost_build()
File "/Users/terik23/Desktop/boost_test/boost_regression_src/regression.py", line 409, in command_test_boost_build
"boost/bin.v2/libs/any/test/any_test.test"));
OSError: [Errno 2] No such file or directory: '/Users/terik23/Desktop/boost_test/results/boost/bin.v2/libs/any/test/any_test.test'
```
I checked, and there really is no such directory
```
ls /Users/terik23/Desktop/boost_test/results/boost/bin.v2/libs
compute integer math stacktrace winapi
config locale multiprecision system
context log regex thread
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.