about summary refs log tree commit diff
path: root/src/test/run-pass/signal-exit-status.rs
AgeCommit message (Expand)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-19/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
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-1/+2
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+1
2016-08-30Fix run-pass/signal-exit-status to not trigger UB by writing to NULL.Eduard Burtescu-1/+1
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+1
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-10/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+3
2015-02-16Replace some uses of deprecated os functionsSimonas Kazlauskas-3/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-3/+3
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-16Remove libdebug and update tests.Luqman Aden-3/+1
2014-08-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-1/+1
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-10/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-3/+2
2014-05-08Handle more falloutKevin Ballard-0/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+1
2014-02-23Roll std::run into std::io::processAlex Crichton-5/+5
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-02-03rpass: Remove io_error usageAlex Crichton-2/+1
2014-01-03test: Make all the run-pass tests use `pub fn main`Patrick Walton-1/+1
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-1/+2
2013-11-14test: Fix signal-exit-status on windowsklutzy-2/+4
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-12Implemented a ProcessExit enum and helper methods to std::rt::io::process for...Matthew Iselin-0/+29