Complete managed macOS platform bring-up
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / apple-client (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / apple-client (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s
This commit is contained in:
@@ -219,6 +219,7 @@ static void test_feed_pcm_round_trip(uint16_t port) {
|
||||
CHECK(energy > 0);
|
||||
|
||||
vc_stream_stop(clientA, a_sid);
|
||||
CHECK(vc_set_pcm_sink(clientB, nullptr, nullptr) == VC_OK);
|
||||
}
|
||||
|
||||
cleanup_rt:
|
||||
@@ -290,6 +291,7 @@ static void test_feed_pcm_stereo(uint16_t port) {
|
||||
CHECK(R < L || L == 0); // L >= R (loud-L / quiet-R)
|
||||
|
||||
vc_stream_stop(clientA, a_sid);
|
||||
CHECK(vc_set_pcm_sink(clientB, nullptr, nullptr) == VC_OK);
|
||||
}
|
||||
|
||||
cleanup_st:
|
||||
|
||||
Reference in New Issue
Block a user