|
11 | 11 | // Run one time with the index cache enabled to populate the index cache. When
|
12 | 12 | // we populate the index cache we have to parse all of the DWARF debug info
|
13 | 13 | // and it is always available.
|
14 |
| -// RUN: rm -rf %T/lldb-index-cache |
| 14 | +// RUN: rm -rf %t.lldb-index-cache |
15 | 15 | // RUN: %lldb \
|
16 | 16 | // RUN: -O 'settings set symbols.enable-lldb-index-cache true' \
|
17 |
| -// RUN: -O 'settings set symbols.lldb-index-cache-path %T/lldb-index-cache' \ |
| 17 | +// RUN: -O 'settings set symbols.lldb-index-cache-path %t.lldb-index-cache' \ |
18 | 18 | // RUN: -O 'settings set target.preload-symbols false' \
|
19 | 19 | // RUN: -o "script lldb.target.modules[0].FindTypes('::A').GetTypeAtIndex(0)" \
|
20 | 20 | // RUN: -o "statistics dump" \
|
|
28 | 28 | // don't crash and that we can find types when using .dwp files.
|
29 | 29 | // RUN: %lldb \
|
30 | 30 | // RUN: -O 'settings set symbols.enable-lldb-index-cache true' \
|
31 |
| -// RUN: -O 'settings set symbols.lldb-index-cache-path %T/lldb-index-cache' \ |
| 31 | +// RUN: -O 'settings set symbols.lldb-index-cache-path %t.lldb-index-cache' \ |
32 | 32 | // RUN: -O 'settings set target.preload-symbols false' \
|
33 | 33 | // RUN: -o "script lldb.target.modules[0].FindTypes('::A').GetTypeAtIndex(0)" \
|
34 | 34 | // RUN: -o "statistics dump" \
|
|
46 | 46 | // Run one time with the index cache enabled to populate the index cache. When
|
47 | 47 | // we populate the index cache we have to parse all of the DWARF debug info
|
48 | 48 | // and it is always available.
|
49 |
| -// RUN: rm -rf %T/lldb-index-cache |
| 49 | +// RUN: rm -rf %t.lldb-index-cache |
50 | 50 | // RUN: %lldb \
|
51 | 51 | // RUN: -O 'settings set symbols.enable-lldb-index-cache true' \
|
52 |
| -// RUN: -O 'settings set symbols.lldb-index-cache-path %T/lldb-index-cache' \ |
| 52 | +// RUN: -O 'settings set symbols.lldb-index-cache-path %t.lldb-index-cache' \ |
53 | 53 | // RUN: -O 'settings set target.preload-symbols false' \
|
54 | 54 | // RUN: -o "script lldb.target.modules[0].FindTypes('::A').GetTypeAtIndex(0)" \
|
55 | 55 | // RUN: -o "statistics dump" \
|
|
63 | 63 | // don't crash and that we can find types when using .dwp files.
|
64 | 64 | // RUN: %lldb \
|
65 | 65 | // RUN: -O 'settings set symbols.enable-lldb-index-cache true' \
|
66 |
| -// RUN: -O 'settings set symbols.lldb-index-cache-path %T/lldb-index-cache' \ |
| 66 | +// RUN: -O 'settings set symbols.lldb-index-cache-path %t.lldb-index-cache' \ |
67 | 67 | // RUN: -O 'settings set target.preload-symbols false' \
|
68 | 68 | // RUN: -o "script lldb.target.modules[0].FindTypes('::A').GetTypeAtIndex(0)" \
|
69 | 69 | // RUN: -o "statistics dump" \
|
|
0 commit comments