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

Non-determinism in test_vm_instr #2310

Open
ripatel-fd opened this issue Jul 4, 2024 · 0 comments
Open

Non-determinism in test_vm_instr #2310

ripatel-fd opened this issue Jul 4, 2024 · 0 comments

Comments

@ripatel-fd
Copy link
Contributor

ripatel-fd commented Jul 4, 2024

GCC and Clang produce different behavior

ripatel@emfr-ossdev-firedancer9: /data/ripatel/firedancer main!
$ build/native/clang/unit-test/test_vm_instr
--log-path ""
No log
WARNING 07-04 15:09:19.575097 1397655 f0   0    src/flamenco/vm/test_vm_instr.c(475): FAIL src/flamenco/vm/instr_test/int_math.instr(292): Expected r0 = 0xf8f3, got 0xf8f9
WARNING 07-04 15:09:19.586623 1397655 f0   0    src/flamenco/vm/test_vm_instr.c(586): fail cnt 1
No log
FAIL

ripatel@emfr-ossdev-firedancer9: /data/ripatel/firedancer main!
$ build/native/gcc/unit-test/test_vm_instr  
--log-path ""
No log
WARNING 07-04 15:09:25.384514 1397701 f0   0    src/flamenco/vm/test_vm_instr.c(475): FAIL src/flamenco/vm/instr_test/int_math.instr(292): Expected r0 = 0xf8f3, got 0xf8f9
WARNING 07-04 15:09:25.384971 1397701 f0   0    src/flamenco/vm/test_vm_instr.c(461): FAIL src/flamenco/vm/instr_test/jump.instr(372): Expected status Fault, got VerifyFail
WARNING 07-04 15:09:25.385520 1397701 f0   0    src/flamenco/vm/test_vm_instr.c(586): fail cnt 1
No log
FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant