Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3d3d6e

Browse files
committed
Python: Move logical test of sanitizers
Don't know why it would ever have been under default sanitizers :D
1 parent 4c7c940 commit b3d3d6e

3 files changed

Lines changed: 28 additions & 28 deletions

File tree

python/ql/test/experimental/dataflow/tainttracking/customSanitizer/TestTaint.expected

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ test_taint
44
| test.py:38 | ok | test_custom_sanitizer_guard | s |
55
| test.py:40 | ok | test_custom_sanitizer_guard | s |
66
| test.py:51 | ok | test_escape | s2 |
7+
| test_logical.py:30 | fail | test_basic | s |
8+
| test_logical.py:32 | ok | test_basic | s |
9+
| test_logical.py:35 | ok | test_basic | s |
10+
| test_logical.py:37 | fail | test_basic | s |
11+
| test_logical.py:45 | ok | test_or | s |
12+
| test_logical.py:47 | ok | test_or | s |
13+
| test_logical.py:51 | ok | test_or | s |
14+
| test_logical.py:53 | ok | test_or | s |
15+
| test_logical.py:57 | ok | test_or | s |
16+
| test_logical.py:59 | ok | test_or | s |
17+
| test_logical.py:67 | fail | test_and | s |
18+
| test_logical.py:69 | ok | test_and | s |
19+
| test_logical.py:73 | ok | test_and | s |
20+
| test_logical.py:75 | fail | test_and | s |
21+
| test_logical.py:79 | ok | test_and | s |
22+
| test_logical.py:81 | fail | test_and | s |
23+
| test_logical.py:89 | fail | test_tricky | s |
24+
| test_logical.py:93 | fail | test_tricky | s_ |
25+
| test_logical.py:100 | fail | test_nesting_not | s |
26+
| test_logical.py:102 | ok | test_nesting_not | s |
27+
| test_logical.py:105 | ok | test_nesting_not | s |
28+
| test_logical.py:107 | fail | test_nesting_not | s |
29+
| test_logical.py:116 | ok | test_nesting_not_with_and_true | s |
30+
| test_logical.py:118 | fail | test_nesting_not_with_and_true | s |
31+
| test_logical.py:121 | fail | test_nesting_not_with_and_true | s |
32+
| test_logical.py:123 | ok | test_nesting_not_with_and_true | s |
33+
| test_logical.py:126 | ok | test_nesting_not_with_and_true | s |
34+
| test_logical.py:128 | fail | test_nesting_not_with_and_true | s |
735
isSanitizer
836
| TestTaintTrackingConfiguration | test.py:21:39:21:39 | ControlFlowNode for s |
937
| TestTaintTrackingConfiguration | test.py:50:10:50:29 | ControlFlowNode for emulated_escaping() |

python/ql/test/experimental/dataflow/tainttracking/defaultSanitizer/test_logical.py renamed to python/ql/test/experimental/dataflow/tainttracking/customSanitizer/test_logical.py

File renamed without changes.

python/ql/test/experimental/dataflow/tainttracking/defaultSanitizer/TestTaint.expected

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
| test_logical.py:30 | fail | test_basic | s |
2-
| test_logical.py:32 | ok | test_basic | s |
3-
| test_logical.py:35 | ok | test_basic | s |
4-
| test_logical.py:37 | fail | test_basic | s |
5-
| test_logical.py:45 | ok | test_or | s |
6-
| test_logical.py:47 | ok | test_or | s |
7-
| test_logical.py:51 | ok | test_or | s |
8-
| test_logical.py:53 | ok | test_or | s |
9-
| test_logical.py:57 | ok | test_or | s |
10-
| test_logical.py:59 | ok | test_or | s |
11-
| test_logical.py:67 | fail | test_and | s |
12-
| test_logical.py:69 | ok | test_and | s |
13-
| test_logical.py:73 | ok | test_and | s |
14-
| test_logical.py:75 | fail | test_and | s |
15-
| test_logical.py:79 | ok | test_and | s |
16-
| test_logical.py:81 | fail | test_and | s |
17-
| test_logical.py:89 | fail | test_tricky | s |
18-
| test_logical.py:93 | fail | test_tricky | s_ |
19-
| test_logical.py:100 | fail | test_nesting_not | s |
20-
| test_logical.py:102 | ok | test_nesting_not | s |
21-
| test_logical.py:105 | ok | test_nesting_not | s |
22-
| test_logical.py:107 | fail | test_nesting_not | s |
23-
| test_logical.py:116 | ok | test_nesting_not_with_and_true | s |
24-
| test_logical.py:118 | fail | test_nesting_not_with_and_true | s |
25-
| test_logical.py:121 | fail | test_nesting_not_with_and_true | s |
26-
| test_logical.py:123 | ok | test_nesting_not_with_and_true | s |
27-
| test_logical.py:126 | ok | test_nesting_not_with_and_true | s |
28-
| test_logical.py:128 | fail | test_nesting_not_with_and_true | s |
291
| test_string_eq.py:16 | fail | const_eq_clears_taint | ts |
302
| test_string_eq.py:18 | ok | const_eq_clears_taint | ts |
313
| test_string_eq.py:20 | ok | const_eq_clears_taint | ts |

0 commit comments

Comments
 (0)