许杰友 Jieyou Xu (Joe) 
							
						 
					 
					
						
						
						
						
							
						
						
							8a0310a0b1 
							
						 
					 
					
						
						
							
							tests: use needs-subprocess instead of ignore-{wasm32,emscripten,sgx}  
						
						
						
						
					 
					
						2025-01-23 20:51:29 +08:00 
						 
				 
			
				
					
						
							
							
								许杰友 Jieyou Xu (Joe) 
							
						 
					 
					
						
						
						
						
							
						
						
							4b743a7a63 
							
						 
					 
					
						
						
							
							tests: cleanup tests/ui/command/command-setgroups.rs  
						
						... 
						
						
						
						- Use `only-unix` instead of `ignore-windows`.
- Replace `ignore-*` with `needs-subprocess`. 
						
						
					 
					
						2025-01-23 20:51:29 +08:00 
						 
				 
			
				
					
						
							
							
								许杰友 Jieyou Xu (Joe) 
							
						 
					 
					
						
						
						
						
							
						
						
							bfc553eb53 
							
						 
					 
					
						
						
							
							tests: cleanup tests/ui/command/command-exec.rs  
						
						... 
						
						
						
						- Remove already stable feature gate and `#![allow(stable_features)]`.
- Replace `ignore-windows` with `only-unix`.
- Replace `ignore-*` with `needs-subprocess`. 
						
						
					 
					
						2025-01-23 20:51:29 +08:00 
						 
				 
			
				
					
						
							
							
								许杰友 Jieyou Xu (Joe) 
							
						 
					 
					
						
						
						
						
							
						
						
							f9addadd71 
							
						 
					 
					
						
						
							
							tests: cleanup tests/ui/command/command-argv0.rs  
						
						... 
						
						
						
						- Convert `ignore-windows` to `only-unix`.
- Convert `ignore-*` to `needs-subprocess`. 
						
						
					 
					
						2025-01-23 20:51:28 +08:00 
						 
				 
			
				
					
						
							
							
								许杰友 Jieyou Xu (Joe) 
							
						 
					 
					
						
						
						
						
							
						
						
							5f63f2dac9 
							
						 
					 
					
						
						
							
							tests: slightly cleanup tests/ui/command/command-pre-exec.rs  
						
						... 
						
						
						
						- Remove already stabilized feature gate and
  `#![allow(stable_features)]`.
- Convert `ignore-windows` to `only-unix`.
- Convert `ignore-*` to `needs-subprocess`. 
						
						
					 
					
						2025-01-23 20:51:28 +08:00 
						 
				 
			
				
					
						
							
							
								Callum Ryan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9b5b607fd8 
							
						 
					 
					
						
						
							
							Fix must_use lint for command exec tests  
						
						
						
						
					 
					
						2024-10-17 06:33:35 -07:00 
						 
				 
			
				
					
						
							
							
								Jakub Beránek 
							
						 
					 
					
						
						
						
						
							
						
						
							f59c8fffe3 
							
						 
					 
					
						
						
							
							Avoid dynamic linking to libstd in command-current-dir test  
						
						
						
						
					 
					
						2024-10-04 15:34:31 +02:00 
						 
				 
			
				
					
						
							
							
								Alex Crichton 
							
						 
					 
					
						
						
						
						
							
						
						
							cf6d6050f7 
							
						 
					 
					
						
						
							
							Update test directives for wasm32-wasip1  
						
						... 
						
						
						
						* The WASI targets deal with the `main` symbol a bit differently than
  native so some `codegen` and `assembly` tests have been ignored.
* All `ignore-emscripten` directives have been updated to
  `ignore-wasm32` to be more clear that all wasm targets are ignored and
  it's not just Emscripten.
* Most `ignore-wasm32-bare` directives are now gone.
* Some ignore directives for wasm were switched to `needs-unwind`
  instead.
* Many `ignore-wasm32*` directives are removed as the tests work with
  WASI as opposed to `wasm32-unknown-unknown`. 
						
						
					 
					
						2024-03-11 09:36:35 -07:00 
						 
				 
			
				
					
						
							
							
								许杰友 Jieyou Xu (Joe) 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							247a080b98 
							
						 
					 
					
						
						
							
							Update test names to not have dots  
						
						
						
						
					 
					
						2024-03-05 09:02:33 +00:00 
						 
				 
			
				
					
						
							
							
								许杰友 Jieyou Xu (Joe) 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec2cc761bc 
							
						 
					 
					
						
						
							
							[AUTO-GENERATED] Migrate ui tests from // to //@ directives  
						
						
						
						
					 
					
						2024-02-16 20:02:50 +00:00 
						 
				 
			
				
					
						
							
							
								Askar Safin 
							
						 
					 
					
						
						
						
						
							
						
						
							1ee773e242 
							
						 
					 
					
						
						
							
							This commit is part of clone3 clean up. Merge tests from tests/ui/command/command-create-pidfd.rs  
						
						... 
						
						
						
						to library/std/src/sys/pal/unix/process/process_unix/tests.rs to remove code
duplication 
						
						
					 
					
						2024-01-24 17:23:42 +03:00 
						 
				 
			
				
					
						
							
							
								Askar Safin 
							
						 
					 
					
						
						
						
						
							
						
						
							57f9d1f01a 
							
						 
					 
					
						
						
							
							This commit is part of clone3 clean up. As part of clean up we will  
						
						... 
						
						
						
						remove tests/ui/command/command-create-pidfd.rs . But it contains
very useful comment, so let's move the comment to library/std/src/sys/pal/unix/rand.rs ,
which contains another instance of the same Docker problem 
						
						
					 
					
						2024-01-24 15:22:00 +03:00 
						 
				 
			
				
					
						
							
							
								Matthew Jasper 
							
						 
					 
					
						
						
						
						
							
						
						
							982b49494e 
							
						 
					 
					
						
						
							
							Remove revisions for THIR unsafeck  
						
						... 
						
						
						
						This is to make the diff when stabilizing it easier to review. 
						
						
					 
					
						2024-01-05 09:30:27 +00:00 
						 
				 
			
				
					
						
							
							
								Nilstrieb 
							
						 
					 
					
						
						
						
						
							
						
						
							41e8d152dc 
							
						 
					 
					
						
						
							
							Show number in error message even for one error  
						
						... 
						
						
						
						Co-authored-by: Adrian <adrian.iosdev@gmail.com> 
						
						
					 
					
						2023-11-24 19:15:52 +01:00 
						 
				 
			
				
					
						
							
							
								yukang 
							
						 
					 
					
						
						
						
						
							
						
						
							e0c479eea2 
							
						 
					 
					
						
						
							
							Add help for crate arg when crate name is invalid  
						
						
						
						
					 
					
						2023-07-26 00:05:00 +08:00 
						 
				 
			
				
					
						
							
							
								Pietro Albini 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							64af509377 
							
						 
					 
					
						
						
							
							remove invalid ignore-pretty  
						
						
						
						
					 
					
						2023-04-03 09:24:11 +02:00 
						 
				 
			
				
					
						
							
							
								Florian Bartels 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ce2cd059f 
							
						 
					 
					
						
						
							
							Add QNX Neutrino support to libstd  
						
						... 
						
						
						
						Co-authored-by: gh-tr <troach@qnx.com> 
						
						
					 
					
						2023-02-28 15:59:47 +01:00 
						 
				 
			
				
					
						
							
							
								Albert Larsan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cf2dff2b1e 
							
						 
					 
					
						
						
							
							Move /src/test to /tests  
						
						
						
						
					 
					
						2023-01-11 09:32:08 +00:00