Age | Commit message (Collapse) | Author |
|
The callback should be called as soon as the connection is established,
and if we actually set the callback when it already is, we expect it to
be called immediately.
|
|
|
|
If we can easily communicate failure, let's avoid asserting and report
failure instead.
|
|
Using a file(GLOB) to find all the test files in a directory is an easy
hack to get things started, but has some drawbacks. Namely, if you add
a test, it won't be found again without re-running CMake. `ninja` seems
to do this automatically, but it would be nice to one day stop seeing it
rechecking our globbed directories.
|
|
Problem:
- Clang will not build `Tests/LibTLS` due to unused variables.
Solution:
- Remove the unused variables.
|
|
This change splits test-crypto.cpp from Userland into separate test
suites located in Tests/ directory.
|