-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: These tests were using a precomputed hiedb as the test source. Migrated them to use the `glean/lang/haskell/tests/code` as the test source and generate the hiedb dynamically at test runtime Reviewed By: malanka Differential Revision: D62429900 fbshipit-source-id: 9138a82d9b7429028263f81986314c66b200b503
- Loading branch information
1 parent
8d71e99
commit e2349da
Showing
13 changed files
with
233 additions
and
2,615 deletions.
There are no files selected for viewing
596 changes: 12 additions & 584 deletions
596
glean/lang/codemarkup/tests/haskell/cases/input_key/entity_location.out
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 1 addition & 6 deletions
7
glean/lang/codemarkup/tests/haskell/cases/input_key/entity_uses.perf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
{ | ||
"@generated": null, | ||
"hs.Definition.2": 1, | ||
"hs.DefinitionName.1": 1, | ||
"hs.TargetUses.2": 1 | ||
} | ||
{ "@generated": null, "hs.TargetUses.2": 3 } |
3 changes: 1 addition & 2 deletions
3
glean/lang/codemarkup/tests/haskell/cases/input_key/entity_uses.query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
query: | | ||
codemarkup.EntityUses {target = {hs = { definition = {name = "Lib.Input.InputKey.fetchDefault"}}}} | ||
query: codemarkup.EntityUses _ | ||
perf: true | ||
transform: [gensort, []] |
Oops, something went wrong.