This tests all of the known integer unwrappers in WebRTC * rtc::TimestampWrapAroundHandler * webrtc::Unwrapper<T> * webrtc::SequenceNumberUnwrapper<T> * dcsctp::UnwrappedSequenceNumber The conformance tests show differences between in behavior between the unwrappers. This change also adds const accessors for the internal values of dcsctp::UnwrappedSequenceNumber. Bug: webrtc:13982 Change-Id: Ia1b483d7ef5ceb43fa4d93013a76cd0251a58c22 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/287620 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Evan Shrubsole <eshr@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38900}
19 lines
345 B
Python
19 lines
345 B
Python
include_rules = [
|
|
"+json",
|
|
"+system_wrappers",
|
|
"+third_party/jsoncpp",
|
|
"+third_party/libevent",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"protobuf_utils.h": [
|
|
"+third_party/protobuf",
|
|
],
|
|
"gunit\.h": [
|
|
"+testing/base/public/gunit.h"
|
|
],
|
|
"sequence_numbers_conformance_test\.cc": [
|
|
"+net/dcsctp/common/sequence_numbers.h",
|
|
],
|
|
}
|