Skip to content

Commit 35f2a47

Browse files
demangle: add a TestCases exception where we get a better result
1 parent a3d5db9 commit 35f2a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cases_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30073,7 +30073,6 @@ var casesExpectedFailures = map[string]bool{
3007330073
"_ZN1XIZ1fIiEvOT_EUlOT_DpT0_E_EclIJEEEvDpT_": true,
3007430074
"_ZN1XIZ1fIiEvOT_EUlS2_DpT0_E_EclIJEEEvDpT_": true,
3007530075
"_ZZZZN6abcdef9abcdefghi29abcdefabcdefabcdefabcefabcdef27xxxxxxxxxxxxxxxxxxxxxxxxxxxEN4absl8DurationERKNSt3__u12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEPNS1_19yyyyyyyyyyyyyyyyyyyEENK3$_5clEvENKUlvE_clEvE6zzzzzz": true,
30076-
"_Z1h1XIJZ1fIiEDaOT_E1AZ1gIdEDaS2_E1BEE": true,
3007730076
}
3007830077

3007930078
// caseExceptions is a list of exceptions from the LLVM list that we
@@ -30084,6 +30083,7 @@ var casesExpectedFailures = map[string]bool{
3008430083
// intentionally should not demangle this case. Otherwise this maps
3008530084
// to the expected demangling.
3008630085
var casesExceptions = map[string]string{
30086+
"_Z1h1XIJZ1fIiEDaOT_E1AZ1gIdEDaS2_E1BEE": "h(X<f<int>(int&&)::A, g<double>(double&&)::B>)",
3008730087
}
3008830088

3008930089
func TestCases(t *testing.T) {

0 commit comments

Comments
 (0)