You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[XLA] Add googletest wrapper that adds status asserts to gmock.h
And replace @com_google_googletest for internal uses. The only
exceptions that still need to rely on upstream googletest (renamed to
@com_google_googletest_upstream) are the wrapper and its direct
dependencies (right now just gutil, and through it absl).
This makes it possible to use the same assert macros internally and in
OSS.
Implement TF_{ASSERT,EXPECT}_OK in terms of unprefixed ones for
verification.
PiperOrigin-RevId: 837550145
0 commit comments