Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmctx authored and gz committed Mar 4, 2025
1 parent 1929f81 commit fcbd304
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/tests/i5_3337u.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,17 @@ fn extended_features() {
assert!(!tpfeatures2.has_fsrs());
assert!(!tpfeatures2.has_fsrcrs());
assert!(!tpfeatures2.has_hreset());
assert!(!tpfeatures2.has_avx_ifma());
assert!(!tpfeatures2.has_lam());
assert!(!tpfeatures2.has_msrlist());
assert!(!tpfeatures2.has_invd_disable_post_bios_done());
assert!(!tpfeatures2.has_avx_vnni_int8());
assert!(!tpfeatures2.has_avx_ne_convert());
assert!(!tpfeatures2.has_avx_vnni_int16());
assert!(!tpfeatures2.has_prefetchi());
assert!(!tpfeatures2.has_uiret_uif());
assert!(!tpfeatures2.has_cet_sss());
assert!(!tpfeatures2.has_avx10());
}

#[test]
Expand Down

0 comments on commit fcbd304

Please sign in to comment.