File tree 3 files changed +17
-0
lines changed
3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ p4tools_add_xfail_reason(
9
9
# Type_Declaration.
10
10
header-stack-ops-bmv2.p4 # Unknown method member expression: hdr_0.h2; of type header h2_t
11
11
issue4739.p4 # type ForStatement not implemented in the core stepper
12
+ loop-3-clause-tricky2.p4 # type ForStatement not implemented in the core stepper
12
13
)
13
14
14
15
p4tools_add_xfail_reason(
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ FetchContent_Declare(
17
17
)
18
18
FetchContent_MakeAvailable(bpftool)
19
19
20
+ # FIXME: Remove once TLS verification is fixed.
21
+ set (CMAKE_TLS_VERIFY FALSE )
20
22
FetchContent_Declare(trex
21
23
URL https://trex-tgn.cisco.com/trex/release/v3.05.tar.gz
22
24
URL_HASH
@@ -28,6 +30,7 @@ FetchContent_Declare(trex
28
30
GIT_PROGRESS TRUE
29
31
)
30
32
FetchContent_MakeAvailable(trex)
33
+ set (CMAKE_TLS_VERIFY TRUE )
31
34
32
35
# TODO: Remove this once the Nikss FetchContent initalization is fixed.
33
36
set (FETCHCONTENT_UPDATES_DISCONNECTED_NIKSS_CTL ON )
You can’t perform that action at this time.
0 commit comments