[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / llvm / test / tools / llvm-profdata / large-binary-id-size.test
blobb62bdad4ddb219bb840a9f22fa56d8a1ea391e6f
1 // gnuwin32 printf does not work for this test because it will print \15 (CR)
2 // whenever \12 (LF) is in the input string.
3 UNSUPPORTED: system-windows
4 RUN: printf '\201rforpl\377' > %t.profraw
5 RUN: printf '\12\0\0\0\0\0\0\0' >> %t.profraw
6 RUN: printf '\40\0\0\0\0\0\0\0' >> %t.profraw
7 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
8 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
9 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
10 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
11 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
12 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
13 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
14 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
15 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
16 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
17 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
18 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
19 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
21 // Check for a corrupted size being too large past the end of the file.
22 RUN: printf '\7\7\7\7\7\7\7\7' >> %t.profraw
23 RUN: printf '\0\1\2\3\4\5\6\7' >> %t.profraw
24 RUN: printf '\0\1\2\3\4\5\6\7' >> %t.profraw
25 RUN: printf '\0\1\2\3\0\0\0\0' >> %t.profraw
27 // RUN: not llvm-profdata show --binary-ids  %t.profraw 2>&1 | FileCheck %s
28 // CHECK: malformed instrumentation profile data: not enough data to read binary id data