Skip to content

Commit

Permalink
Disable tests that do not fail yet.
Browse files Browse the repository at this point in the history
Signed-off-by: fruffy <[email protected]>
  • Loading branch information
fruffy committed Feb 7, 2025
1 parent 36c137d commit 1fb2036
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ p4tools_add_xfail_reason(
# large_counter_meter.p4
# TODO:
# tna_multicast.p4
tna_simple_switch.p4
)

p4tools_add_xfail_reason(
Expand All @@ -94,6 +93,7 @@ p4tools_add_xfail_reason(
p4tools_add_xfail_reason(
"testgen-tofino2-ptf"
"The validity bit of .* is tainted"
tna_simple_switch.p4
)

p4tools_add_xfail_reason(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ p4tools_add_xfail_reason(
"testgen-tofino2"
"shorter than expected"
# Strange behavior with packets that are too short when using the STF model.
tna_extract_emit_8.p4
# tna_extract_emit_8.p4
)

p4tools_add_xfail_reason(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,8 @@ p4tools_add_xfail_reason(
# mau-meter.cpp:233 (calculate_output): error -2 thrown.
# large_counter_meter.p4
# TODO
tna_simple_switch.p4
# tna_alpmV2.p4
# varbit_four_options.p4

)

# New tests added
Expand Down Expand Up @@ -287,6 +285,7 @@ p4tools_add_xfail_reason(
p4tools_add_xfail_reason(
"testgen-tofino-ptf"
"The validity bit of .* is tainted"
tna_simple_switch.p4
)

p4tools_add_xfail_reason(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ p4tools_add_xfail_reason(
"testgen-tofino"
"shorter than expected"
# Strange behavior with packets that are too short when using the STF model.
tna_extract_emit_8.p4
# tna_extract_emit_8.p4
)

p4tools_add_xfail_reason(
Expand Down

0 comments on commit 1fb2036

Please sign in to comment.