about summary refs log tree commit diff
path: root/src/test/ui/backtrace-debuginfo.rs
AgeCommit message (Collapse)AuthorLines
2021-05-08Drop -opt-bisect-limit=0 flag from testNikita Popov-6/+1
This causes an assertion failure under NewPM, because it also ends up disabling the NameAnonGlobals pass. Instead pass -Copt-level=0 to disable optimizations. If that should be insufficient, we can use -C no-prepopulate-passes.
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2019-07-31Attempt to fix backtrace tests on i686-msvcAlex Crichton-1/+15
Some fixes for i686-msvc and Windows have landed on the `backtrace` crate but hadn't made their way here yet. Let's update that and see if it passes CI.
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+180