Skip to content

Commit 88f703a

Browse files
committed
DataFlow: Accept changes to .expected
1 parent 4895dab commit 88f703a

26 files changed

+100
-0
lines changed

cpp/ql/test/library-tests/dataflow/dataflow-tests/dataflow-consistency.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ uniqueNodeToString
66
missingToString
77
parameterCallable
88
localFlowIsLocal
9+
readStepIsLocal
10+
storeStepIsLocal
911
compatibleTypesReflexive
1012
unreachableNodeCCtx
1113
localCallNodes

cpp/ql/test/library-tests/dataflow/dataflow-tests/dataflow-ir-consistency.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ uniqueNodeToString
2121
missingToString
2222
parameterCallable
2323
localFlowIsLocal
24+
readStepIsLocal
25+
storeStepIsLocal
2426
compatibleTypesReflexive
2527
unreachableNodeCCtx
2628
localCallNodes

cpp/ql/test/library-tests/dataflow/fields/dataflow-consistency.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ uniqueNodeToString
1212
missingToString
1313
parameterCallable
1414
localFlowIsLocal
15+
readStepIsLocal
16+
storeStepIsLocal
1517
compatibleTypesReflexive
1618
unreachableNodeCCtx
1719
localCallNodes

cpp/ql/test/library-tests/dataflow/fields/dataflow-ir-consistency.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ uniqueNodeToString
1515
missingToString
1616
parameterCallable
1717
localFlowIsLocal
18+
readStepIsLocal
19+
storeStepIsLocal
1820
compatibleTypesReflexive
1921
unreachableNodeCCtx
2022
localCallNodes

cpp/ql/test/library-tests/syntax-zoo/dataflow-consistency.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ uniqueNodeToString
5252
missingToString
5353
parameterCallable
5454
localFlowIsLocal
55+
readStepIsLocal
56+
storeStepIsLocal
5557
compatibleTypesReflexive
5658
unreachableNodeCCtx
5759
localCallNodes

cpp/ql/test/library-tests/syntax-zoo/dataflow-ir-consistency.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,8 @@ uniqueNodeToString
14631463
missingToString
14641464
parameterCallable
14651465
localFlowIsLocal
1466+
readStepIsLocal
1467+
storeStepIsLocal
14661468
compatibleTypesReflexive
14671469
unreachableNodeCCtx
14681470
localCallNodes

python/ql/test/experimental/dataflow/basic/dataflow-consistency.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ uniqueNodeToString
66
missingToString
77
parameterCallable
88
localFlowIsLocal
9+
readStepIsLocal
10+
storeStepIsLocal
911
compatibleTypesReflexive
1012
unreachableNodeCCtx
1113
localCallNodes

python/ql/test/experimental/dataflow/calls/dataflow-consistency.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ uniqueNodeToString
66
missingToString
77
parameterCallable
88
localFlowIsLocal
9+
readStepIsLocal
10+
storeStepIsLocal
911
compatibleTypesReflexive
1012
unreachableNodeCCtx
1113
localCallNodes

python/ql/test/experimental/dataflow/consistency/dataflow-consistency.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ uniqueNodeToString
66
missingToString
77
parameterCallable
88
localFlowIsLocal
9+
readStepIsLocal
10+
storeStepIsLocal
911
compatibleTypesReflexive
1012
unreachableNodeCCtx
1113
localCallNodes

python/ql/test/experimental/dataflow/coverage/dataflow-consistency.expected

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ uniqueNodeToString
66
missingToString
77
parameterCallable
88
localFlowIsLocal
9+
readStepIsLocal
10+
storeStepIsLocal
911
compatibleTypesReflexive
1012
unreachableNodeCCtx
1113
localCallNodes

0 commit comments

Comments
 (0)