Skip to content

Commit

Permalink
[sival] Mark fixed entropy complex tests as unbroken in ROM_EXT
Browse files Browse the repository at this point in the history
These tests are all working in ROM_EXT on master and earlgrey_es_sival
now that we've fixed the underlying keymgr issue. For details, see

lowRISC#22819 (comment)

This is related to lowRISC#21706 and lowRISC#22140.

Signed-off-by: Pirmin Vogel <[email protected]>
  • Loading branch information
vogelpi committed May 9, 2024
1 parent 800df81 commit 346f4da
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -915,12 +915,11 @@ opentitan_test(
opentitan_test(
name = "csrng_edn_concurrency_test",
srcs = ["csrng_edn_concurrency_test.c"],
broken = cw310_params(tags = ["broken"]),
exec_env = dicts.add(
EARLGREY_TEST_ENVS,
{
"//hw/top_earlgrey:fpga_cw310_sival": None,
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext": "broken",
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext": "None",
"//hw/top_earlgrey:silicon_creator": None,
"//hw/top_earlgrey:silicon_owner_sival_rom_ext": "silicon_owner",
"//hw/top_earlgrey:silicon_owner_prodc_rom_ext": "silicon_owner",
Expand Down Expand Up @@ -955,14 +954,11 @@ opentitan_test(
opentitan_test(
name = "csrng_kat_test",
srcs = ["csrng_kat_test.c"],
broken = cw310_params(tags = ["broken"]),
exec_env = dicts.add(
EARLGREY_TEST_ENVS,
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
{
"//hw/top_earlgrey:silicon_creator": None,
# FIXME broken in sival ROM_EXT, remove this line when fixed. See #21706.
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext": "broken",
},
),
silicon = silicon_params(
Expand All @@ -981,14 +977,11 @@ opentitan_test(
opentitan_test(
name = "csrng_smoketest",
srcs = ["csrng_smoketest.c"],
broken = cw310_params(tags = ["broken"]),
exec_env = dicts.add(
EARLGREY_TEST_ENVS,
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
{
"//hw/top_earlgrey:silicon_creator": None,
# TODO(#22140): remove this lined when fixed.
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext": "broken",
},
),
silicon = silicon_params(tags = ["broken"]),
Expand Down Expand Up @@ -1111,14 +1104,11 @@ opentitan_test(
name = "edn_kat",
srcs = ["edn_kat.c"],
# Remove this line when fixed.
broken = cw310_params(tags = ["broken"]),
exec_env = dicts.add(
EARLGREY_TEST_ENVS,
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
{
"//hw/top_earlgrey:silicon_creator": None,
# FIXME broken in sival ROM_EXT, remove this line when fixed. See #21706.
"//hw/top_earlgrey:fpga_cw310_sival_rom_ext": "broken",
},
),
verilator = verilator_params(
Expand Down

0 comments on commit 346f4da

Please sign in to comment.