about summary refs log tree commit diff
path: root/src/test/run-pass/backtrace.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-125/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2019-07-22Fix or ignore regressed testsVadim Petrochenkov-0/+1
2019-05-31test: support both (`legacy` and `v0`) choices of mangling.Eduard-Mihai Burtescu-1/+16
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+1
2017-02-27This test is too hard to maintain cross-platformYamakaky-46/+0
2017-02-23Fix tests on Windows (#1)Vadim Petrochenkov-2/+2
2017-02-15Improve backtrace formating while panicking.Yamakaky-1/+48
2017-01-29Fix backtraces on i686-pc-windows-gnu by disabling FPOSegev Finer-4/+0
2017-01-28Disable backtrace tests on i686-pc-windows-gnu since it's broken by FPOSegev Finer-0/+4
2017-01-24Make backtraces work on Windows GNU targets again.Segev Finer-4/+0
2016-12-17disable run-pass/backtrace for openbsdSébastien Marie-0/+1
2016-10-18Fix some pretty printing testsVadim Petrochenkov-1/+0
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+1
2016-07-29test: Fix a test on MSVCAlex Crichton-13/+1
2016-05-12Don't use env::current_exe with libbacktraceSteven Fackler-1/+1
2016-04-11tests: update for MIR debuginfo.Eduard Burtescu-6/+0
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-0/+10
2016-03-25change test to be specific for msvcNiko Matsakis-2/+1
2016-03-25Update backtrace test for FIXME on windowsNiko Matsakis-3/+20
2016-03-25Use new symbol names for items of various kinds.Michael Woerister-3/+3
2016-03-23Annotate run-pass/backtrace with #[rustc_no_mir] on MSVC.Eduard Burtescu-0/+6
2016-01-30trans: Inform LLVM we want CodeView on MSVCAlex Crichton-10/+8
2015-09-04Add line numbers to windows-gnu backtracesDiggory Blake-1/+6
2015-04-29Use PIE on AndroidTamir Duberstein-0/+1
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-15/+17
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-02Make `test/run-pass/backtrace.rs` more robust about own host environment.Felix S. Klock II-1/+3
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+1
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-1/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-8/+8
2015-01-30Remove all `i` suffixesTobias Bucher-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-2/+2
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2015-01-13Address feedbackBrian Anderson-40/+9
2015-01-13std: Deprecate `finally` moduleBrian Anderson-1/+37
2014-12-13Fix run pass testJorge Aparicio-1/+4
2014-11-20Loosen possibly bogus constraints in backtrace testAaron Turon-1/+3
2014-11-20Fallout from libgreen and libnative removalAaron Turon-7/+0
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-08-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-1/+1
2014-07-31Test fixes from the rollupAlex Crichton-5/+11
2014-07-10io::process::Command: add fine-grained env builderAaron Turon-13/+3
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-1/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+3
2014-06-27replaced ignore-pretty with no-pretty-expandedJohn Clements-1/+1