Skip to content

Commit c7a746e

Browse files
committed
Flow summary tests
1 parent 3e3ecee commit c7a746e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

csharp/ql/test/library-tests/dataflow/library/FlowSummaries.expected

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,43 @@ source
1717
| System.IO;File;false;Create;(System.String,System.Int32,System.IO.FileOptions);;ReturnValue;file-write;manual |
1818
| System.IO;File;false;CreateText;(System.String);;ReturnValue;file-write;manual |
1919
| System.IO;File;false;Open;(System.String,System.IO.FileMode);;ReturnValue;file-write;manual |
20+
| System.IO;File;false;Open;(System.String,System.IO.FileMode);;ReturnValue;file;manual |
2021
| System.IO;File;false;Open;(System.String,System.IO.FileMode,System.IO.FileAccess);;ReturnValue;file-write;manual |
22+
| System.IO;File;false;Open;(System.String,System.IO.FileMode,System.IO.FileAccess);;ReturnValue;file;manual |
2123
| System.IO;File;false;Open;(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare);;ReturnValue;file-write;manual |
24+
| System.IO;File;false;Open;(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare);;ReturnValue;file;manual |
2225
| System.IO;File;false;Open;(System.String,System.IO.FileStreamOptions);;ReturnValue;file-write;manual |
26+
| System.IO;File;false;Open;(System.String,System.IO.FileStreamOptions);;ReturnValue;file;manual |
27+
| System.IO;File;false;OpenRead;(System.String);;ReturnValue;file;manual |
28+
| System.IO;File;false;OpenText;(System.String);;ReturnValue;file;manual |
2329
| System.IO;File;false;OpenWrite;(System.String);;ReturnValue;file-write;manual |
30+
| System.IO;File;false;ReadAllBytes;(System.String);;ReturnValue;file;manual |
31+
| System.IO;File;false;ReadAllBytesAsync;(System.String,System.Threading.CancellationToken);;ReturnValue;file;manual |
32+
| System.IO;File;false;ReadAllLines;(System.String);;ReturnValue;file;manual |
33+
| System.IO;File;false;ReadAllLines;(System.String,System.Text.Encoding);;ReturnValue;file;manual |
34+
| System.IO;File;false;ReadAllLinesAsync;(System.String,System.Text.Encoding,System.Threading.CancellationToken);;ReturnValue;file;manual |
35+
| System.IO;File;false;ReadAllLinesAsync;(System.String,System.Threading.CancellationToken);;ReturnValue;file;manual |
36+
| System.IO;File;false;ReadAllText;(System.String);;ReturnValue;file;manual |
37+
| System.IO;File;false;ReadAllText;(System.String,System.Text.Encoding);;ReturnValue;file;manual |
38+
| System.IO;File;false;ReadAllTextAsync;(System.String,System.Text.Encoding,System.Threading.CancellationToken);;ReturnValue;file;manual |
39+
| System.IO;File;false;ReadAllTextAsync;(System.String,System.Threading.CancellationToken);;ReturnValue;file;manual |
40+
| System.IO;File;false;ReadLines;(System.String);;ReturnValue;file;manual |
41+
| System.IO;File;false;ReadLines;(System.String,System.Text.Encoding);;ReturnValue;file;manual |
42+
| System.IO;File;false;ReadLinesAsync;(System.String,System.Text.Encoding,System.Threading.CancellationToken);;ReturnValue;file;manual |
43+
| System.IO;File;false;ReadLinesAsync;(System.String,System.Threading.CancellationToken);;ReturnValue;file;manual |
2444
| System.IO;FileInfo;false;AppendText;();;ReturnValue;file-write;manual |
2545
| System.IO;FileInfo;false;Create;();;ReturnValue;file-write;manual |
2646
| System.IO;FileInfo;false;CreateText;();;ReturnValue;file-write;manual |
2747
| System.IO;FileInfo;false;Open;(System.IO.FileMode);;ReturnValue;file-write;manual |
48+
| System.IO;FileInfo;false;Open;(System.IO.FileMode);;ReturnValue;file;manual |
2849
| System.IO;FileInfo;false;Open;(System.IO.FileMode,System.IO.FileAccess);;ReturnValue;file-write;manual |
50+
| System.IO;FileInfo;false;Open;(System.IO.FileMode,System.IO.FileAccess);;ReturnValue;file;manual |
2951
| System.IO;FileInfo;false;Open;(System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare);;ReturnValue;file-write;manual |
52+
| System.IO;FileInfo;false;Open;(System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare);;ReturnValue;file;manual |
3053
| System.IO;FileInfo;false;Open;(System.IO.FileStreamOptions);;ReturnValue;file-write;manual |
54+
| System.IO;FileInfo;false;Open;(System.IO.FileStreamOptions);;ReturnValue;file;manual |
55+
| System.IO;FileInfo;false;OpenRead;();;ReturnValue;file;manual |
56+
| System.IO;FileInfo;false;OpenText;();;ReturnValue;file;manual |
3157
| System.IO;FileInfo;false;OpenWrite;();;ReturnValue;file-write;manual |
3258
| System.IO;FileStream;false;FileStream;(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess);;Argument[this];file-write;manual |
3359
| System.IO;FileStream;false;FileStream;(Microsoft.Win32.SafeHandles.SafeFileHandle,System.IO.FileAccess);;Argument[this];file;manual |

0 commit comments

Comments
 (0)