mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174102 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			34 lines
		
	
	
		
			973 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			973 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # Check the internal shell handling component of the ShTest format.
 | |
| #
 | |
| # RUN: not %{lit} -j 1 -v %{inputs}/shtest-shell > %t.out
 | |
| # RUN: FileCheck < %t.out %s
 | |
| #
 | |
| # END.
 | |
| 
 | |
| # CHECK: -- Testing:
 | |
| 
 | |
| # CHECK: FAIL: shtest-shell :: error-0.txt
 | |
| # CHECK: *** TEST 'shtest-shell :: error-0.txt' FAILED ***
 | |
| # CHECK: Command 0: "not-a-real-command"
 | |
| # CHECK: Command 0 Result: 127
 | |
| # CHECK: Command 0 Stderr:
 | |
| # CHECK: 'not-a-real-command': command not found
 | |
| # CHECK: ***
 | |
| 
 | |
| # FIXME: The output here sucks.
 | |
| #
 | |
| # CHECK: FAIL: shtest-shell :: error-1.txt
 | |
| # CHECK: *** TEST 'shtest-shell :: error-1.txt' FAILED ***
 | |
| # CHECK: shell parser error on: 'echo "missing quote'
 | |
| # CHECK: ***
 | |
| 
 | |
| # CHECK: FAIL: shtest-shell :: error-2.txt
 | |
| # CHECK: *** TEST 'shtest-shell :: error-2.txt' FAILED ***
 | |
| # CHECK: Unsupported redirect:
 | |
| # CHECK: ***
 | |
| 
 | |
| # CHECK: PASS: shtest-shell :: redirects.txt
 | |
| # CHECK: PASS: shtest-shell :: sequencing-0.txt
 | |
| # CHECK: XFAIL: shtest-shell :: sequencing-1.txt
 | |
| # CHECK: Failing Tests (3)
 |