mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
raw test output
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
#select
|
||||
| SuspiciousInvocation.js:11:5:11:58 | error(" ... status) | Callee is not a function: it has type undefined. |
|
||||
| namespace.ts:23:1:23:3 | g() | Callee is not a function: it has type object. |
|
||||
| optional-chaining.js:3:5:3:7 | a() | Callee is not a function: it has type null. |
|
||||
| optional-chaining.js:7:5:7:7 | b() | Callee is not a function: it has type undefined. |
|
||||
| super.js:10:5:10:11 | super() | Callee is not a function: it has type number. |
|
||||
| unreachable-code.js:5:9:5:11 | f() | Callee is not a function: it has type undefined. |
|
||||
testFailures
|
||||
| SuspiciousInvocation.js:11:5:11:58 | Callee is not a function: it has type undefined. | Unexpected result: Alert |
|
||||
| eval.js:9:13:9:50 | // $ Al ... flagged | Missing result: Alert |
|
||||
| optional-chaining.js:3:5:3:7 | Callee is not a function: it has type null. | Unexpected result: Alert |
|
||||
| optional-chaining.js:7:5:7:7 | Callee is not a function: it has type undefined. | Unexpected result: Alert |
|
||||
| unreachable-code.js:5:9:5:11 | Callee is not a function: it has type undefined. | Unexpected result: Alert |
|
||||
|
||||
Reference in New Issue
Block a user