automake.sw.multi.approved.txt 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. :test-result: PASS # A test name that starts with a #
  2. :test-result: PASS #1027: Bitfields can be captured
  3. :test-result: PASS #1147
  4. :test-result: PASS #1175 - Hidden Test
  5. :test-result: PASS #1238
  6. :test-result: PASS #1245
  7. :test-result: PASS #1319: Sections can have description (even if it is not saved
  8. :test-result: PASS #1403
  9. :test-result: FAIL #1455 - INFO and WARN can start with a linebreak
  10. :test-result: FAIL #1514: stderr/stdout is not captured in tests aborted by an exception
  11. :test-result: PASS #1548
  12. :test-result: PASS #1905 -- test spec parser properly clears internal state between compound tests
  13. :test-result: PASS #1912 -- test spec parser handles escaping
  14. :test-result: PASS #1913 - GENERATE inside a for loop should not keep recreating the generator
  15. :test-result: PASS #1913 - GENERATEs can share a line
  16. :test-result: PASS #1938 - GENERATE after a section
  17. :test-result: PASS #1938 - Section followed by flat generate
  18. :test-result: PASS #1938 - flat generate
  19. :test-result: PASS #1938 - mixed sections and generates
  20. :test-result: PASS #1938 - nested generate
  21. :test-result: PASS #1954 - 7 arg template test case sig compiles - 1, 1, 1, 1, 1, 0, 0
  22. :test-result: PASS #1954 - 7 arg template test case sig compiles - 5, 1, 1, 1, 1, 0, 0
  23. :test-result: PASS #1954 - 7 arg template test case sig compiles - 5, 3, 1, 1, 1, 0, 0
  24. :test-result: PASS #2152 - ULP checks between differently signed values were wrong - double
  25. :test-result: PASS #2152 - ULP checks between differently signed values were wrong - float
  26. :test-result: XFAIL #748 - captures with unexpected exceptions
  27. :test-result: PASS #809
  28. :test-result: PASS #833
  29. :test-result: XFAIL #835 -- errno should not be touched by Catch2
  30. :test-result: PASS #872
  31. :test-result: PASS #961 -- Dynamically created sections should all be reported
  32. :test-result: FAIL 'Not' checks that should fail
  33. :test-result: PASS 'Not' checks that should succeed
  34. :test-result: PASS (unimplemented) static bools can be evaluated
  35. :test-result: PASS 3x3x3 ints
  36. :test-result: FAIL A METHOD_AS_TEST_CASE based test run that fails
  37. :test-result: PASS A METHOD_AS_TEST_CASE based test run that succeeds
  38. :test-result: FAIL A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - Template_Foo<float>
  39. :test-result: FAIL A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - Template_Foo<int>
  40. :test-result: FAIL A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - std::vector<float>
  41. :test-result: FAIL A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that fails - std::vector<int>
  42. :test-result: PASS A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - Template_Foo<float>
  43. :test-result: PASS A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - Template_Foo<int>
  44. :test-result: PASS A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - std::vector<float>
  45. :test-result: PASS A TEMPLATE_PRODUCT_TEST_CASE_METHOD based test run that succeeds - std::vector<int>
  46. :test-result: FAIL A TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG based test run that fails - Template_Foo_2<float, 6>
  47. :test-result: FAIL A TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG based test run that fails - Template_Foo_2<int, 2>
  48. :test-result: FAIL A TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG based test run that fails - std::array<float, 6>
  49. :test-result: FAIL A TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG based test run that fails - std::array<int, 2>
  50. :test-result: PASS A TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG based test run that succeeds - Template_Foo_2<float,6>
  51. :test-result: PASS A TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG based test run that succeeds - Template_Foo_2<int,2>
  52. :test-result: PASS A TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG based test run that succeeds - std::array<float,6>
  53. :test-result: PASS A TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG based test run that succeeds - std::array<int,2>
  54. :test-result: FAIL A TEMPLATE_TEST_CASE_METHOD based test run that fails - double
  55. :test-result: FAIL A TEMPLATE_TEST_CASE_METHOD based test run that fails - float
  56. :test-result: FAIL A TEMPLATE_TEST_CASE_METHOD based test run that fails - int
  57. :test-result: PASS A TEMPLATE_TEST_CASE_METHOD based test run that succeeds - double
  58. :test-result: PASS A TEMPLATE_TEST_CASE_METHOD based test run that succeeds - float
  59. :test-result: PASS A TEMPLATE_TEST_CASE_METHOD based test run that succeeds - int
  60. :test-result: FAIL A TEMPLATE_TEST_CASE_METHOD_SIG based test run that fails - 1
  61. :test-result: FAIL A TEMPLATE_TEST_CASE_METHOD_SIG based test run that fails - 3
  62. :test-result: FAIL A TEMPLATE_TEST_CASE_METHOD_SIG based test run that fails - 6
  63. :test-result: PASS A TEMPLATE_TEST_CASE_METHOD_SIG based test run that succeeds - 1
  64. :test-result: PASS A TEMPLATE_TEST_CASE_METHOD_SIG based test run that succeeds - 3
  65. :test-result: PASS A TEMPLATE_TEST_CASE_METHOD_SIG based test run that succeeds - 6
  66. :test-result: FAIL A TEST_CASE_METHOD based test run that fails
  67. :test-result: PASS A TEST_CASE_METHOD based test run that succeeds
  68. :test-result: PASS A Template product test case - Foo<float>
  69. :test-result: PASS A Template product test case - Foo<int>
  70. :test-result: PASS A Template product test case - std::vector<float>
  71. :test-result: PASS A Template product test case - std::vector<int>
  72. :test-result: PASS A Template product test case with array signature - Bar<float, 42>
  73. :test-result: PASS A Template product test case with array signature - Bar<int, 9>
  74. :test-result: PASS A Template product test case with array signature - std::array<float, 42>
  75. :test-result: PASS A Template product test case with array signature - std::array<int, 9>
  76. :test-result: PASS A comparison that uses literals instead of the normal constructor
  77. :test-result: FAIL A couple of nested sections followed by a failure
  78. :test-result: FAIL A failing expression with a non streamable type is still captured
  79. :test-result: PASS Absolute margin
  80. :test-result: FAIL An empty test with no assertions
  81. :test-result: PASS An expression with side-effects should only be evaluated once
  82. :test-result: FAIL An unchecked exception reports the line of the last assertion
  83. :test-result: PASS Anonymous test case 1
  84. :test-result: PASS Approx setters validate their arguments
  85. :test-result: PASS Approx with exactly-representable margin
  86. :test-result: PASS Approximate PI
  87. :test-result: PASS Approximate comparisons with different epsilons
  88. :test-result: PASS Approximate comparisons with floats
  89. :test-result: PASS Approximate comparisons with ints
  90. :test-result: PASS Approximate comparisons with mixed numeric types
  91. :test-result: PASS Arbitrary predicate matcher
  92. :test-result: PASS Assertion macros support bit operators and bool conversions
  93. :test-result: PASS Assertions then sections
  94. :test-result: PASS Basic use of the Contains range matcher
  95. :test-result: PASS Basic use of the Empty range matcher
  96. :test-result: PASS CAPTURE can deal with complex expressions
  97. :test-result: PASS CAPTURE can deal with complex expressions involving commas
  98. :test-result: PASS CAPTURE parses string and character constants
  99. :test-result: PASS Capture and info messages
  100. :test-result: PASS CaseInsensitiveEqualsTo is case insensitive
  101. :test-result: PASS CaseInsensitiveLess is case insensitive
  102. :test-result: PASS Character pretty printing
  103. :test-result: PASS Clara::Arg supports single-arg parse the way Opt does
  104. :test-result: PASS Clara::Opt supports accept-many lambdas
  105. :test-result: PASS ColourGuard behaviour
  106. :test-result: PASS Combining MatchAllOfGeneric does not nest
  107. :test-result: PASS Combining MatchAnyOfGeneric does not nest
  108. :test-result: PASS Combining MatchNotOfGeneric does not nest
  109. :test-result: PASS Combining concrete matchers does not use templated matchers
  110. :test-result: PASS Combining only templated matchers
  111. :test-result: PASS Combining templated and concrete matchers
  112. :test-result: PASS Combining templated matchers
  113. :test-result: PASS Commas in various macros are allowed
  114. :test-result: PASS Comparing function pointers
  115. :test-result: PASS Comparison ops
  116. :test-result: PASS Comparison with explicitly convertible types
  117. :test-result: PASS Comparisons between ints where one side is computed
  118. :test-result: PASS Comparisons between unsigned ints and negative signed ints match c++ standard behaviour
  119. :test-result: PASS Comparisons with int literals don't warn when mixing signed/ unsigned
  120. :test-result: PASS Composed generic matchers shortcircuit
  121. :test-result: PASS Composed matchers shortcircuit
  122. :test-result: FAIL Contains string matcher
  123. :test-result: PASS Copy and then generate a range
  124. :test-result: PASS Cout stream properly declares it writes to stdout
  125. :test-result: FAIL Custom exceptions can be translated when testing for nothrow
  126. :test-result: FAIL Custom exceptions can be translated when testing for throwing as something else
  127. :test-result: FAIL Custom std-exceptions can be custom translated
  128. :test-result: PASS Default scale is invisible to comparison
  129. :test-result: PASS Directly creating an EnumInfo
  130. :test-result: PASS Empty stream name opens cout stream
  131. :test-result: PASS Empty tag is not allowed
  132. :test-result: FAIL EndsWith string matcher
  133. :test-result: PASS Enums can quickly have stringification enabled using REGISTER_ENUM
  134. :test-result: PASS Enums in namespaces can quickly have stringification enabled using REGISTER_ENUM
  135. :test-result: PASS Epsilon only applies to Approx's value
  136. :test-result: XFAIL Equality checks that should fail
  137. :test-result: PASS Equality checks that should succeed
  138. :test-result: PASS Equals
  139. :test-result: FAIL Equals string matcher
  140. :test-result: PASS Exception as a value (e.g. in REQUIRE_THROWS_MATCHES) can be stringified
  141. :test-result: FAIL Exception matchers that fail
  142. :test-result: PASS Exception matchers that succeed
  143. :test-result: PASS Exception messages can be tested for
  144. :test-result: PASS Exceptions matchers
  145. :test-result: FAIL Expected exceptions that don't throw or unexpected exceptions fail the test
  146. :test-result: FAIL FAIL aborts the test
  147. :test-result: FAIL FAIL does not require an argument
  148. :test-result: FAIL FAIL_CHECK does not abort the test
  149. :test-result: PASS Factorials are computed
  150. :test-result: PASS Floating point matchers: double
  151. :test-result: PASS Floating point matchers: float
  152. :test-result: PASS Generators -- adapters
  153. :test-result: PASS Generators -- simple
  154. :test-result: PASS Generators internals
  155. :test-result: PASS Greater-than inequalities with different epsilons
  156. :test-result: PASS Hashers with different seed produce different hash with same test case
  157. :test-result: PASS Hashers with same seed produce same hash
  158. :test-result: PASS Hashing different test cases produces different result
  159. :test-result: PASS Hashing test case produces same hash across multiple calls
  160. :test-result: FAIL INFO and WARN do not abort tests
  161. :test-result: FAIL INFO gets logged on failure
  162. :test-result: FAIL INFO gets logged on failure, even if captured before successful assertions
  163. :test-result: FAIL INFO is reset for each loop
  164. :test-result: XFAIL Inequality checks that should fail
  165. :test-result: PASS Inequality checks that should succeed
  166. :test-result: PASS Lambdas in assertions
  167. :test-result: PASS Less-than inequalities with different epsilons
  168. :test-result: PASS ManuallyRegistered
  169. :test-result: PASS Matchers can be (AllOf) composed with the && operator
  170. :test-result: PASS Matchers can be (AnyOf) composed with the || operator
  171. :test-result: PASS Matchers can be composed with both && and ||
  172. :test-result: FAIL Matchers can be composed with both && and || - failing
  173. :test-result: PASS Matchers can be negated (Not) with the ! operator
  174. :test-result: FAIL Matchers can be negated (Not) with the ! operator - failing
  175. :test-result: XFAIL Mayfail test case with nested sections
  176. :test-result: FAIL Mismatching exception messages failing the test
  177. :test-result: PASS Multireporter calls reporters and listeners in correct order
  178. :test-result: PASS Multireporter updates ReporterPreferences properly
  179. :test-result: PASS Nested generators and captured variables
  180. :test-result: FAIL Nice descriptive name
  181. :test-result: FAIL Non-std exceptions can be translated
  182. :test-result: PASS Objects that evaluated in boolean contexts can be checked
  183. :test-result: PASS Optionally static assertions
  184. :test-result: FAIL Ordering comparison checks that should fail
  185. :test-result: PASS Ordering comparison checks that should succeed
  186. :test-result: PASS Our PCG implementation provides expected results for known seeds
  187. :test-result: FAIL Output from all sections is reported
  188. :test-result: PASS Overloaded comma or address-of operators are not used
  189. :test-result: PASS Parse test names and tags
  190. :test-result: PASS Parsed tags are matched case insensitive
  191. :test-result: PASS Parsing sharding-related cli flags
  192. :test-result: PASS Parsing tags with non-alphabetical characters is pass-through
  193. :test-result: PASS Parsing warnings
  194. :test-result: PASS Pointers can be compared to null
  195. :test-result: PASS Precision of floating point stringification can be set
  196. :test-result: PASS Predicate matcher can accept const char*
  197. :test-result: PASS Process can be configured on command line
  198. :test-result: PASS Product with differing arities - std::tuple<int, double, float>
  199. :test-result: PASS Product with differing arities - std::tuple<int, double>
  200. :test-result: PASS Product with differing arities - std::tuple<int>
  201. :test-result: PASS Random seed generation accepts known methods
  202. :test-result: PASS Random seed generation reports unknown methods
  203. :test-result: PASS Range type with sentinel
  204. :test-result: FAIL Reconstruction should be based on stringification: #914
  205. :test-result: FAIL Regex string matcher
  206. :test-result: PASS Registering reporter with '::' in name fails
  207. :test-result: PASS Regression test #1
  208. :test-result: PASS Reporter's write listings to provided stream
  209. :test-result: PASS Reproducer for #2309 - a very long description past 80 chars (default console width) with a late colon : blablabla
  210. :test-result: PASS SUCCEED counts as a test pass
  211. :test-result: PASS SUCCEED does not require an argument
  212. :test-result: PASS Scenario: BDD tests requiring Fixtures to provide commonly-accessed data or methods
  213. :test-result: PASS Scenario: Do that thing with the thing
  214. :test-result: PASS Scenario: This is a really long scenario name to see how the list command deals with wrapping
  215. :test-result: PASS Scenario: Vector resizing affects size and capacity
  216. :test-result: FAIL Sends stuff to stdout and stderr
  217. :test-result: PASS Some simple comparisons between doubles
  218. :test-result: FAIL Standard output from all sections is reported
  219. :test-result: FAIL StartsWith string matcher
  220. :test-result: PASS Static arrays are convertible to string
  221. :test-result: PASS String matchers
  222. :test-result: PASS StringRef
  223. :test-result: PASS StringRef at compilation time
  224. :test-result: PASS Stringifying char arrays with statically known sizes - char
  225. :test-result: PASS Stringifying char arrays with statically known sizes - signed char
  226. :test-result: PASS Stringifying char arrays with statically known sizes - unsigned char
  227. :test-result: PASS Stringifying std::chrono::duration helpers
  228. :test-result: PASS Stringifying std::chrono::duration with weird ratios
  229. :test-result: PASS Stringifying std::chrono::time_point<system_clock>
  230. :test-result: FAIL Tabs and newlines show in output
  231. :test-result: PASS Tag alias can be registered against tag patterns
  232. :test-result: PASS Tags with spaces and non-alphanumerical characters are accepted
  233. :test-result: PASS Template test case method with test types specified inside std::tuple - MyTypes - 0
  234. :test-result: PASS Template test case method with test types specified inside std::tuple - MyTypes - 1
  235. :test-result: PASS Template test case method with test types specified inside std::tuple - MyTypes - 2
  236. :test-result: PASS Template test case with test types specified inside non-copyable and non-movable std::tuple - NonCopyableAndNonMovableTypes - 0
  237. :test-result: PASS Template test case with test types specified inside non-copyable and non-movable std::tuple - NonCopyableAndNonMovableTypes - 1
  238. :test-result: PASS Template test case with test types specified inside non-default-constructible std::tuple - MyNonDefaultConstructibleTypes - 0
  239. :test-result: PASS Template test case with test types specified inside non-default-constructible std::tuple - MyNonDefaultConstructibleTypes - 1
  240. :test-result: PASS Template test case with test types specified inside std::tuple - MyTypes - 0
  241. :test-result: PASS Template test case with test types specified inside std::tuple - MyTypes - 1
  242. :test-result: PASS Template test case with test types specified inside std::tuple - MyTypes - 2
  243. :test-result: PASS TemplateTest: vectors can be sized and resized - float
  244. :test-result: PASS TemplateTest: vectors can be sized and resized - int
  245. :test-result: PASS TemplateTest: vectors can be sized and resized - std::string
  246. :test-result: PASS TemplateTest: vectors can be sized and resized - std::tuple<int,float>
  247. :test-result: PASS TemplateTestSig: vectors can be sized and resized - (std::tuple<int, float>), 6
  248. :test-result: PASS TemplateTestSig: vectors can be sized and resized - float,4
  249. :test-result: PASS TemplateTestSig: vectors can be sized and resized - int,5
  250. :test-result: PASS TemplateTestSig: vectors can be sized and resized - std::string,15
  251. :test-result: PASS Test case with identical tags keeps just one
  252. :test-result: PASS Test case with one argument
  253. :test-result: PASS Test enum bit values
  254. :test-result: PASS Test with special, characters "in name
  255. :test-result: PASS Testing checked-if
  256. :test-result: XFAIL Testing checked-if 2
  257. :test-result: XFAIL Testing checked-if 3
  258. :test-result: FAIL The NO_FAIL macro reports a failure but does not fail the test
  259. :test-result: PASS The default listing implementation write to provided stream
  260. :test-result: FAIL This test 'should' fail but doesn't
  261. :test-result: FAIL Thrown string literals are translated
  262. :test-result: PASS Tracker
  263. :test-result: PASS Trim strings
  264. :test-result: FAIL Unexpected exceptions can be translated
  265. :test-result: PASS Upcasting special member functions
  266. :test-result: PASS Usage of AllMatch range matcher
  267. :test-result: PASS Usage of AllTrue range matcher
  268. :test-result: PASS Usage of AnyMatch range matcher
  269. :test-result: PASS Usage of AnyTrue range matcher
  270. :test-result: PASS Usage of NoneMatch range matcher
  271. :test-result: PASS Usage of NoneTrue range matcher
  272. :test-result: PASS Usage of the SizeIs range matcher
  273. :test-result: PASS Use a custom approx
  274. :test-result: PASS Variadic macros
  275. :test-result: PASS Vector Approx matcher
  276. :test-result: FAIL Vector Approx matcher -- failing
  277. :test-result: PASS Vector matchers
  278. :test-result: FAIL Vector matchers that fail
  279. :test-result: PASS When checked exceptions are thrown they can be expected or unexpected
  280. :test-result: FAIL When unchecked exceptions are thrown directly they are always failures
  281. :test-result: FAIL When unchecked exceptions are thrown during a CHECK the test should continue
  282. :test-result: FAIL When unchecked exceptions are thrown during a REQUIRE the test should abort fail
  283. :test-result: FAIL When unchecked exceptions are thrown from functions they are always failures
  284. :test-result: FAIL When unchecked exceptions are thrown from sections they are always failures
  285. :test-result: FAIL When unchecked exceptions are thrown, but caught, they do not affect the test
  286. :test-result: PASS X/level/0/a
  287. :test-result: PASS X/level/0/b
  288. :test-result: PASS X/level/1/a
  289. :test-result: PASS X/level/1/b
  290. :test-result: PASS XmlEncode
  291. :test-result: PASS XmlWriter writes boolean attributes as true/false
  292. :test-result: PASS analyse no analysis
  293. :test-result: PASS array<int, N> -> toString
  294. :test-result: PASS benchmark function call
  295. :test-result: PASS boolean member
  296. :test-result: PASS checkedElse
  297. :test-result: FAIL checkedElse, failing
  298. :test-result: PASS checkedIf
  299. :test-result: FAIL checkedIf, failing
  300. :test-result: PASS classify_outliers
  301. :test-result: PASS comparisons between const int variables
  302. :test-result: PASS comparisons between int variables
  303. :test-result: PASS convertToBits
  304. :test-result: PASS empty tags are not allowed
  305. :test-result: PASS erfc_inv
  306. :test-result: PASS estimate_clock_resolution
  307. :test-result: PASS even more nested SECTION tests
  308. :test-result: FAIL first tag
  309. :test-result: FAIL has printf
  310. :test-result: PASS is_unary_function
  311. :test-result: FAIL just failure
  312. :test-result: FAIL just failure after unscoped info
  313. :test-result: FAIL just info
  314. :test-result: FAIL just unscoped info
  315. :test-result: PASS long long
  316. :test-result: FAIL looped SECTION tests
  317. :test-result: FAIL looped tests
  318. :test-result: PASS makeStream recognizes %debug stream name
  319. :test-result: PASS make_unique reimplementation
  320. :test-result: PASS mean
  321. :test-result: PASS measure
  322. :test-result: FAIL mix info, unscoped info and warning
  323. :test-result: FAIL more nested SECTION tests
  324. :test-result: PASS nested SECTION tests
  325. :test-result: PASS non streamable - with conv. op
  326. :test-result: PASS non-copyable objects
  327. :test-result: PASS normal_cdf
  328. :test-result: PASS normal_quantile
  329. :test-result: PASS not allowed
  330. :test-result: FAIL not prints unscoped info from previous failures
  331. :test-result: PASS null strings
  332. :test-result: PASS null_ptr
  333. :test-result: PASS pair<pair<int,const char *,pair<std::string,int> > -> toString
  334. :test-result: PASS parseEnums
  335. :test-result: PASS pointer to class
  336. :test-result: PASS print unscoped info if passing unscoped info is printed
  337. :test-result: FAIL prints unscoped info on failure
  338. :test-result: FAIL prints unscoped info only for the first assertion
  339. :test-result: PASS random SECTION tests
  340. :test-result: PASS replaceInPlace
  341. :test-result: PASS request an unknown %-starting stream fails
  342. :test-result: PASS resolution
  343. :test-result: PASS run_for_at_least, chronometer
  344. :test-result: PASS run_for_at_least, int
  345. :test-result: FAIL second tag
  346. :test-result: FAIL send a single char to INFO
  347. :test-result: FAIL sends information to INFO
  348. :test-result: PASS shortened hide tags are split apart
  349. :test-result: PASS splitString
  350. :test-result: FAIL stacks unscoped info in loops
  351. :test-result: PASS startsWith
  352. :test-result: PASS std::map is convertible string
  353. :test-result: PASS std::pair<int,const std::string> -> toString
  354. :test-result: PASS std::pair<int,std::string> -> toString
  355. :test-result: PASS std::set is convertible string
  356. :test-result: PASS std::vector<std::pair<std::string,int> > -> toString
  357. :test-result: PASS stdout and stderr streams have %-starting name
  358. :test-result: PASS stringify ranges
  359. :test-result: PASS stringify( has_maker )
  360. :test-result: PASS stringify( has_maker_and_operator )
  361. :test-result: PASS stringify( has_neither )
  362. :test-result: PASS stringify( has_operator )
  363. :test-result: PASS stringify( has_template_operator )
  364. :test-result: PASS stringify( vectors<has_maker> )
  365. :test-result: PASS stringify( vectors<has_maker_and_operator> )
  366. :test-result: PASS stringify( vectors<has_operator> )
  367. :test-result: PASS strlen3
  368. :test-result: PASS tables
  369. :test-result: PASS tags with dots in later positions are not parsed as hidden
  370. :test-result: FAIL thrown std::strings are translated
  371. :test-result: PASS toString on const wchar_t const pointer returns the string contents
  372. :test-result: PASS toString on const wchar_t pointer returns the string contents
  373. :test-result: PASS toString on wchar_t const pointer returns the string contents
  374. :test-result: PASS toString on wchar_t returns the string contents
  375. :test-result: PASS toString(enum class w/operator<<)
  376. :test-result: PASS toString(enum class)
  377. :test-result: PASS toString(enum w/operator<<)
  378. :test-result: PASS toString(enum)
  379. :test-result: PASS tuple<>
  380. :test-result: PASS tuple<float,int>
  381. :test-result: PASS tuple<int>
  382. :test-result: PASS tuple<string,string>
  383. :test-result: PASS tuple<tuple<int>,tuple<>,float>
  384. :test-result: PASS uniform samples
  385. :test-result: PASS unique_ptr reimplementation: basic functionality
  386. :test-result: PASS vec<vec<string,alloc>> -> toString
  387. :test-result: PASS vector<bool> -> toString
  388. :test-result: PASS vector<int,allocator> -> toString
  389. :test-result: PASS vector<int> -> toString
  390. :test-result: PASS vector<string> -> toString
  391. :test-result: PASS vectors can be sized and resized
  392. :test-result: PASS warmup
  393. :test-result: PASS weighted_average_quantile
  394. :test-result: PASS xmlentitycheck