mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-28 00:07:22 +00:00
[FileCheck] Add missing %ProtectFileCheckOutput to FileCheck tests
This is a continuation of D65121 (committed at f471eb8e99b5).
This commit is contained in:
parent
7a87b12d4f
commit
3252abfb38
@ -426,6 +426,7 @@ REDEF-NEW-FMT-MSG-NEXT: {{R}}EDEF-NEW-FMT-NEXT: {{\[\[#%X,UNSI:\]\]}}
|
||||
REDEF-NEW-FMT-MSG-NEXT: {{^}} ^{{$}}
|
||||
|
||||
; Numeric expression with overflow.
|
||||
RUN: %ProtectFileCheckOutput \
|
||||
RUN: not FileCheck --check-prefix OVERFLOW --input-file %s %s 2>&1 \
|
||||
RUN: | FileCheck --check-prefix OVERFLOW-MSG --strict-whitespace %s
|
||||
|
||||
@ -438,6 +439,7 @@ OVERFLOW-MSG-NEXT: {{O}}VERFLOW-NEXT: BIGVAR: {{\[\[#BIGVAR:0x8000000000000000\+
|
||||
OVERFLOW-MSG-NEXT: {{^}} ^{{$}}
|
||||
|
||||
; Numeric expression with underflow.
|
||||
RUN: %ProtectFileCheckOutput \
|
||||
RUN: not FileCheck --check-prefix UNDERFLOW --input-file %s %s 2>&1 \
|
||||
RUN: | FileCheck --check-prefix UNDERFLOW-MSG --strict-whitespace %s
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user