Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests filesystem.fat.api: Do not run on native_posix_64 #21668

Merged
merged 1 commit into from
Jan 3, 2020

Conversation

aescolar
Copy link
Member

@aescolar aescolar commented Jan 3, 2020

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 [email protected]

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 zephyrproject-rtos#21536
Fixes zephyrproject-rtos#19231

Signed-off-by: Alberto Escolar Piedras <[email protected]>
@aescolar aescolar added area: File System area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug labels Jan 3, 2020
@nashif nashif merged commit 5d94c98 into zephyrproject-rtos:master Jan 3, 2020
@aescolar aescolar deleted the no_64b_fatfs branch January 6, 2020 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: File System area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
2 participants