Commit f6a0adb
[rocm-libraries] ROCm/rocm-libraries#7343 (commit 0cdc9fa)
[rocThrust] Disable large size tests under ASAN
## Motivation
These two rocThrust unit tests use large input sizes, making them
impractical to run under ASAN:
- UniqueByKeyIntegralTests.TestUniqueCopyByKeyLargeInput
- UniqueByKeyIntegralTests.TestUniqueCopyByKeyLargeOutCount
## Technical Details
This change disables these tests within ASAN builds.
## Test Plan
Build and run test target unique_by_key.hip with ASAN enabled. Ensure
the two tests mentioned above are skipped.
## Test Result
Tests are skipped correctly.
## Submission Checklist
- [ ] Look over the contributing guidelines at
https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.1 parent 08570e4 commit f6a0adb
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
540 | 544 | | |
541 | 545 | | |
542 | 546 | | |
| |||
568 | 572 | | |
569 | 573 | | |
570 | 574 | | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
571 | 579 | | |
572 | 580 | | |
573 | 581 | | |
| |||
0 commit comments