-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repair thread test for
make test-more
(#880)
Repair the test so that it works when the maximum collect generation is set to 1, and add a `test-more` case to the CI configuration. Also, refine a workaround preprocessor check to enable it only when `defined(__apple_build_version__)`.
- Loading branch information
Showing
4 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
-------- o=0 spi=t spi -------- | ||
-------- o=3 spi=t spi -------- | ||
-------- o=0 hci=503 ctb=(/ (collect-trip-bytes) 64) cl=9 ctb -------- | ||
-------- o=3 hci=503 ctb=(/ (collect-trip-bytes) 64) cl=9 ctb -------- | ||
-------- o=0 spi=t cis=t cmg=1 cis -------- | ||
-------- o=3 spi=t cis=t cmg=1 cis -------- | ||
-------- o=0 hci=101 cis=t cmg=6 hci-cis -------- | ||
-------- o=3 hci=101 cis=t cmg=6 hci-cis -------- | ||
-------- o=0 spi=t cp0=t ctb=(/ (collect-trip-bytes) 64) cgr=6 ctb-cgr -------- | ||
-------- o=3 spi=t cp0=t ctb=(/ (collect-trip-bytes) 64) cgr=6 ctb-cgr -------- | ||
-------- o=0 spi=t hci=101 p=t eoc=f hci-p -------- | ||
-------- o=3 spi=t hci=101 p=t eoc=f hci-p -------- | ||
-------- o=0 hci=101 cp0=t p=t cl=9 hci-cl-p -------- | ||
-------- o=3 hci=101 cp0=t p=t cl=9 hci-cl-p -------- | ||
-------- o=0 eval=interpret spi -------- | ||
-------- o=3 eval=interpret spi -------- | ||
-------- o=0 cp0=t eval=interpret spi-cp0 -------- | ||
-------- o=3 cp0=t eval=interpret spi-cp0 -------- | ||
-------- o=0 spi=t hci=503 eval=interpret ctb=(/ (collect-trip-bytes) 64) spi-ctb -------- | ||
-------- o=3 spi=t hci=503 eval=interpret ctb=(/ (collect-trip-bytes) 64) spi-ctb -------- | ||
-------- o=0 spi=t hci=101 cp0=t p=t eval=interpret cgr=2 hci-cgr-p -------- | ||
-------- o=3 spi=t hci=101 cp0=t p=t eval=interpret cgr=2 hci-cgr-p -------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters