Skip to content

Commit 3ddecd4

Browse files
authored
Merge pull request #19836 from github/redsun82/rust-fix-test-flakiness
Rust: yet another tentative fix to test flakiness
2 parents ac8b41a + 01b84a8 commit 3ddecd4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

rust/ql/test/query-tests/security/CWE-770/CONSISTENCY/PathResolutionConsistency.expected

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
multiplePathResolutions
2-
| main.rs:218:14:218:17 | libc | file://:0:0:0:0 | Crate([email protected].173) |
2+
| main.rs:218:14:218:17 | libc | file://:0:0:0:0 | Crate([email protected].172) |
33
| main.rs:218:14:218:17 | libc | file://:0:0:0:0 | Crate([email protected]) |
44
| main.rs:218:14:218:25 | ...::malloc | file://:0:0:0:0 | fn malloc |
55
| main.rs:218:14:218:25 | ...::malloc | file://:0:0:0:0 | fn malloc |
6-
| main.rs:219:13:219:16 | libc | file://:0:0:0:0 | Crate([email protected].173) |
6+
| main.rs:219:13:219:16 | libc | file://:0:0:0:0 | Crate([email protected].172) |
77
| main.rs:219:13:219:16 | libc | file://:0:0:0:0 | Crate([email protected]) |
88
| main.rs:219:13:219:24 | ...::malloc | file://:0:0:0:0 | fn malloc |
99
| main.rs:219:13:219:24 | ...::malloc | file://:0:0:0:0 | fn malloc |
10-
| main.rs:220:13:220:16 | libc | file://:0:0:0:0 | Crate([email protected].173) |
10+
| main.rs:220:13:220:16 | libc | file://:0:0:0:0 | Crate([email protected].172) |
1111
| main.rs:220:13:220:16 | libc | file://:0:0:0:0 | Crate([email protected]) |
1212
| main.rs:220:13:220:31 | ...::aligned_alloc | file://:0:0:0:0 | fn aligned_alloc |
1313
| main.rs:220:13:220:31 | ...::aligned_alloc | file://:0:0:0:0 | fn aligned_alloc |
14-
| main.rs:221:13:221:16 | libc | file://:0:0:0:0 | Crate([email protected].173) |
14+
| main.rs:221:13:221:16 | libc | file://:0:0:0:0 | Crate([email protected].172) |
1515
| main.rs:221:13:221:16 | libc | file://:0:0:0:0 | Crate([email protected]) |
1616
| main.rs:221:13:221:31 | ...::aligned_alloc | file://:0:0:0:0 | fn aligned_alloc |
1717
| main.rs:221:13:221:31 | ...::aligned_alloc | file://:0:0:0:0 | fn aligned_alloc |
18-
| main.rs:222:13:222:16 | libc | file://:0:0:0:0 | Crate([email protected].173) |
18+
| main.rs:222:13:222:16 | libc | file://:0:0:0:0 | Crate([email protected].172) |
1919
| main.rs:222:13:222:16 | libc | file://:0:0:0:0 | Crate([email protected]) |
2020
| main.rs:222:13:222:24 | ...::calloc | file://:0:0:0:0 | fn calloc |
2121
| main.rs:222:13:222:24 | ...::calloc | file://:0:0:0:0 | fn calloc |
22-
| main.rs:223:13:223:16 | libc | file://:0:0:0:0 | Crate([email protected].173) |
22+
| main.rs:223:13:223:16 | libc | file://:0:0:0:0 | Crate([email protected].172) |
2323
| main.rs:223:13:223:16 | libc | file://:0:0:0:0 | Crate([email protected]) |
2424
| main.rs:223:13:223:24 | ...::calloc | file://:0:0:0:0 | fn calloc |
2525
| main.rs:223:13:223:24 | ...::calloc | file://:0:0:0:0 | fn calloc |
26-
| main.rs:224:13:224:16 | libc | file://:0:0:0:0 | Crate([email protected].173) |
26+
| main.rs:224:13:224:16 | libc | file://:0:0:0:0 | Crate([email protected].172) |
2727
| main.rs:224:13:224:16 | libc | file://:0:0:0:0 | Crate([email protected]) |
2828
| main.rs:224:13:224:25 | ...::realloc | file://:0:0:0:0 | fn realloc |
2929
| main.rs:224:13:224:25 | ...::realloc | file://:0:0:0:0 | fn realloc |

rust/ql/test/query-tests/security/CWE-770/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
qltest_use_nightly: true
22
qltest_dependencies:
3-
- libc = { version = "0.2.11" }
3+
- libc = { version = "0.2.174" }

0 commit comments

Comments
 (0)