Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[i2c,dv] Fully remove rx oversample test #25661

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hw/ip/i2c/data/i2c_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
- Read rx data oversampled value and ensure it is same as driven value
'''
stage: V2
tests: ["i2c_host_rx_oversample"]
tests: [/* TODO(#21887) "i2c_host_rx_oversample" */]
}
{
name: i2c_host_mode_toggle
Expand Down
4 changes: 3 additions & 1 deletion hw/ip/i2c/dv/i2c_sim_cfg.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,9 @@
name : host_sanity
tests: ["i2c_host_smoke", "i2c_host_override", "i2c_host_perf",
"i2c_host_fifo_watermark", "i2c_host_fifo_overflow", "i2c_host_fifo_reset_fmt",
"i2c_host_rx_oversample", "i2c_host_stretch_timeout",
// TODO(#21887)
// "i2c_host_rx_oversample",
"i2c_host_stretch_timeout",
"i2c_host_fifo_fmt_empty", "i2c_host_fifo_reset_rx", "i2c_host_stretch_timeout",
"i2c_host_fifo_full", "i2c_host_may_nack",
"i2c_host_error_intr"]
Expand Down
Loading