example82_contexts.output 822 B

123456789101112131415161718192021222324
  1. //[example_output
  2. > example
  3. Running 1 test case...
  4. test.cpp(27): error: in "test1": check processor.op2(i, j) has failed
  5. Failure occurred in a following context:
  6. With optimization level 1
  7. With parameter i = 1
  8. With parameter j = 0
  9. test.cpp(24): error: in "test1": check processor.op1(i) has failed
  10. Failure occurred in a following context:
  11. With optimization level 2
  12. With parameter i = 0
  13. test.cpp(24): error: in "test1": check processor.op1(i) has failed
  14. Failure occurred in a following context:
  15. With optimization level 2
  16. With parameter i = 1
  17. test.cpp(27): error: in "test1": check processor.op2(i, j) has failed
  18. Failure occurred in a following context:
  19. With optimization level 2
  20. With parameter i = 1
  21. With parameter j = 0
  22. *** 4 failures are detected in the test module "example82"
  23. //]