-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Random module test adjustments (#23908)
A follow up to #23752 - fixes a few tests that were failing on 32 bit linux - evidently the PCG random number generator will produce floating point values that are more prone to floating point rounding errors on 32 bit systems (as compared to the NPB random number generator). - the tests have been adjusted to use NPB instead of PCG - removes deprecated symbols from some random module tests and adjusts good files - follow up to [this comment](#23752 (comment)) **Testing:** - [ ] failing tests passing on 32 bit linux - [x] adjusted tests passing - [x] paratest [ trivial - not reviewed ]
- Loading branch information
Showing
27 changed files
with
322 additions
and
739 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
138 changes: 66 additions & 72 deletions
138
test/library/standard/Random/RandomStreamInterface/choiceTestArray.chpl
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
Oops, something went wrong.