summary refs log tree commit diff
path: root/src/test/run-pass/process-remove-from-env.rs
AgeCommit message (Expand)AuthorLines
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+1
2017-10-17test: Update Emscripten failures/passingAlex Crichton-1/+1
2017-01-10Fixes:Zack Weinberg-2/+1
2016-08-10[emscripten] Ignore testsJan-Erik Rediger-0/+1
2015-04-14test: Fix fallout in run-pass testsAlex Crichton-4/+2
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-5/+5
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2014-10-03Fix a race condition between remove_from_env and other io::process tests.Eduard Burtescu-0/+53