Skip to content

Commit 3179546

Browse files
authored
Merge pull request github#5058 from yoff/python-add-consistency-checks-to-all-dataflow-test-folders
Python: Add consistency checks to all data-flow test folders
2 parents aa35fca + 6730396 commit 3179546

32 files changed

+304
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
uniqueEnclosingCallable
2+
uniqueType
3+
uniqueNodeLocation
4+
missingLocation
5+
uniqueNodeToString
6+
missingToString
7+
parameterCallable
8+
localFlowIsLocal
9+
compatibleTypesReflexive
10+
unreachableNodeCCtx
11+
localCallNodes
12+
postIsNotPre
13+
postHasUniquePre
14+
uniquePostUpdate
15+
postIsInSameCallable
16+
reverseRead
17+
argHasPostUpdate
18+
postWithInFlow
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import semmle.python.dataflow.new.internal.DataFlowImplConsistency::Consistency
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
uniqueEnclosingCallable
2+
uniqueType
3+
uniqueNodeLocation
4+
missingLocation
5+
uniqueNodeToString
6+
missingToString
7+
parameterCallable
8+
localFlowIsLocal
9+
compatibleTypesReflexive
10+
unreachableNodeCCtx
11+
localCallNodes
12+
postIsNotPre
13+
postHasUniquePre
14+
uniquePostUpdate
15+
postIsInSameCallable
16+
reverseRead
17+
argHasPostUpdate
18+
postWithInFlow
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import semmle.python.dataflow.new.internal.DataFlowImplConsistency::Consistency
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
uniqueEnclosingCallable
2+
uniqueType
3+
uniqueNodeLocation
4+
missingLocation
5+
uniqueNodeToString
6+
missingToString
7+
parameterCallable
8+
localFlowIsLocal
9+
compatibleTypesReflexive
10+
unreachableNodeCCtx
11+
localCallNodes
12+
postIsNotPre
13+
postHasUniquePre
14+
uniquePostUpdate
15+
postIsInSameCallable
16+
reverseRead
17+
argHasPostUpdate
18+
postWithInFlow
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import semmle.python.dataflow.new.internal.DataFlowImplConsistency::Consistency
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
uniqueEnclosingCallable
2+
uniqueType
3+
uniqueNodeLocation
4+
missingLocation
5+
uniqueNodeToString
6+
missingToString
7+
parameterCallable
8+
localFlowIsLocal
9+
compatibleTypesReflexive
10+
unreachableNodeCCtx
11+
localCallNodes
12+
postIsNotPre
13+
postHasUniquePre
14+
uniquePostUpdate
15+
postIsInSameCallable
16+
reverseRead
17+
argHasPostUpdate
18+
postWithInFlow
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import semmle.python.dataflow.new.internal.DataFlowImplConsistency::Consistency
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
uniqueEnclosingCallable
2+
uniqueType
3+
uniqueNodeLocation
4+
missingLocation
5+
uniqueNodeToString
6+
missingToString
7+
parameterCallable
8+
localFlowIsLocal
9+
compatibleTypesReflexive
10+
unreachableNodeCCtx
11+
localCallNodes
12+
postIsNotPre
13+
postHasUniquePre
14+
uniquePostUpdate
15+
postIsInSameCallable
16+
reverseRead
17+
argHasPostUpdate
18+
postWithInFlow
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import semmle.python.dataflow.new.internal.DataFlowImplConsistency::Consistency

0 commit comments

Comments
 (0)