Closed
Description
Describe the bug
The failure started since 4b96a99. CI runs is also affected.
grep -r -l 'sycl.hpp' /__w/llvm/llvm/src/sycl/test/e2e_test_requirements/../../test-e2e | FileCheck /__w/llvm/llvm/src/sycl/test/e2e_test_requirements/no_sycl_hpp_in_e2e_tests.cpp
# executed command: grep -r -l sycl.hpp /__w/llvm/llvm/src/sycl/test/e2e_test_requirements/../../test-e2e
# note: command had no output on stdout or stderr
# executed command: FileCheck /__w/llvm/llvm/src/sycl/test/e2e_test_requirements/no_sycl_hpp_in_e2e_tests.cpp
# note: command had no output on stdout or stderr
# RUN: at line 4
grep -r -l 'sycl.hpp' /__w/llvm/llvm/src/sycl/test/e2e_test_requirements/../../test-e2e | grep -v 'test-e2e/PerformanceTests/' | wc -l | FileCheck /__w/llvm/llvm/src/sycl/test/e2e_test_requirements/no_sycl_hpp_in_e2e_tests.cpp --check-prefix CHECK-NUM-MATCHES
# executed command: grep -r -l sycl.hpp /__w/llvm/llvm/src/sycl/test/e2e_test_requirements/../../test-e2e
# note: command had no output on stdout or stderr
# executed command: grep -v test-e2e/PerformanceTests/
# note: command had no output on stdout or stderr
# executed command: wc -l
# note: command had no output on stdout or stderr
# executed command: FileCheck /__w/llvm/llvm/src/sycl/test/e2e_test_requirements/no_sycl_hpp_in_e2e_tests.cpp --check-prefix CHECK-NUM-MATCHES
# .---command stderr------------
# | /__w/llvm/llvm/src/sycl/test/e2e_test_requirements/no_sycl_hpp_in_e2e_tests.cpp:9:23: error: CHECK-NUM-MATCHES: expected string not found in input
# | // CHECK-NUM-MATCHES: 26
# | ^
# | <stdin>:1:1: note: scanning from here
# | 27
# | ^
# |
# | Input file: <stdin>
# | Check file: /__w/llvm/llvm/src/sycl/test/e2e_test_requirements/no_sycl_hpp_in_e2e_tests.cpp
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: 27
# | check:9 X~~ error: no match found
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1