commit | 5d94c989150d78bde404581f72c9acddd299edd6 | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alpi@oticon.com> | Fri Jan 03 15:15:14 2020 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 03 15:13:59 2020 -0500 |
tree | 44d2cd0b82f64827f2570e1325ad2484ea708c9b | |
parent | c31c6aa99dcebc5e542f247de5be9a842692e0a6 [diff] |
tests filesystem.fat.api: Do not run on native_posix_64 The FAT FS code clearly does not support platforms where long is 64bits. See https://github.com/zephyrproject-rtos/fatfs/blob/master/include/integer.h#L30 So, do not try to run it in native_posix_64 Fixes #21536 Fixes #19231 Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>