mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
WASI does not have the ``chmod(2)`` syscall yet.
This commit is contained in:
		
							parent
							
								
									56b5daf159
								
							
						
					
					
						commit
						22fed605e0
					
				
					 20 changed files with 81 additions and 5 deletions
				
			
		|  | @ -119,6 +119,7 @@ def test_relative_path(self): | |||
|                      'non-root user required') | ||||
|     @unittest.skipIf(os.name == 'nt', | ||||
|                      'cannot control directory permissions on Windows') | ||||
|     @os_helper.skip_unless_working_chmod | ||||
|     def test_exceptions_propagate(self): | ||||
|         # Make sure that exceptions raised thanks to issues with writing | ||||
|         # bytecode. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Christian Heimes
						Christian Heimes