Commit 2e8482b
committed
Skip debug verify-fp NaN warning test
* Skip debug verify-fp NaN warning test
test_nan expected verify_fp to emit a NaN warning and continue, which is the release-mode behavior when native asserts are compiled out.
With --warp-debug, verify_fp asserts as soon as the invalid division is detected, before the warning path this test checks. Skip the NaN-warning variant in debug mode while preserving the finite checks and release-mode coverage.
Signed-off-by: Eric Shi <ershi@nvidia.com>
Approved-by: Eric Shi <ershi@nvidia.com>
See merge request omniverse/warp!24921 parent 9f8343d commit 2e8482b
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments