-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix spurious errors in SAM test files
Ensure field names are distinct. Negate F1 values so they differ from the F0 values. In aux.fail-f1.sam's F0 and F1, use values smaller than the minimum subnormal value representable so they underflow to 0 when evaluated as float. Fixes #722.
- Loading branch information
Showing
2 changed files
with
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
@CO Validation of AUX | ||
@CO Type f | ||
I 4 * 0 0 * * 0 0 CAT QQQ F0:f:1.275494351E-38 f0:f:1.275494351E-38 F1:f:3.502823466E+38 F1:f:-3.502823466E+38 | ||
I 4 * 0 0 * * 0 0 CAT QQQ F0:f:1E-46 F1:f:-1E-46 F2:f:3.502823466E+38 F3:f:-3.502823466E+38 |
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