Skip to content

Commit

Permalink
[mlgo] Fix test post 42d4840
Browse files Browse the repository at this point in the history
The opcodes got bumped, and an expected 1299 became 1300.
  • Loading branch information
mtrofin committed Nov 22, 2023
1 parent c1146f3 commit 06e113a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
; Also, the first eviction problem is significantly less than 300 instructions. Check
; that there is a zero value.
; Note: we're regex-ing some of the opcodes to avoid test flakyness.
; CHECK: instructions: 19,{{([0-9]{4})}},12{{([0-9]{2})}},12{{([0-9]{2})}},{{.*}},0,
; CHECK: instructions: 19,{{([0-9]{4})}},12{{([0-9]{2})}},13{{([0-9]{2})}},{{.*}},0,
; Only the candidate virtreg and the 10th LR are included in this problem. Make
; sure the other LRs have values of zero. There are 2700 0s followed by some 1s.
; There's a limit to how many repetitions can be matched.
Expand Down

0 comments on commit 06e113a

Please sign in to comment.