mbed-os/TESTS
Kevin Bracey ff7a316a32 Rework fseek/ftell tests
ARM C library is really good at optimising out calls to underlying
seek. The only ones we were actually detecting in the empty file case
were the ones that the default FileHandle::size() made itself during
the SEEK_END case.

When we implement TestFile::size() directly, we will no longer see
a single seek call from the ARM C library in the empty file case, so
remove those tests.

Beef up the non-empty file case, adding checks that we are making
underlying read+write calls in the correct position, as a proxy for
direct checks for underlying seek being called.
2018-12-14 19:29:27 +02:00
..
events tests: astyle fix 2018-08-03 10:23:38 +01:00
host_tests Removing support for printing error-report after reboot and other minor fixes 2018-11-18 22:42:37 -06: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-05 20:08:35 +02:00
mbed_drivers Support erase value in Flash HAL drivers, FlashIAP and block devices 2018-11-07 14:23:07 +02:00
mbed_functional tests: astyle fix 2018-08-03 10:23:38 +01:00
mbed_hal Test MPU is enabled by init 2018-12-10 16:45:30 +02:00
mbed_platform Rework fseek/ftell tests 2018-12-14 19:29:27 +02:00
mbedmicro-mbed tests: astyle fix 2018-08-03 10:23:38 +01:00
mbedmicro-rtos-mbed fix mbedmicro-rtos-mbed tests 2018-12-05 19:59:54 +02:00
mbedtls Fix PSA-HAL, TRNG, TLS tests 2018-12-06 01:22:50 +02:00
netsocket Fix test-netsocket-tcp greentea test build fails. 2018-12-11 12:51:30 +02:00
network Merge pull request #8861 from VeijoPesonen/bugfix-mbedgt_wifi_scan_one_ssid 2018-12-03 13:34:48 +01:00
nfc/eeprom fix gt test 2018-08-30 08:37:00 +01:00
psa Merge pull request #8964 from kfnta/parser_empty_tests 2018-12-06 21:25:42 -06:00