Language
C++
Compiler
clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git 47f7c9f1a774a48d11a686ab754f5a4b5342f5f5) (https://github.com/llvm-mirror/llvm.git b044a64d2770dbaeb9d29ae24c8edf36b3cd6fa6)
Options
Warnings
Don't Use Boost
C++11
no pedantic
Raw compiler options
-Dlest_FEATURE_AUTO_REGISTER=1
$ clang++ prog.cc -Wall -Wextra -std=c++11 -Dlest_FEATURE_AUTO_REGISTER=1
prog.cc:20: failed: Text compares lexically (fail): string("hello") > string("world") for "hello" > "world"
prog.cc:25: failed: got unexpected exception with message "surprise!": Unexpected exception is reported: (throw std::runtime_error("surprise!"), true)
prog.cc:40: failed: didn't get exception: Expected exception is reported missing: true
prog.cc:45: failed: didn't get exception of type std::runtime_error: Specific expected exception is reported missing: true
4 out of 7 selected tests failed.
Exit Code:
4