1
Fork 0

disable run-pass/backtrace for openbsd

the backtrace test doesn't work on openbsd as it doesn't
have support for libbacktrace without using filename.
This commit is contained in:
Sébastien Marie 2016-12-17 20:01:05 +01:00
parent dd0fc0a03a
commit 9f8c1e28a5

View file

@ -10,6 +10,7 @@
// ignore-android FIXME #17520
// ignore-emscripten spawning processes is not supported
// ignore-openbsd no support for libbacktrace without filename
// compile-flags:-g
use std::env;