Skip to content

Commit

Permalink
xfail the Testgen for non-const entries
Browse files Browse the repository at this point in the history
Signed-off-by: Mihai Budiu <mbudiu@gmail.com>
  • Loading branch information
mihaibudiu committed May 26, 2023
1 parent 38b4cfa commit b880e96
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ p4tools_add_xfail_reason(
bmv2_copy_headers.p4
)

p4tools_add_xfail_reason(
"testgen-p4c-bmv2-ptf"
"Error when adding match entry to target"
# Non-const entries not yet supported
init-entries-bmv2.p4
)

p4tools_add_xfail_reason(
"testgen-p4c-bmv2-ptf"
"terminate called after throwing an instance"
Expand Down

0 comments on commit b880e96

Please sign in to comment.