Skip to content

Commit

Permalink
XFails.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Mar 16, 2023
1 parent 70d64fb commit 3aea3e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,15 +240,8 @@ p4tools_add_xfail_reason(
parser-unroll-test2.p4
header-stack-ops-bmv2.p4
issue3702-bmv2.p4
)

# The test framework has a bug where it swallows the test output if the last test failed.
# This issue only happens on CI.
p4tools_add_xfail_reason(
"testgen-p4c-bmv2-ptf"
"ERROR: Error 1 when executing"
parser-unroll-t1-cond.p4
issue914-bmv2.p4
xor_test.p4
)

p4tools_add_xfail_reason(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ p4tools_add_xfail_reason(
p4tools_add_xfail_reason(
"testgen-p4c-bmv2"
"differs|Expected ([0-9]+) packets on port ([0-9]+) got ([0-9]+)"
# Priority annotation not implemented.
table-entries-priority-bmv2.p4
# Issue with the clone implementation.
v1model-special-ops-bmv2.p4
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ p4tools_add_xfail_reason(
p4tools_add_xfail_reason(
"testgen-p4c-ebpf"
"Expected .* packets on port .* got .*"
# Potentially a bug in how constant entries are implemented for the kernel.
calc-ebpf.p4
)

p4tools_add_xfail_reason(
Expand Down

0 comments on commit 3aea3e7

Please sign in to comment.