search for: expect_

Displaying 4 results from an estimated 4 matches for "expect_".

Did you mean: expect
2017 Jan 04
4
RFC: Reconsidering adding gmock to LLVM's unittest utilities
...ts.llvm.org>> wrote: > > ## Matchers > > To start off, it is important to understand that there are two components to what gmock offers. The first has very little to do with "mocks". It is actually a matcher language and system for writing test predicates: > > EXPECT_EQ(expected, actual); > EXPECT_NE(something, something); > > Become instead: > > EXPECT_THAT(actual, Eq(expected)); > EXPECT_THAT(actual, Ne(not-expected)); For the cases where you have containers and other non-trivial objects, I completely agree that this is compelling. H...
2023 Oct 20
0
[PATCH] Clean up the regress directory with make clean
...o rm -f regress/misc/sk-dummy/sk-dummy.so + rm -f regress/agent-ca.pub + rm -f regress/agent.log + rm -f regress/allowed_signers + rm -f regress/authkeys_orig + rm -f regress/command + rm -f regress/data.2 + rm -f regress/done + rm -f regress/expect_* + rm -f regress/host.sk-ssh-ed25519 at openssh.com + rm -f regress/host_* + rm -f regress/revoked_keys + rm -f regress/sigca-key + rm -f regress/sigca-key.pub + rm -f regress/sk-ssh-ed25519 at openssh.com* + rm -f regress/ssh-ed25519* + rm -f regress...
2008 Jun 13
0
Wine release 1.0-rc5
...spaces before '...'. sane.ds: Remove spaces before '...'. Hans Leidekker (1): winebrowser: Convert URL obtained through DdeGetData to Unicode. Jacek Caban (3): mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol. urlmon/tests: Always clear expect_* variables. shdocvw: Fixed DISPID_ONTOOLBAR test on IE7. James Hawkins (2): msi: Load folders first. msi: Set the source path for uncompressed files when loading the file. Jonathan Ernst (2): notepad: Updated About menu entry. kernel: Updated French translation. Lou...
2011 Oct 10
0
Wine release 1.3.30
...mctl32/tests: Don't accept Win95 behavior. gameux: Don't compare with TRUE. sane.ds: Don't compare with TRUE. wordpad: Don't compare with TRUE. msxml3: Use SUCCEEDED instead of !FAILED. oleaut32: Fix some VarCyFrom* tests. oleaut32/tests: Make the EXPECT_* macros that take no args more robust. oleaut32/tests: Cleanup the EXPECTRES macros. include: Remove 'l' modifier from numeric constants in winerror.h. quartz: Free two assert calls from having side effects. dsound: COM cleanup for the IDirectSoundCapture iface....