-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Regression test #210 fails on macOS High Sierra #559
Copy link
Copy link
Closed
Labels
bugA bug.A bug.
Description
I'm not positive as to why, but I have a feeling it may be related to normalization-insensitivity in APFS. If I understand the APFS docs and the test case correctly, this may actually be an issue in std::ffi, and if that's the case then I'll report this up the chain.
Stack trace:
failures:
---- regression_210 stdout ----
thread 'regression_210' panicked at '~/src/ripgrep/target/debug/deps/ripgrep-tests/regression_210/93/foo�bar: Error { repr: Os { code: 92, message: "Illegal byte sequence" } }', tests/workdir.rs:285
stack backtrace:
0: std::sys::imp::backtrace::tracing::imp::unwind_backtrace
1: std::panicking::default_hook::{{closure}}
2: std::panicking::default_hook
3: std::panicking::rust_panic_with_hook
4: std::panicking::begin_panic
5: std::panicking::begin_panic_fmt
6: integration::workdir::nice_err
7: integration::workdir::WorkDir::create_bytes
8: integration::workdir::WorkDir::create
9: integration::regression_210
10: <F as test::FnBox<T>>::call_box
11: __rust_maybe_catch_panic
12: std::panicking::try::do_call
13: __rust_maybe_catch_panic
14: <F as alloc::boxed::FnBox<A>>::call_box
15: std::sys::imp::thread::Thread::new::thread_start
16: _pthread_body
17: _pthread_start
failures:
regression_210
test result: FAILED. 136 passed; 1 failed; 0 ignored; 0 measured
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugA bug.A bug.