Anders Schack-Mulligen
|
e7e5f75949
|
Ruby: Accept test changes.
|
2025-03-25 12:31:04 +01:00 |
|
Tom Hvitved
|
a574c9f276
|
Ruby: Add SyntheticGlobal test
|
2025-03-12 09:22:41 +01:00 |
|
Anders Schack-Mulligen
|
97a3411c0c
|
Ruby: Accept test output.
|
2025-03-06 13:58:14 +01:00 |
|
Anders Schack-Mulligen
|
122034fe8c
|
Ruby: Switch test to use dedicated test module.
|
2025-03-04 12:24:23 +01:00 |
|
Anders Schack-Mulligen
|
1f628d0f86
|
Ruby: Remove reference to SsaInputNode.
|
2025-02-25 10:01:57 +01:00 |
|
Anders Schack-Mulligen
|
95cbd21a62
|
Ruby: Accept test change following SSA bugfix.
This is a result of the commit "SSA: Fix bug in guards for ssa input
nodes."
|
2025-02-25 09:59:35 +01:00 |
|
Anders Schack-Mulligen
|
8e609b19f5
|
Ruby: Accept qltest change.
This is a result of the bugfix in the commit named
"C#/Ruby/Rust: Fix bug in adjacentReadPairSameVar"
|
2025-02-20 10:33:44 +01:00 |
|
yoff
|
4b53e1c034
|
Merge pull request #18304 from yoff/ruby/performance-queries
Ruby: Query for database calls in a loop
|
2025-02-17 13:16:07 +01:00 |
|
yoff
|
0912e3b024
|
ruby: use inline expectation tests
|
2025-02-11 12:51:25 +01:00 |
|
Simon Friis Vindum
|
7c57962add
|
Merge branch 'main' into shared-bb-dominates
|
2025-02-11 09:31:06 +01:00 |
|
Anders Schack-Mulligen
|
34edda6b9b
|
C#/Ruby/Rust: Deprecate dead code.
|
2025-02-10 14:24:38 +01:00 |
|
yoff
|
921104306a
|
ruby: clean up logic and add test
use the CFG more than the AST
|
2025-02-07 23:43:27 +01:00 |
|
yoff
|
58fb592822
|
ruby: add tests
|
2025-02-07 13:50:27 +01:00 |
|
Simon Friis Vindum
|
820d2cbeb8
|
Shared: Use edge dominance in basic block library
|
2025-02-06 10:38:32 +01:00 |
|
erik-krogh
|
7b1b366d98
|
ruby: update ruby tests after deleting deprecated test predicates
|
2025-01-27 22:17:00 +01:00 |
|
erik-krogh
|
34f5f61a10
|
all: use my script to delete outdated deprecations
|
2025-01-27 22:16:48 +01:00 |
|
Tom Hvitved
|
253ccd1210
|
Merge pull request #14303 from hvitved/ruby/must-flow
Ruby: Implement `localMustFlowStep `
|
2025-01-27 12:51:29 +01:00 |
|
Simon Friis Vindum
|
e13a7a224f
|
Merge branch 'main' into shared-basic-block-library
|
2025-01-24 09:54:26 +01:00 |
|
Simon Friis Vindum
|
ce5c886ad4
|
Rust, Ruby: Add basic block test
|
2025-01-15 15:24:26 +01:00 |
|
Tom Hvitved
|
de0deabe4c
|
Ruby: Implement localMustFlowStep
|
2025-01-09 10:37:43 +01:00 |
|
Tom Hvitved
|
07910b09d0
|
Ruby: Add more callback flow tests
|
2025-01-09 09:30:08 +01:00 |
|
Tom Hvitved
|
978a816f11
|
Ruby: Track types in data flow
|
2025-01-06 13:26:10 +01:00 |
|
Asger F
|
be939dca29
|
Merge pull request #14350 from asgerf/shared/deduplicate-path-graph
Shared: Add DataFlow::DeduplicatePathGraph
|
2024-12-18 14:04:29 +01:00 |
|
Michael Nebel
|
138e294dae
|
Ruby: Update all test util paths to point to the new location.
|
2024-12-12 13:54:37 +01:00 |
|
Michael Nebel
|
157afff135
|
Ruby: Move test utilities into the query pack.
|
2024-12-12 13:54:35 +01:00 |
|
Asger F
|
f9c0ba3826
|
Ruby: use DeduplicatePathGraph in CodeInjection query
|
2024-12-11 11:48:15 +01:00 |
|
Jeroen Ketema
|
ca40b60e62
|
Ruby: update expected test results
|
2024-12-03 19:18:46 +01:00 |
|
Tom Hvitved
|
03ffaac87a
|
Merge pull request #17880 from hvitved/ruby/symbol-string-key-indifference
Ruby: Do not distinguish between symbols and strings in hash keys
|
2024-11-01 10:43:56 +01:00 |
|
Tom Hvitved
|
6b60865d7e
|
Ruby: Do not distinguish between symbols and strings in hash keys
|
2024-10-31 11:42:09 +01:00 |
|
Tom Hvitved
|
f04a55ecb5
|
Ruby: Update hash extension tests
|
2024-10-31 11:00:33 +01:00 |
|
Tom Hvitved
|
5b5ca05e87
|
Ruby: Post-processing query for inline test expectations
|
2024-10-29 13:35:33 +01:00 |
|
Tom Hvitved
|
7c4d5981dd
|
Shared: Add missing spaces in inline test expectation output
|
2024-10-25 13:23:03 +02:00 |
|
Geoffrey White
|
04c7319b6b
|
Merge pull request #17647 from geoffw0/warnings
Rust: More information about extractor errors and warnings
|
2024-10-10 16:19:15 +01:00 |
|
Tom Hvitved
|
f1afa2bf59
|
Ruby: Fix expected test output
|
2024-10-07 09:16:12 +02:00 |
|
Geoffrey White
|
86cc2dc5a1
|
Ruby: Add rb/diagnostics/extraction-warnings so that we don't miss anything we had before.
|
2024-10-03 17:40:17 +01:00 |
|
Geoffrey White
|
1ea94faccf
|
Ruby: Make similar changes to differentiate extraction errors and warnings, and mostly restore original behaviour.
|
2024-10-03 17:39:56 +01:00 |
|
Tom Hvitved
|
6a11120e50
|
Address review comments
|
2024-09-24 14:21:40 +02:00 |
|
Tom Hvitved
|
f287216060
|
Update expected test output
|
2024-09-24 14:21:38 +02:00 |
|
Tom Hvitved
|
16813240ae
|
Shared: Do not use @kind graph for CFG test output
|
2024-09-19 18:13:31 +02:00 |
|
Tom Hvitved
|
ed9008a064
|
Update expected test output
|
2024-09-18 13:51:02 +02:00 |
|
Tom Hvitved
|
c92c96fa78
|
Data flow: Compute local big step relation per stage
|
2024-08-26 09:15:27 +02:00 |
|
Tom Hvitved
|
cb1b1da422
|
Ruby: Add another array flow test
|
2024-08-21 19:06:53 +02:00 |
|
Tom Hvitved
|
d15e1b5598
|
Ruby: Prevent synthetic splat matching for actual splats at same positions
|
2024-08-20 16:21:59 +02:00 |
|
Tom Hvitved
|
c4b0f81883
|
Ruby: Prevent positional matching when preceded by a splat
|
2024-08-20 16:21:58 +02:00 |
|
Tom Hvitved
|
20dc242830
|
Ruby: Rework hash splat argument/parameter matching
|
2024-08-20 16:21:57 +02:00 |
|
Tom Hvitved
|
6d4f3bd014
|
Ruby: Rework splat argument/parameter matching
|
2024-08-20 16:21:56 +02:00 |
|
Tom Hvitved
|
c9aaba677d
|
Ruby: Update expected test output
|
2024-08-13 13:34:46 +02:00 |
|
Tom Hvitved
|
f83df76928
|
Shared: Apply ShowProvenance in InlineFlowTest.qll
|
2024-08-13 13:34:43 +02:00 |
|
Tom Hvitved
|
0f1b5327ef
|
Ruby: Update expected test output
|
2024-08-06 13:58:05 +02:00 |
|
Anders Schack-Mulligen
|
9724516c84
|
C#/Go/Java/Python/Ruby: Accept qltest .expected changes.
|
2024-07-31 14:45:10 +02:00 |
|