Skip to content

Commit fb90d2a

Browse files
committed
Python points-to: Update test results for fixed ESSA computation.
1 parent 08b9994 commit fb90d2a

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

python/ql/test/library-tests/PointsTo/new/Dataflow.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,18 +698,15 @@
698698
| r_regressions.py:61 | obj_0 = ParameterDefinition |
699699
| r_regressions.py:61 | obj_3 = phi(obj_1, obj_2) |
700700
| r_regressions.py:62 | is_class_0 = isinstance() |
701-
| r_regressions.py:62 | name_2 = CallsiteRefinement(name_1) |
702701
| r_regressions.py:62 | obj_1 = ArgumentRefinement(obj_0) |
703702
| r_regressions.py:64 | is_class_1 = Pi(is_class_0) [true] |
704-
| r_regressions.py:64 | name_3 = CallsiteRefinement(name_2) |
705703
| r_regressions.py:66 | func_1 = obj |
706704
| r_regressions.py:66 | is_class_2 = Pi(is_class_0) [false] |
707705
| r_regressions.py:68 | _wrapper_0 = FunctionExpr |
708706
| r_regressions.py:68 | args_0 = ParameterDefinition |
709707
| r_regressions.py:68 | func_2 = phi(func_0, func_1) |
710708
| r_regressions.py:68 | is_class_3 = phi(is_class_1, is_class_2) |
711709
| r_regressions.py:68 | kwargs_0 = ParameterDefinition |
712-
| r_regressions.py:68 | name_4 = phi(name_2, name_3) |
713710
| r_regressions.py:68 | self_0 = ParameterDefinition |
714711
| r_regressions.py:73 | is_class_4 = Pi(is_class_3) [true] |
715712
| r_regressions.py:73 | obj_2 = ArgumentRefinement(obj_1) |

python/ql/test/library-tests/PointsTo/new/SourceNodeDefinitions.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
| b_condition.py:82 | Local Variable foo | ControlFlowNode for callable() | refinement |
104104
| b_condition.py:83 | Local Variable bar | ControlFlowNode for bar | definition |
105105
| b_condition.py:83 | Local Variable foo | Entry node for Function bar | definition |
106-
| b_condition.py:84 | Local Variable foo | ControlFlowNode for foo() | refinement |
107106
| b_condition.py:87 | Global Variable split_bool1 | ControlFlowNode for split_bool1 | definition |
108107
| b_condition.py:87 | Local Variable x | ControlFlowNode for x | definition |
109108
| b_condition.py:87 | Local Variable y | ControlFlowNode for y | definition |

python/ql/test/library-tests/PointsTo/new/SsaUses.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,8 @@
148148
| b_condition.py:79 | t_3 | ControlFlowNode for t |
149149
| b_condition.py:81 | bar_2 | Exit node for Function odasa6261 |
150150
| b_condition.py:81 | foo_5 | Exit node for Function odasa6261 |
151-
| b_condition.py:82 | foo_0 | ControlFlowNode for callable() |
152151
| b_condition.py:82 | foo_0 | ControlFlowNode for foo |
153152
| b_condition.py:84 | foo_3 | ControlFlowNode for foo |
154-
| b_condition.py:84 | foo_3 | ControlFlowNode for foo() |
155153
| b_condition.py:87 | x_3 | Exit node for Function split_bool1 |
156154
| b_condition.py:87 | x_8 | Exit node for Function split_bool1 |
157155
| b_condition.py:87 | y_3 | Exit node for Function split_bool1 |

python/ql/test/library-tests/PointsTo/new/VarUses.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,8 @@
175175
| b_condition.py:81 | bar | Exit node for Function odasa6261 |
176176
| b_condition.py:81 | foo | Exit node for Function odasa6261 |
177177
| b_condition.py:82 | callable | ControlFlowNode for callable |
178-
| b_condition.py:82 | foo | ControlFlowNode for callable() |
179178
| b_condition.py:82 | foo | ControlFlowNode for foo |
180179
| b_condition.py:84 | foo | ControlFlowNode for foo |
181-
| b_condition.py:84 | foo | ControlFlowNode for foo() |
182180
| b_condition.py:87 | x | Exit node for Function split_bool1 |
183181
| b_condition.py:87 | y | Exit node for Function split_bool1 |
184182
| b_condition.py:88 | x | ControlFlowNode for x |

0 commit comments

Comments
 (0)