Skip to content

Commit b29eadd

Browse files
committed
Handle new tests.
1 parent ad91861 commit b29eadd

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

targets/bmv2/test/BMv2V1ModelXfail.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ p4tools_add_xfail_reason(
99
# Type_Declaration.
1010
header-stack-ops-bmv2.p4 # Unknown method member expression: hdr_0.h2; of type header h2_t
1111
issue4739.p4 # type ForStatement not implemented in the core stepper
12+
loop-3-clause-tricky2.p4 # type ForStatement not implemented in the core stepper
1213
)
1314

1415
p4tools_add_xfail_reason(
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Eliminated node at line 44: ret = ret + 1;
2+
Eliminated node at line 47: ret = ret + 2;
3+
Eliminated node at line 48: } else if (h.eth_hdr.eth_type == x) {
4+
Eliminated node at line (unknown): { ret_0/ret = ret_0/ret + 16;
5+
ret_0/ret = ret_0/ret + 64; }
6+
Eliminated node at line 78: t1.apply();
7+
statement_count_before:15
8+
statement_count_after:7
9+
cyclomatic_complexity:9
10+
num_parsers_paths:1
11+
num_updates_processed:0
12+
num_respecializations:0
13+

targets/nikss/test/P4Tests.cmake

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ FetchContent_Declare(
1717
)
1818
FetchContent_MakeAvailable(bpftool)
1919

20+
# FIXME: Remove once TLS verification is fixed.
21+
set (CMAKE_TLS_VERIFY FALSE)
2022
FetchContent_Declare(trex
2123
URL https://trex-tgn.cisco.com/trex/release/v3.05.tar.gz
2224
URL_HASH
@@ -28,6 +30,7 @@ FetchContent_Declare(trex
2830
GIT_PROGRESS TRUE
2931
)
3032
FetchContent_MakeAvailable(trex)
33+
set (CMAKE_TLS_VERIFY TRUE)
3134

3235
# TODO: Remove this once the Nikss FetchContent initalization is fixed.
3336
set (FETCHCONTENT_UPDATES_DISCONNECTED_NIKSS_CTL ON)

0 commit comments

Comments
 (0)