mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Ensure total ranking order to avoid ambiguous results
This commit is contained in:
@@ -954,7 +954,7 @@ module TestPostProcessing {
|
|||||||
f0 = MkTestFailure(fl, message) and
|
f0 = MkTestFailure(fl, message) and
|
||||||
fl.getLocation().hasLocationInfo(filename, startLine, startColumn, endLine, endColumn)
|
fl.getLocation().hasLocationInfo(filename, startLine, startColumn, endLine, endColumn)
|
||||||
|
|
|
|
||||||
f0 order by filename, startLine, startColumn, endLine, endColumn, message
|
f0 order by filename, startLine, startColumn, endLine, endColumn, message, fl.toString()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user