Skip to content

Commit 98f9cc2

Browse files
committed
goto-instrument/wmm: do not lookup non-existent symbols in the namespace
Making up function names on the spot resulted in failing namespace lookups. Avoid those lookups altogether and pass in a known symbol. The made-up name should instead be constructed via the suffix parameter, which supports exactly this use case.
1 parent 25a7b36 commit 98f9cc2

File tree

13 files changed

+37
-63
lines changed

13 files changed

+37
-63
lines changed

regression/goto-instrument-wmm-core/ppc_aclwdrr005_POWER_ALL/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
CORE
22
aclwdrr005.c
33
POWER ALL
44
^EXIT=0$

regression/goto-instrument-wmm-core/ppc_aclwdrr005_POWER_OPC/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
CORE
22
aclwdrr005.c
33
POWER OPC
44
^EXIT=0$

regression/goto-instrument-wmm-core/ppc_aclwdrr015_POWER_ALL/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
THOROUGH
22
aclwdrr015.c
33
POWER ALL
44
^EXIT=10$

regression/goto-instrument-wmm-core/ppc_aclwdrr015_POWER_OPC/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
THOROUGH
22
aclwdrr015.c
33
POWER OPC
44
^EXIT=10$

regression/goto-instrument-wmm-core/ppc_aclwsrr000_RMO_ALL/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
THOROUGH
22
aclwsrr000.c
33
RMO ALL
44
^EXIT=0$

regression/goto-instrument-wmm-core/ppc_aclwsrr000_RMO_OPC/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
THOROUGH
22
aclwsrr000.c
33
RMO OPC
44
^EXIT=0$

regression/goto-instrument-wmm-core/ppc_aclwsrr002_POWER_ALL/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
THOROUGH
22
aclwsrr002.c
33
POWER ALL
44
^EXIT=0$

regression/goto-instrument-wmm-core/ppc_aclwsrr002_POWER_OPC/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
THOROUGH
22
aclwsrr002.c
33
POWER OPC
44
^EXIT=0$

regression/goto-instrument-wmm-core/ppc_aclwsrr002_RMO_ALL/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
THOROUGH
22
aclwsrr002.c
33
RMO ALL
44
^EXIT=0$

regression/goto-instrument-wmm-core/ppc_aclwsrr002_RMO_OPC/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
THOROUGH
22
aclwsrr002.c
33
RMO OPC
44
^EXIT=0$

0 commit comments

Comments
 (0)