about summary refs log tree commit diff
path: root/src/test/run-pass/backtrace-debuginfo.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-180/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2019-07-22Fix or ignore regressed testsVadim Petrochenkov-1/+2
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+1
2019-05-13Remove bitrig support from rustMarcel Hellwig-1/+0
2019-04-14fix output test for backtrace-debuginfo.rsRalf Jung-2/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-05-01Force frame pointers for the backtrace testSimonas Kazlauskas-0/+1
2018-02-09rustc: Upgrade to LLVM 6Alex Crichton-6/+28
2018-01-26Print inlined functions on WindowsJohn Kåre Alsaker-10/+2
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+1
2017-09-28Migrate to eprint/eprintln macros where appropriate.Corey Farwell-3/+1
2017-09-02Enable backtrace tests for macOS and iOSJohn Colanduoni-3/+1
2017-07-23Fix some doc/comment typos.Bruce Mitchener-2/+2
2017-02-15Improve backtrace formating while panicking.Yamakaky-2/+2
2017-01-29Fix backtraces on i686-pc-windows-gnu by disabling FPOSegev Finer-1/+0
2017-01-28Disable backtrace tests on i686-pc-windows-gnu since it's broken by FPOSegev Finer-0/+1
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-2/+0
2016-10-18Fix some pretty printing testsVadim Petrochenkov-1/+1
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+1
2016-05-12Don't use env::current_exe with libbacktraceSteven Fackler-5/+9
2016-04-11tests: update for MIR debuginfo.Eduard Burtescu-6/+0
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+6
2016-01-30trans: Inform LLVM we want CodeView on MSVCAlex Crichton-17/+11
2016-01-29Get tests working on MSVC 32-bitAlex Crichton-9/+7
2015-09-05Add line numbers to MSVC backtraceDiggory Blake-5/+14
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-10/+13
2015-08-11Make the backtrace-debuginfo test less error proneBjörn Steinbrink-1/+11
2015-06-20Pass fat pointers in two immediate argumentsBjörn Steinbrink-4/+0
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-7/+9
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-03Fix backtrace tests for LinuxManish Goregaokar-4/+4
2015-02-28std: Fixed backtrace warnings and tests for non-Linux platforms.Kang Seonghoon-4/+26
2015-02-27Makes the picky tidy satisfied. Also refers to the correct issue.Kang Seonghoon-1/+1
2015-02-27Removed an excess feature flag from the backtrace test.Kang Seonghoon-2/+0
2015-02-27std: Include line numbers in backtraces.Kang Seonghoon-0/+140