mbed-os/TESTS
Seppo Takalo c66456a1d6 Fix TCPSOCKET_ENDPOINT_CLOSE: Cannot accept WOULD_BLOCK
This testcase uses Socket in blocking mode, and therefore
WOULD_BLOCK should not be accepted.
The logic was wrong anyway, because return value was tested
to be negative before testing with WOULD_BLOCK which is negative
as well.

Also replaced TEST_FAIL() macro with TEST_ASSERT_EQUAL() to
make the return code visible in test log.
2019-02-08 16:50:27 +00:00
..
events tests: astyle fix 2018-08-03 10:23:38 +01:00
host_tests Increase the timeout for the host side script and the test 2019-01-25 14:29:59 +00:00
integration/basic tests: astyle fix 2018-08-03 10:23:38 +01:00
lorawan/loraradio Resolve build issues in test 2018-10-16 11:50:16 -05:00
mbed-crypto/sanity Use entropy injection on any NVseed platform or PSA dual-core/v8 2018-12-11 16:14:45 -06:00
mbed_drivers FLASHIAP test: skip test if test region overlaps code 2019-01-25 14:29:59 +00:00
mbed_functional tests: astyle fix 2018-08-03 10:23:38 +01:00
mbed_hal FLASH test: skip test if test region overlaps code 2019-01-25 14:29:59 +00:00
mbed_platform Add debug prints to triage the test timeouts 2019-01-25 14:29:59 +00:00
mbedmicro-mbed tests: astyle fix 2018-08-03 10:23:38 +01:00
mbedmicro-rtos-mbed ROTS: SysTimer: Fix test timing issues 2019-01-25 14:29:59 +00:00
mbedtls Fix PSA-HAL, TRNG, TLS tests 2018-12-11 16:14:46 -06:00
netsocket Fix TCPSOCKET_ENDPOINT_CLOSE: Cannot accept WOULD_BLOCK 2019-02-08 16:50:27 +00:00
network WIFI test: improve debug messages 2018-12-27 22:26:02 -06:00
nfc/eeprom removed abc insanity 2018-12-27 22:26:00 -06:00
psa fix its_reset test 2019-01-14 13:06:14 +00:00