Closed
Description
Trying to bless mir-opt tests used to work fine on my Linux box, but some recent-ish change broke that:
Testing stage1 compiletest suite=mir-opt mode=mir-opt (x86_64-unknown-linux-gnu)
running 75 tests
...........................................................................
test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 219 filtered out; finished in 267.97ms
Building stage1 library artifacts (x86_64-unknown-linux-gnu -> aarch64-unknown-linux-gnu)
Finished `release` profile [optimized + debuginfo] target(s) in 0.07s
Testing stage1 compiletest suite=mir-opt mode=mir-opt (x86_64-unknown-linux-gnu -> aarch64-unknown-linux-gnu)
running 75 tests
...........................................................................
test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 219 filtered out; finished in 470.37ms
Building stage1 library artifacts (x86_64-unknown-linux-gnu -> i686-pc-windows-msvc)
Finished `release` profile [optimized + debuginfo] target(s) in 0.07s
Testing stage1 compiletest suite=mir-opt mode=mir-opt (x86_64-unknown-linux-gnu -> i686-pc-windows-msvc)
running 75 tests
...........................................................................
test result: ok. 75 passed; 0 failed; 0 ignored; 0 measured; 219 filtered out; finished in 499.16ms
error occurred: Failed to find tool. Is `xcrun` installed?