Skip to content

Commit aeda8f7

Browse files
committed
tests: thrift: Remove 'newlib' from test identifiers
The Thrift module tests were under the "newlib" namespace, presumably because newlib was the default at the time of their introduction. Since newlib is no longer the default libc and Thrift is not being tested against multiple C libraries, this removes the libc type from the Thrift test identifiers. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3e8c576 commit aeda8f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/modules/thrift/ThriftTest/testcase.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ common:
1515
- qemu_riscv64
1616
- qemu_x86_64
1717
tests:
18-
thrift.ThriftTest.newlib.binaryProtocol: {}
19-
thrift.ThriftTest.newlib.compactProtocol:
18+
thrift.ThriftTest.binaryProtocol: {}
19+
thrift.ThriftTest.compactProtocol:
2020
extra_configs:
2121
- CONFIG_THRIFT_COMPACT_PROTOCOL=y
22-
thrift.ThriftTest.newlib.tlsTransport:
22+
thrift.ThriftTest.tlsTransport:
2323
extra_args: OVERLAY_CONFIG="overlay-tls.conf"

0 commit comments

Comments
 (0)