High-Precision-Congestion-Control icon indicating copy to clipboard operation
High-Precision-Congestion-Control copied to clipboard

Tests Fail when configuring project with "--enable-tests"

Open szetomat opened this issue 11 months ago • 0 comments

Tests are currently failing when the project is configured with the following: gcc/g++ version is 4.9.2 and python is version 2.7.18

The command used to configure is:
CC='path/to/4.9.2/gcc' CXX='/path/to/4.9.2/g++' ./waf configure --enable-examples --enable-tests

The tests below are failing, some additional examples are crashing.

FAIL: TestSuite drop-tail-queue FAIL: TestSuite udp FAIL: TestSuite ipv6-fragmentation FAIL: TestSuite udp-client-server FAIL: TestSuite routing-olsr-regression CRASH: TestSuite time FAIL: TestSuite devices-mesh-flame-regression FAIL: TestSuite devices-mesh-dot11s-regression FAIL: TestSuite epc-s1u-downlink FAIL: TestSuite epc-s1u-uplink FAIL: TestSuite animation-interface FAIL: TestSuite ns3-tcp-state FAIL: TestSuite lte-epc-e2e-data FAIL: TestSuite ns3-tcp-no-delay FAIL: TestSuite routing-aodv-regression FAIL: TestSuite ns3-tcp-socket

Is this a concern? Does the RDMA implementation break compatibility with other protocols?

szetomat avatar Mar 28 '24 16:03 szetomat