File tree Expand file tree Collapse file tree 2 files changed +9
-19
lines changed
swift/ql/test/library-tests/dataflow/dataflow Expand file tree Collapse file tree 2 files changed +9
-19
lines changed Original file line number Diff line number Diff line change 1
1
failures
2
2
testFailures
3
- | test.swift:733:15:733:17 | ...! | Unexpected result: flow=723 |
4
- | test.swift:733:20:734:1 | // $ flow=710\n | Missing result:flow=710 |
5
- | test.swift:734:15:734:17 | ...! | Unexpected result: flow=724 |
6
- | test.swift:734:20:735:1 | // $ flow=711\n | Missing result:flow=711 |
7
- | test.swift:735:15:735:15 | v3 | Unexpected result: flow=725 |
8
- | test.swift:735:19:736:1 | // $ flow=712\n | Missing result:flow=712 |
9
- | test.swift:737:15:737:21 | ...! | Unexpected result: flow=727 |
10
- | test.swift:737:24:738:1 | // $ flow=714\n | Missing result:flow=714 |
11
- | test.swift:738:15:738:19 | .v3 | Unexpected result: flow=728 |
12
- | test.swift:738:23:739:1 | // $ flow=715\n | Missing result:flow=715 |
Original file line number Diff line number Diff line change @@ -730,13 +730,13 @@ func testWriteOptional() {
730
730
mo2!. v2 = source ( )
731
731
mo2!. v3 = source ( )
732
732
733
- sink ( arg: v1!) // $ flow=710
734
- sink ( arg: v2!) // $ flow=711
735
- sink ( arg: v3) // $ flow=712
736
- sink ( arg: mo1. v1!) // $ MISSING:flow=713
737
- sink ( arg: mo1. v2!) // $ flow=714
738
- sink ( arg: mo1. v3) // $ flow=715
739
- sink ( arg: mo2!. v1!) // $ MISSING:flow=716
740
- sink ( arg: mo2!. v2!) // $ MISSING:flow=717
741
- sink ( arg: mo2!. v3) // $ MISSING:flow=718
733
+ sink ( arg: v1!) // $ flow=723
734
+ sink ( arg: v2!) // $ flow=724
735
+ sink ( arg: v3) // $ flow=725
736
+ sink ( arg: mo1. v1!) // $ MISSING:flow=726
737
+ sink ( arg: mo1. v2!) // $ flow=727
738
+ sink ( arg: mo1. v3) // $ flow=728
739
+ sink ( arg: mo2!. v1!) // $ MISSING:flow=729
740
+ sink ( arg: mo2!. v2!) // $ MISSING:flow=730
741
+ sink ( arg: mo2!. v3) // $ MISSING:flow=731
742
742
}
You can’t perform that action at this time.
0 commit comments