Update X86/pre-aggregated-perf.test

Summary:
Add REQUIRED statement.

(cherry picked from FBD22290759)
This commit is contained in:
Rafael Auler 2020-06-24 18:24:07 -07:00 committed by Maksim Panchenko
parent ffaba22476
commit 41cb6b68ed
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
#
# blarge is the binary for "basicmath large inputs" taken from Mibench.
# Currently failing in MacOS / generating different hash for usqrt
REQUIRES: Linux
RUN: yaml2obj %p/Inputs/blarge.yaml &> %t.exe
RUN: perf2bolt %t.exe -o %t -pa -p %p/Inputs/pre-aggregated.txt -w %t.new
RUN: cat %t | sort | FileCheck %s -check-prefix=PERF2BOLT