mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
uncomment test, see if it's fixed
This commit is contained in:
@@ -445,8 +445,6 @@ test_accept_message_from_closed_buffered_chan :: proc(t: ^testing.T) {
|
|||||||
|
|
||||||
// Ensures that if any input channel is eligible to receive or send, the try_select_raw
|
// Ensures that if any input channel is eligible to receive or send, the try_select_raw
|
||||||
// operation will process it.
|
// operation will process it.
|
||||||
// NOTE(Jeroen): This test regularly times out and fails, especially on RISCV. Commented out until fixed.
|
|
||||||
/*
|
|
||||||
@test
|
@test
|
||||||
test_try_select_raw_happy :: proc(t: ^testing.T) {
|
test_try_select_raw_happy :: proc(t: ^testing.T) {
|
||||||
sync.guard(&test_lock)
|
sync.guard(&test_lock)
|
||||||
@@ -516,7 +514,6 @@ test_try_select_raw_happy :: proc(t: ^testing.T) {
|
|||||||
testing.expect_value(t, did_receive_count, 1)
|
testing.expect_value(t, did_receive_count, 1)
|
||||||
testing.expect_value(t, did_send_count, 1)
|
testing.expect_value(t, did_send_count, 1)
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
// Ensures that if no input channels are eligible to receive or send, the
|
// Ensures that if no input channels are eligible to receive or send, the
|
||||||
// try_select_raw operation does not block.
|
// try_select_raw operation does not block.
|
||||||
|
|||||||
Reference in New Issue
Block a user