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

failing bluetooth tests with code coverage enabled in qemu_x86 #17324

Closed
andrewboie opened this issue Jul 3, 2019 · 4 comments
Closed

failing bluetooth tests with code coverage enabled in qemu_x86 #17324

andrewboie opened this issue Jul 3, 2019 · 4 comments
Labels
area: Bluetooth area: Code Coverage bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@andrewboie
Copy link
Contributor

andrewboie commented Jul 3, 2019

JOBS: 12
Cleaning output directory /home/apboie/projects/zephyr1/zephyr/sanity-out
Building testcase defconfigs...
Filtering test cases...
16 tests selected, 9708 tests discarded due to filters
total complete:    4/  16  25%  failed:    0

qemu_x86                  tests/bluetooth/mesh_shell/bluetooth.mesh_shell    FAILED: build_error
	see: sanity-out/qemu_x86/tests/bluetooth/mesh_shell/bluetooth.mesh_shell/build.log

total complete:    5/  16  31%  failed:    1

qemu_x86                  tests/bluetooth/hci_prop_evt/bluetooth.hci_prop_evt FAILED: handler_crash
	see: sanity-out/qemu_x86/tests/bluetooth/hci_prop_evt/bluetooth.hci_prop_evt/handler.log

total complete:    9/  16  56%  failed:    2

qemu_x86                  tests/bluetooth/shell/bluetooth.shell              FAILED: build_error
	see: sanity-out/qemu_x86/tests/bluetooth/shell/bluetooth.shell/build.log

total complete:   10/  16  62%  failed:    3

qemu_x86                  tests/bluetooth/shell/bluetooth.shell_br           FAILED: build_error
	see: sanity-out/qemu_x86/tests/bluetooth/shell/bluetooth.shell_br/build.log

total complete:   16/  16  100%  failed:    4

3 of these appear to be due to #15831

Reproduce with:

sanitycheck --coverage -p qemu_x86 -T tests/bluetooth/ 

Or just build the individual tests with CONFIG_COVERAGE=y

@andrewboie andrewboie added bug The issue is a bug, or the PR is fixing a bug area: Code Coverage area: Bluetooth labels Jul 3, 2019
@aescolar aescolar changed the title failing bluetooth tests with code coverage enabled failing bluetooth tests with code coverage enabled in qemu_x86 Jul 4, 2019
@andrewboie
Copy link
Contributor Author

This is in much better shape now, with current master I'm only seeing one test fail:

qemu_x86                  tests/bluetooth/hci_prop_evt/bluetooth.hci_prop_evt FAILED: timeout
	see: sanity-out/qemu_x86/tests/bluetooth/hci_prop_evt/bluetooth.hci_prop_evt/handler.log

@ioannisg ioannisg added the priority: medium Medium impact/importance bug label Jul 30, 2019
@ioannisg
Copy link
Member

Still, this needs some fixing. And an assignee @andrewboie

@andrewboie
Copy link
Contributor Author

setting this to low, this is an alternate configuration for code coverage metrics, the test does not fail when run under its original configuration.

@andrewboie andrewboie added priority: low Low impact/importance bug and removed priority: medium Medium impact/importance bug labels Aug 13, 2019
@keylime-unicorn keylime-unicorn removed their assignment Oct 29, 2019
@nashif
Copy link
Member

nashif commented Mar 11, 2020

Closing, can't reproduce.

@nashif nashif closed this as completed Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth area: Code Coverage bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

5 participants