-
Notifications
You must be signed in to change notification settings - Fork 124
Make C++ validation tests run on all platforms #511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
❌ Integration test FAILEDRequested by @var-const on commit 890defd
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should add a change log entry, since there are externally-visible behavior changes being made by this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the googletest changes. Deferring to Denver's review for the Firestore-specific test changes.
Also:
Throws
matcher);FIREBASE_ASSERT
macros withSIMPLE_HARD_ASSERT
(which throws an exception on Unity / crash in C++).See b/136012313 for more context.