[lldb] Fix "exact match" debug_names type queries (#118465)
[llvm-project.git] / llvm / test / tools / llvm-profdata / misaligned-binary-ids-size.test
blob0f20a1b0b369c23cfb05fa85e7f6876920a1233b
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 // We should fail on this because the binary IDs is not a multiple of 8 bytes.
7 RUN: printf '\77\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
19 // Binary IDs - There are only two in this case that are 20 bytes.
20 RUN: printf '\24\0\0\0\0\0\0\0' >> %t.profraw
21 RUN: printf '\0\1\2\3\4\5\6\7' >> %t.profraw
22 RUN: printf '\0\1\2\3\4\5\6\7' >> %t.profraw
23 RUN: printf '\0\1\2\3\0\0\0\0' >> %t.profraw
24 RUN: printf '\24\0\0\0\0\0\0\0' >> %t.profraw
25 RUN: printf '\1\1\1\1\1\1\1\1' >> %t.profraw
26 RUN: printf '\2\2\2\2\2\2\2\2' >> %t.profraw
27 RUN: printf '\3\3\3\3\0\0\0\0' >> %t.profraw
29 // RUN: not llvm-profdata show --binary-ids  %t.profraw 2>&1 | FileCheck %s
30 // CHECK: invalid instrumentation profile data (file header is corrupt)