Implement HighResTimeStamp mocking in Fantom#53019
Closed
rubennorte wants to merge 3 commits into
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79554723 |
2da48cb to
b2b3ed4
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79554723 |
b2b3ed4 to
5d8cb40
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79554723 |
5d8cb40 to
39fcd00
Compare
Differential Revision: D79554726
Differential Revision: D79554725
39fcd00 to
db00013
Compare
db00013 to
1eec7b3
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79554723 |
1eec7b3 to
227f825
Compare
Summary: Pull Request resolved: facebook#53019 Changelog: [internal] This adds support for mocking `HighResTimeStamp` values in Fantom tests via a new `Fantom.installHighResTimeStampMock` function. See new tests for more details on how it works. Reviewed By: rshest Differential Revision: D79554723
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D79554723 |
227f825 to
11f222b
Compare
Contributor
|
This pull request has been merged in f2e72c3. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog: [internal]
This adds support for mocking
HighResTimeStampvalues in Fantom tests via a newFantom.installHighResTimeStampMockfunction.See new tests for more details on how it works.
Differential Revision: D79554723