Commit 14ec5df
committed
test(patcher): gate x64-only property_device alternate-form tests off x86
The two alternate-form-via-Jcc-target tests feed x64 synthetic machine code and
the analyzer decodes with the host arch_bits(), so they fail under
target_arch=x86 (i686 CI test job). Gate them with cfg(not(target_arch = "x86")).
Test-only change; shipped binaries are unchanged (v0.3.0 release artifacts stand).1 parent 20fb1dc commit 14ec5df
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
491 | 494 | | |
492 | 495 | | |
493 | 496 | | |
| |||
572 | 575 | | |
573 | 576 | | |
574 | 577 | | |
| 578 | + | |
| 579 | + | |
575 | 580 | | |
576 | 581 | | |
577 | 582 | | |
| |||
0 commit comments