Skip to content

Commit a42509f

Browse files
Catherine Gasnierfacebook-github-bot
authored andcommitted
make regression tests more robust to swift USR changes
Summary: D77932015 fixed those tests after a Pika update. Let's make these tests more robust against internal compiler changes. Reviewed By: iamirzhan Differential Revision: D77934629 fbshipit-source-id: e7266ec77afd5aa902376d6e47e27624facebedf
1 parent 57d03ae commit a42509f

12 files changed

Lines changed: 18 additions & 7639 deletions

glean/lang/swift/tests/regression/displayNameSymbol.out

Lines changed: 1 addition & 2198 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"@generated": null,
3-
"facts_searched": { "scip.DisplayNameSymbol.1": 319 },
4-
"full_scans": [ "scip.DisplayNameSymbol.1" ]
3+
"facts_searched": { "scip.DisplayName.1": 1, "scip.DisplayNameSymbol.1": 1 },
4+
"full_scans": [ ]
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
query: scip.DisplayNameSymbol _
1+
query: scip.DisplayNameSymbol { displayName = "CGPoint" }
22
perf: True
33
transform: [gensort, []]

0 commit comments

Comments
 (0)