Skip to content

Commit 8c21699

Browse files
committed
C++: Accept test changes.
1 parent 364a8e7 commit 8c21699

File tree

11 files changed

+33
-0
lines changed

11 files changed

+33
-0
lines changed

cpp/ql/test/library-tests/dataflow/dataflow-edge-tests/additionalEdges.expected

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
WARNING: Module DataFlow has been deprecated and may be removed in future (additionalEdges.ql:31,6-14)
2+
WARNING: Module DataFlow has been deprecated and may be removed in future (additionalEdges.ql:31,31-39)
3+
WARNING: Module DataFlow has been deprecated and may be removed in future (additionalEdges.ql:32,7-15)
14
| tryExcept.c:7:7:7:7 | x | tryExcept.c:14:10:14:10 | x |
25
| tryExcept.c:7:13:7:14 | 0 | tryExcept.c:10:9:10:9 | y |
36
| tryExcept.c:10:9:10:9 | y | tryExcept.c:10:5:10:9 | ... = ... |
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
WARNING: Module DataFlow has been deprecated and may be removed in future (standardEdges.ql:4,6-14)
2+
WARNING: Module DataFlow has been deprecated and may be removed in future (standardEdges.ql:4,31-39)
3+
WARNING: Module DataFlow has been deprecated and may be removed in future (standardEdges.ql:5,7-15)
14
| tryExcept.c:7:13:7:14 | 0 | tryExcept.c:10:9:10:9 | y |
25
| tryExcept.c:10:9:10:9 | y | tryExcept.c:10:5:10:9 | ... = ... |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
WARNING: Module DataFlow has been deprecated and may be removed in future (has-parameter-flow-out.ql:5,18-61)
12
failures
23
testFailures

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
WARNING: Module DataFlow has been deprecated and may be removed in future (localFlow.ql:4,6-14)
2+
WARNING: Module DataFlow has been deprecated and may be removed in future (localFlow.ql:4,31-39)
3+
WARNING: Module DataFlow has been deprecated and may be removed in future (localFlow.ql:6,3-11)
14
| example.c:15:37:15:37 | b | example.c:15:37:15:37 | b |
25
| example.c:15:37:15:37 | b | example.c:19:6:19:6 | b |
36
| example.c:15:44:15:46 | pos | example.c:24:24:24:26 | pos |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
WARNING: Module DataFlow has been deprecated and may be removed in future (test-number-of-outnodes.ql:5,18-61)
12
failures
23
testFailures
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
WARNING: Module DataFlow has been deprecated and may be removed in future (test.ql:19,45-53)
2+
WARNING: Module DataFlow has been deprecated and may be removed in future (test.ql:20,24-32)
3+
WARNING: Module DataFlow has been deprecated and may be removed in future (test.ql:27,15-23)
4+
WARNING: Module DataFlow has been deprecated and may be removed in future (test.ql:33,22-30)
5+
WARNING: Module DataFlow has been deprecated and may be removed in future (test.ql:40,25-33)
6+
WARNING: Module DataFlow has been deprecated and may be removed in future (test.ql:42,17-25)
7+
WARNING: Module DataFlow has been deprecated and may be removed in future (test.ql:46,20-28)
18
failures
29
testFailures

cpp/ql/test/library-tests/dataflow/fields/partial-definition-diff.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
WARNING: Module DataFlow has been deprecated and may be removed in future (partial-definition-diff.ql:7,8-51)
12
| A.cpp:25:13:25:13 | c | AST only |
23
| A.cpp:27:28:27:28 | c | AST only |
34
| A.cpp:28:29:28:29 | this | IR only |

cpp/ql/test/library-tests/dataflow/fields/partial-definition.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
WARNING: Module DataFlow has been deprecated and may be removed in future (partial-definition.ql:6,8-51)
12
| A.cpp:25:7:25:10 | this |
23
| A.cpp:25:13:25:13 | c |
34
| A.cpp:27:22:27:25 | this |
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
WARNING: Module DataFlow has been deprecated and may be removed in future (taint.ql:6,48-56)
2+
WARNING: Module DataFlow has been deprecated and may be removed in future (taint.ql:7,24-32)
3+
WARNING: Module DataFlow has been deprecated and may be removed in future (taint.ql:11,22-30)
4+
WARNING: Module TaintTracking has been deprecated and may be removed in future (taint.ql:19,20-33)
15
failures
26
testFailures

cpp/ql/test/library-tests/dataflow/taint-tests/localTaint.expected

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
WARNING: Module DataFlow has been deprecated and may be removed in future (localTaint.ql:4,6-14)
2+
WARNING: Module DataFlow has been deprecated and may be removed in future (localTaint.ql:4,31-39)
3+
WARNING: Module DataFlow has been deprecated and may be removed in future (localTaint.ql:7,6-14)
4+
WARNING: Module TaintTracking has been deprecated and may be removed in future (localTaint.ql:6,3-16)
15
| arrayassignment.cpp:9:9:9:10 | 0 | arrayassignment.cpp:10:14:10:14 | x | |
26
| arrayassignment.cpp:9:9:9:10 | 0 | arrayassignment.cpp:11:15:11:15 | x | |
37
| arrayassignment.cpp:9:9:9:10 | 0 | arrayassignment.cpp:12:13:12:13 | x | |

0 commit comments

Comments
 (0)