rj_schema 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (614) hide show
  1. checksums.yaml +4 -4
  2. data/ext/rj_schema/rapidjson/CHANGELOG.md +158 -0
  3. data/ext/rj_schema/rapidjson/CMakeLists.txt +226 -0
  4. data/ext/rj_schema/rapidjson/CMakeModules/FindGTestSrc.cmake +30 -0
  5. data/ext/rj_schema/rapidjson/RapidJSON.pc.in +7 -0
  6. data/ext/rj_schema/rapidjson/RapidJSONConfig.cmake.in +25 -0
  7. data/ext/rj_schema/rapidjson/RapidJSONConfigVersion.cmake.in +10 -0
  8. data/ext/rj_schema/rapidjson/appveyor.yml +54 -0
  9. data/ext/rj_schema/rapidjson/bin/data/abcde.txt +1 -0
  10. data/ext/rj_schema/rapidjson/bin/data/glossary.json +22 -0
  11. data/ext/rj_schema/rapidjson/bin/data/menu.json +27 -0
  12. data/ext/rj_schema/rapidjson/bin/data/readme.txt +1 -0
  13. data/ext/rj_schema/rapidjson/bin/data/sample.json +3315 -0
  14. data/ext/rj_schema/rapidjson/bin/data/webapp.json +88 -0
  15. data/ext/rj_schema/rapidjson/bin/data/widget.json +26 -0
  16. data/ext/rj_schema/rapidjson/bin/draft-04/schema +150 -0
  17. data/ext/rj_schema/rapidjson/bin/encodings/utf16be.json +0 -0
  18. data/ext/rj_schema/rapidjson/bin/encodings/utf16bebom.json +0 -0
  19. data/ext/rj_schema/rapidjson/bin/encodings/utf16le.json +0 -0
  20. data/ext/rj_schema/rapidjson/bin/encodings/utf16lebom.json +0 -0
  21. data/ext/rj_schema/rapidjson/bin/encodings/utf32be.json +0 -0
  22. data/ext/rj_schema/rapidjson/bin/encodings/utf32bebom.json +0 -0
  23. data/ext/rj_schema/rapidjson/bin/encodings/utf32le.json +0 -0
  24. data/ext/rj_schema/rapidjson/bin/encodings/utf32lebom.json +0 -0
  25. data/ext/rj_schema/rapidjson/bin/encodings/utf8.json +7 -0
  26. data/ext/rj_schema/rapidjson/bin/encodings/utf8bom.json +7 -0
  27. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail1.json +1 -0
  28. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail10.json +1 -0
  29. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail11.json +1 -0
  30. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail12.json +1 -0
  31. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail13.json +1 -0
  32. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail14.json +1 -0
  33. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail15.json +1 -0
  34. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail16.json +1 -0
  35. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail17.json +1 -0
  36. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail18.json +1 -0
  37. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail19.json +1 -0
  38. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail2.json +1 -0
  39. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail20.json +1 -0
  40. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail21.json +1 -0
  41. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail22.json +1 -0
  42. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail23.json +1 -0
  43. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail24.json +1 -0
  44. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail25.json +1 -0
  45. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail26.json +1 -0
  46. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail27.json +2 -0
  47. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail28.json +2 -0
  48. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail29.json +1 -0
  49. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail3.json +1 -0
  50. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail30.json +1 -0
  51. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail31.json +1 -0
  52. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail32.json +1 -0
  53. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail33.json +1 -0
  54. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail4.json +1 -0
  55. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail5.json +1 -0
  56. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail6.json +1 -0
  57. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail7.json +1 -0
  58. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail8.json +1 -0
  59. data/ext/rj_schema/rapidjson/bin/jsonchecker/fail9.json +1 -0
  60. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass1.json +58 -0
  61. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass2.json +1 -0
  62. data/ext/rj_schema/rapidjson/bin/jsonchecker/pass3.json +6 -0
  63. data/ext/rj_schema/rapidjson/bin/jsonchecker/readme.txt +3 -0
  64. data/ext/rj_schema/rapidjson/bin/jsonschema/LICENSE +19 -0
  65. data/ext/rj_schema/rapidjson/bin/jsonschema/README.md +148 -0
  66. data/ext/rj_schema/rapidjson/bin/jsonschema/bin/jsonschema_suite +283 -0
  67. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json +3 -0
  68. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/integer.json +3 -0
  69. data/ext/rj_schema/rapidjson/bin/jsonschema/remotes/subSchemas.json +8 -0
  70. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/additionalItems.json +82 -0
  71. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/additionalProperties.json +88 -0
  72. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/default.json +49 -0
  73. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/dependencies.json +108 -0
  74. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/disallow.json +80 -0
  75. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/divisibleBy.json +60 -0
  76. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/enum.json +71 -0
  77. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/extends.json +94 -0
  78. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/items.json +46 -0
  79. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maxItems.json +28 -0
  80. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maxLength.json +33 -0
  81. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/maximum.json +42 -0
  82. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minItems.json +28 -0
  83. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minLength.json +33 -0
  84. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/minimum.json +42 -0
  85. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/bignum.json +107 -0
  86. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/format.json +222 -0
  87. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/jsregex.json +18 -0
  88. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json +15 -0
  89. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/pattern.json +34 -0
  90. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/patternProperties.json +110 -0
  91. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/properties.json +92 -0
  92. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/ref.json +159 -0
  93. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/refRemote.json +74 -0
  94. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/required.json +53 -0
  95. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/type.json +474 -0
  96. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft3/uniqueItems.json +79 -0
  97. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/additionalItems.json +82 -0
  98. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/additionalProperties.json +88 -0
  99. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/allOf.json +112 -0
  100. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/anyOf.json +68 -0
  101. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/default.json +49 -0
  102. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/definitions.json +32 -0
  103. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/dependencies.json +113 -0
  104. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/enum.json +72 -0
  105. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/items.json +46 -0
  106. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxItems.json +28 -0
  107. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxLength.json +33 -0
  108. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json +28 -0
  109. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/maximum.json +42 -0
  110. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minItems.json +28 -0
  111. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minLength.json +33 -0
  112. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minProperties.json +28 -0
  113. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/minimum.json +42 -0
  114. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/multipleOf.json +60 -0
  115. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/not.json +96 -0
  116. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/oneOf.json +68 -0
  117. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/bignum.json +107 -0
  118. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/format.json +148 -0
  119. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json +15 -0
  120. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/pattern.json +34 -0
  121. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/patternProperties.json +110 -0
  122. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/properties.json +92 -0
  123. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/ref.json +159 -0
  124. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/refRemote.json +74 -0
  125. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/required.json +39 -0
  126. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/type.json +330 -0
  127. data/ext/rj_schema/rapidjson/bin/jsonschema/tests/draft4/uniqueItems.json +79 -0
  128. data/ext/rj_schema/rapidjson/bin/jsonschema/tox.ini +8 -0
  129. data/ext/rj_schema/rapidjson/bin/types/booleans.json +102 -0
  130. data/ext/rj_schema/rapidjson/bin/types/floats.json +102 -0
  131. data/ext/rj_schema/rapidjson/bin/types/guids.json +102 -0
  132. data/ext/rj_schema/rapidjson/bin/types/integers.json +102 -0
  133. data/ext/rj_schema/rapidjson/bin/types/mixed.json +592 -0
  134. data/ext/rj_schema/rapidjson/bin/types/nulls.json +102 -0
  135. data/ext/rj_schema/rapidjson/bin/types/paragraphs.json +102 -0
  136. data/ext/rj_schema/rapidjson/bin/types/readme.txt +1 -0
  137. data/ext/rj_schema/rapidjson/contrib/natvis/LICENSE +45 -0
  138. data/ext/rj_schema/rapidjson/contrib/natvis/README.md +7 -0
  139. data/ext/rj_schema/rapidjson/contrib/natvis/rapidjson.natvis +38 -0
  140. data/ext/rj_schema/rapidjson/doc/CMakeLists.txt +27 -0
  141. data/ext/rj_schema/rapidjson/doc/Doxyfile.in +2369 -0
  142. data/ext/rj_schema/rapidjson/doc/Doxyfile.zh-cn.in +2369 -0
  143. data/ext/rj_schema/rapidjson/doc/diagram/architecture.dot +50 -0
  144. data/ext/rj_schema/rapidjson/doc/diagram/architecture.png +0 -0
  145. data/ext/rj_schema/rapidjson/doc/diagram/insituparsing.dot +65 -0
  146. data/ext/rj_schema/rapidjson/doc/diagram/insituparsing.png +0 -0
  147. data/ext/rj_schema/rapidjson/doc/diagram/iterative-parser-states-diagram.dot +62 -0
  148. data/ext/rj_schema/rapidjson/doc/diagram/iterative-parser-states-diagram.png +0 -0
  149. data/ext/rj_schema/rapidjson/doc/diagram/makefile +8 -0
  150. data/ext/rj_schema/rapidjson/doc/diagram/move1.dot +47 -0
  151. data/ext/rj_schema/rapidjson/doc/diagram/move1.png +0 -0
  152. data/ext/rj_schema/rapidjson/doc/diagram/move2.dot +62 -0
  153. data/ext/rj_schema/rapidjson/doc/diagram/move2.png +0 -0
  154. data/ext/rj_schema/rapidjson/doc/diagram/move3.dot +60 -0
  155. data/ext/rj_schema/rapidjson/doc/diagram/move3.png +0 -0
  156. data/ext/rj_schema/rapidjson/doc/diagram/normalparsing.dot +56 -0
  157. data/ext/rj_schema/rapidjson/doc/diagram/normalparsing.png +0 -0
  158. data/ext/rj_schema/rapidjson/doc/diagram/simpledom.dot +54 -0
  159. data/ext/rj_schema/rapidjson/doc/diagram/simpledom.png +0 -0
  160. data/ext/rj_schema/rapidjson/doc/diagram/tutorial.dot +58 -0
  161. data/ext/rj_schema/rapidjson/doc/diagram/tutorial.png +0 -0
  162. data/ext/rj_schema/rapidjson/doc/diagram/utilityclass.dot +73 -0
  163. data/ext/rj_schema/rapidjson/doc/diagram/utilityclass.png +0 -0
  164. data/ext/rj_schema/rapidjson/doc/dom.md +281 -0
  165. data/ext/rj_schema/rapidjson/doc/dom.zh-cn.md +285 -0
  166. data/ext/rj_schema/rapidjson/doc/encoding.md +146 -0
  167. data/ext/rj_schema/rapidjson/doc/encoding.zh-cn.md +152 -0
  168. data/ext/rj_schema/rapidjson/doc/faq.md +289 -0
  169. data/ext/rj_schema/rapidjson/doc/faq.zh-cn.md +290 -0
  170. data/ext/rj_schema/rapidjson/doc/features.md +104 -0
  171. data/ext/rj_schema/rapidjson/doc/features.zh-cn.md +103 -0
  172. data/ext/rj_schema/rapidjson/doc/internals.md +368 -0
  173. data/ext/rj_schema/rapidjson/doc/internals.zh-cn.md +363 -0
  174. data/ext/rj_schema/rapidjson/doc/logo/rapidjson.png +0 -0
  175. data/ext/rj_schema/rapidjson/doc/logo/rapidjson.svg +119 -0
  176. data/ext/rj_schema/rapidjson/doc/misc/DoxygenLayout.xml +194 -0
  177. data/ext/rj_schema/rapidjson/doc/misc/doxygenextra.css +274 -0
  178. data/ext/rj_schema/rapidjson/doc/misc/footer.html +11 -0
  179. data/ext/rj_schema/rapidjson/doc/misc/header.html +24 -0
  180. data/ext/rj_schema/rapidjson/doc/npm.md +31 -0
  181. data/ext/rj_schema/rapidjson/doc/performance.md +26 -0
  182. data/ext/rj_schema/rapidjson/doc/performance.zh-cn.md +26 -0
  183. data/ext/rj_schema/rapidjson/doc/pointer.md +234 -0
  184. data/ext/rj_schema/rapidjson/doc/pointer.zh-cn.md +234 -0
  185. data/ext/rj_schema/rapidjson/doc/sax.md +509 -0
  186. data/ext/rj_schema/rapidjson/doc/sax.zh-cn.md +487 -0
  187. data/ext/rj_schema/rapidjson/doc/schema.md +505 -0
  188. data/ext/rj_schema/rapidjson/doc/schema.zh-cn.md +237 -0
  189. data/ext/rj_schema/rapidjson/doc/stream.md +429 -0
  190. data/ext/rj_schema/rapidjson/doc/stream.zh-cn.md +429 -0
  191. data/ext/rj_schema/rapidjson/doc/tutorial.md +536 -0
  192. data/ext/rj_schema/rapidjson/doc/tutorial.zh-cn.md +535 -0
  193. data/ext/rj_schema/rapidjson/docker/debian/Dockerfile +8 -0
  194. data/ext/rj_schema/rapidjson/example/CMakeLists.txt +46 -0
  195. data/ext/rj_schema/rapidjson/example/archiver/archiver.cpp +292 -0
  196. data/ext/rj_schema/rapidjson/example/archiver/archiver.h +145 -0
  197. data/ext/rj_schema/rapidjson/example/archiver/archivertest.cpp +287 -0
  198. data/ext/rj_schema/rapidjson/example/capitalize/capitalize.cpp +67 -0
  199. data/ext/rj_schema/rapidjson/example/condense/condense.cpp +32 -0
  200. data/ext/rj_schema/rapidjson/example/filterkey/filterkey.cpp +135 -0
  201. data/ext/rj_schema/rapidjson/example/filterkeydom/filterkeydom.cpp +170 -0
  202. data/ext/rj_schema/rapidjson/example/jsonx/jsonx.cpp +207 -0
  203. data/ext/rj_schema/rapidjson/example/lookaheadparser/lookaheadparser.cpp +350 -0
  204. data/ext/rj_schema/rapidjson/example/messagereader/messagereader.cpp +105 -0
  205. data/ext/rj_schema/rapidjson/example/parsebyparts/parsebyparts.cpp +176 -0
  206. data/ext/rj_schema/rapidjson/example/pretty/pretty.cpp +30 -0
  207. data/ext/rj_schema/rapidjson/example/prettyauto/prettyauto.cpp +56 -0
  208. data/ext/rj_schema/rapidjson/example/schemavalidator/schemavalidator.cpp +78 -0
  209. data/ext/rj_schema/rapidjson/example/serialize/serialize.cpp +173 -0
  210. data/ext/rj_schema/rapidjson/example/simpledom/simpledom.cpp +29 -0
  211. data/ext/rj_schema/rapidjson/example/simplepullreader/simplepullreader.cpp +53 -0
  212. data/ext/rj_schema/rapidjson/example/simplereader/simplereader.cpp +42 -0
  213. data/ext/rj_schema/rapidjson/example/simplewriter/simplewriter.cpp +36 -0
  214. data/ext/rj_schema/rapidjson/example/sortkeys/sortkeys.cpp +62 -0
  215. data/ext/rj_schema/rapidjson/example/tutorial/tutorial.cpp +151 -0
  216. data/ext/rj_schema/rapidjson/include/rapidjson/allocators.h +284 -0
  217. data/ext/rj_schema/rapidjson/include/rapidjson/cursorstreamwrapper.h +78 -0
  218. data/ext/rj_schema/rapidjson/include/rapidjson/document.h +2732 -0
  219. data/ext/rj_schema/rapidjson/include/rapidjson/encodedstream.h +299 -0
  220. data/ext/rj_schema/rapidjson/include/rapidjson/encodings.h +716 -0
  221. data/ext/rj_schema/rapidjson/include/rapidjson/error/en.h +74 -0
  222. data/ext/rj_schema/rapidjson/include/rapidjson/error/error.h +161 -0
  223. data/ext/rj_schema/rapidjson/include/rapidjson/filereadstream.h +99 -0
  224. data/ext/rj_schema/rapidjson/include/rapidjson/filewritestream.h +104 -0
  225. data/ext/rj_schema/rapidjson/include/rapidjson/fwd.h +151 -0
  226. data/ext/rj_schema/rapidjson/include/rapidjson/internal/biginteger.h +290 -0
  227. data/ext/rj_schema/rapidjson/include/rapidjson/internal/clzll.h +71 -0
  228. data/ext/rj_schema/rapidjson/include/rapidjson/internal/diyfp.h +257 -0
  229. data/ext/rj_schema/rapidjson/include/rapidjson/internal/dtoa.h +245 -0
  230. data/ext/rj_schema/rapidjson/include/rapidjson/internal/ieee754.h +78 -0
  231. data/ext/rj_schema/rapidjson/include/rapidjson/internal/itoa.h +308 -0
  232. data/ext/rj_schema/rapidjson/include/rapidjson/internal/meta.h +186 -0
  233. data/ext/rj_schema/rapidjson/include/rapidjson/internal/pow10.h +55 -0
  234. data/ext/rj_schema/rapidjson/include/rapidjson/internal/regex.h +739 -0
  235. data/ext/rj_schema/rapidjson/include/rapidjson/internal/stack.h +232 -0
  236. data/ext/rj_schema/rapidjson/include/rapidjson/internal/strfunc.h +69 -0
  237. data/ext/rj_schema/rapidjson/include/rapidjson/internal/strtod.h +290 -0
  238. data/ext/rj_schema/rapidjson/include/rapidjson/internal/swap.h +46 -0
  239. data/ext/rj_schema/rapidjson/include/rapidjson/istreamwrapper.h +128 -0
  240. data/ext/rj_schema/rapidjson/include/rapidjson/memorybuffer.h +70 -0
  241. data/ext/rj_schema/rapidjson/include/rapidjson/memorystream.h +71 -0
  242. data/ext/rj_schema/rapidjson/include/rapidjson/msinttypes/inttypes.h +316 -0
  243. data/ext/rj_schema/rapidjson/include/rapidjson/msinttypes/stdint.h +300 -0
  244. data/ext/rj_schema/rapidjson/include/rapidjson/ostreamwrapper.h +81 -0
  245. data/ext/rj_schema/rapidjson/include/rapidjson/pointer.h +1415 -0
  246. data/ext/rj_schema/rapidjson/include/rapidjson/prettywriter.h +277 -0
  247. data/ext/rj_schema/rapidjson/include/rapidjson/rapidjson.h +676 -0
  248. data/ext/rj_schema/rapidjson/include/rapidjson/reader.h +2236 -0
  249. data/ext/rj_schema/rapidjson/include/rapidjson/schema.h +2496 -0
  250. data/ext/rj_schema/rapidjson/include/rapidjson/stream.h +223 -0
  251. data/ext/rj_schema/rapidjson/include/rapidjson/stringbuffer.h +121 -0
  252. data/ext/rj_schema/rapidjson/include/rapidjson/writer.h +710 -0
  253. data/ext/rj_schema/rapidjson/include_dirs.js +2 -0
  254. data/ext/rj_schema/rapidjson/library.json +15 -0
  255. data/ext/rj_schema/rapidjson/license.txt +57 -0
  256. data/ext/rj_schema/rapidjson/package.json +24 -0
  257. data/ext/rj_schema/rapidjson/rapidjson.autopkg +77 -0
  258. data/ext/rj_schema/rapidjson/readme.md +210 -0
  259. data/ext/rj_schema/rapidjson/readme.zh-cn.md +152 -0
  260. data/ext/rj_schema/rapidjson/test/CMakeLists.txt +20 -0
  261. data/ext/rj_schema/rapidjson/test/perftest/CMakeLists.txt +28 -0
  262. data/ext/rj_schema/rapidjson/test/perftest/misctest.cpp +974 -0
  263. data/ext/rj_schema/rapidjson/test/perftest/perftest.cpp +24 -0
  264. data/ext/rj_schema/rapidjson/test/perftest/perftest.h +185 -0
  265. data/ext/rj_schema/rapidjson/test/perftest/platformtest.cpp +166 -0
  266. data/ext/rj_schema/rapidjson/test/perftest/rapidjsontest.cpp +546 -0
  267. data/ext/rj_schema/rapidjson/test/perftest/schematest.cpp +223 -0
  268. data/ext/rj_schema/rapidjson/test/unittest/CMakeLists.txt +92 -0
  269. data/ext/rj_schema/rapidjson/test/unittest/allocatorstest.cpp +100 -0
  270. data/ext/rj_schema/rapidjson/test/unittest/bigintegertest.cpp +138 -0
  271. data/ext/rj_schema/rapidjson/test/unittest/cursorstreamwrappertest.cpp +115 -0
  272. data/ext/rj_schema/rapidjson/test/unittest/documenttest.cpp +672 -0
  273. data/ext/rj_schema/rapidjson/test/unittest/dtoatest.cpp +98 -0
  274. data/ext/rj_schema/rapidjson/test/unittest/encodedstreamtest.cpp +313 -0
  275. data/ext/rj_schema/rapidjson/test/unittest/encodingstest.cpp +451 -0
  276. data/ext/rj_schema/rapidjson/test/unittest/filestreamtest.cpp +155 -0
  277. data/ext/rj_schema/rapidjson/test/unittest/fwdtest.cpp +230 -0
  278. data/ext/rj_schema/rapidjson/test/unittest/istreamwrappertest.cpp +181 -0
  279. data/ext/rj_schema/rapidjson/test/unittest/itoatest.cpp +160 -0
  280. data/ext/rj_schema/rapidjson/test/unittest/jsoncheckertest.cpp +143 -0
  281. data/ext/rj_schema/rapidjson/test/unittest/namespacetest.cpp +70 -0
  282. data/ext/rj_schema/rapidjson/test/unittest/ostreamwrappertest.cpp +92 -0
  283. data/ext/rj_schema/rapidjson/test/unittest/pointertest.cpp +1638 -0
  284. data/ext/rj_schema/rapidjson/test/unittest/prettywritertest.cpp +373 -0
  285. data/ext/rj_schema/rapidjson/test/unittest/readertest.cpp +2225 -0
  286. data/ext/rj_schema/rapidjson/test/unittest/regextest.cpp +639 -0
  287. data/ext/rj_schema/rapidjson/test/unittest/schematest.cpp +2072 -0
  288. data/ext/rj_schema/rapidjson/test/unittest/simdtest.cpp +219 -0
  289. data/ext/rj_schema/rapidjson/test/unittest/strfunctest.cpp +30 -0
  290. data/ext/rj_schema/rapidjson/test/unittest/stringbuffertest.cpp +192 -0
  291. data/ext/rj_schema/rapidjson/test/unittest/strtodtest.cpp +132 -0
  292. data/ext/rj_schema/rapidjson/test/unittest/unittest.cpp +51 -0
  293. data/ext/rj_schema/rapidjson/test/unittest/unittest.h +143 -0
  294. data/ext/rj_schema/rapidjson/test/unittest/valuetest.cpp +1851 -0
  295. data/ext/rj_schema/rapidjson/test/unittest/writertest.cpp +598 -0
  296. data/ext/rj_schema/rapidjson/test/valgrind.supp +17 -0
  297. data/ext/rj_schema/rapidjson/thirdparty/gtest/BUILD.bazel +175 -0
  298. data/ext/rj_schema/rapidjson/thirdparty/gtest/CMakeLists.txt +33 -0
  299. data/ext/rj_schema/rapidjson/thirdparty/gtest/CONTRIBUTING.md +160 -0
  300. data/ext/rj_schema/rapidjson/thirdparty/gtest/LICENSE +28 -0
  301. data/ext/rj_schema/rapidjson/thirdparty/gtest/Makefile.am +14 -0
  302. data/ext/rj_schema/rapidjson/thirdparty/gtest/README.md +122 -0
  303. data/ext/rj_schema/rapidjson/thirdparty/gtest/WORKSPACE +8 -0
  304. data/ext/rj_schema/rapidjson/thirdparty/gtest/appveyor.yml +104 -0
  305. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/build-linux-autotools.sh +44 -0
  306. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/build-linux-bazel.sh +36 -0
  307. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/env-linux.sh +41 -0
  308. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/env-osx.sh +40 -0
  309. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/get-nprocessors.sh +48 -0
  310. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/install-linux.sh +49 -0
  311. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/install-osx.sh +39 -0
  312. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/log-config.sh +51 -0
  313. data/ext/rj_schema/rapidjson/thirdparty/gtest/ci/travis.sh +44 -0
  314. data/ext/rj_schema/rapidjson/thirdparty/gtest/configure.ac +16 -0
  315. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CHANGES +126 -0
  316. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CMakeLists.txt +242 -0
  317. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/CONTRIBUTORS +40 -0
  318. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/LICENSE +28 -0
  319. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/Makefile.am +224 -0
  320. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/README.md +344 -0
  321. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/cmake/gmock.pc.in +9 -0
  322. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/cmake/gmock_main.pc.in +9 -0
  323. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/configure.ac +146 -0
  324. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/CheatSheet.md +564 -0
  325. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/CookBook.md +3660 -0
  326. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/DesignDoc.md +280 -0
  327. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/Documentation.md +15 -0
  328. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/ForDummies.md +447 -0
  329. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/FrequentlyAskedQuestions.md +627 -0
  330. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/docs/KnownIssues.md +19 -0
  331. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-actions.h +1262 -0
  332. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-cardinalities.h +147 -0
  333. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h +2571 -0
  334. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-actions.h.pump +833 -0
  335. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h +1379 -0
  336. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump +347 -0
  337. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h +2258 -0
  338. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-matchers.h.pump +675 -0
  339. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h +458 -0
  340. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-generated-nice-strict.h.pump +178 -0
  341. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h +5255 -0
  342. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-actions.h +246 -0
  343. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-more-matchers.h +91 -0
  344. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-spec-builders.h +1918 -0
  345. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock.h +95 -0
  346. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h +8 -0
  347. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump +10 -0
  348. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-matchers.h +38 -0
  349. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/custom/gmock-port.h +46 -0
  350. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h +286 -0
  351. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-generated-internal-utils.h.pump +136 -0
  352. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-internal-utils.h +574 -0
  353. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/include/gmock/internal/gmock-port.h +87 -0
  354. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/make/Makefile +101 -0
  355. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.sln +32 -0
  356. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock.vcproj +191 -0
  357. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_config.vsprops +15 -0
  358. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_main.vcproj +187 -0
  359. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2005/gmock_test.vcproj +201 -0
  360. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.sln +46 -0
  361. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock.vcxproj +145 -0
  362. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_config.props +19 -0
  363. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_main.vcxproj +151 -0
  364. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2010/gmock_test.vcxproj +176 -0
  365. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.sln +46 -0
  366. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock.vcxproj +145 -0
  367. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_config.props +19 -0
  368. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_main.vcxproj +151 -0
  369. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/msvc/2015/gmock_test.vcxproj +176 -0
  370. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/fuse_gmock_files.py +240 -0
  371. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/LICENSE +203 -0
  372. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README +34 -0
  373. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/README.cppclean +115 -0
  374. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/__init__.py +0 -0
  375. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/ast.py +1733 -0
  376. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class.py +227 -0
  377. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/gmock_class_test.py +448 -0
  378. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/keywords.py +59 -0
  379. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/tokenize.py +287 -0
  380. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/utils.py +41 -0
  381. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/generator/gmock_gen.py +31 -0
  382. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/gmock-config.in +303 -0
  383. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/gmock_doctor.py +640 -0
  384. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/upload.py +1387 -0
  385. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/scripts/upload_gmock.py +78 -0
  386. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-all.cc +47 -0
  387. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-cardinalities.cc +156 -0
  388. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-internal-utils.cc +204 -0
  389. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-matchers.cc +573 -0
  390. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock-spec-builders.cc +883 -0
  391. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock.cc +205 -0
  392. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/src/gmock_main.cc +54 -0
  393. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/BUILD.bazel +123 -0
  394. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-actions_test.cc +1575 -0
  395. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-cardinalities_test.cc +428 -0
  396. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-actions_test.cc +1230 -0
  397. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-function-mockers_test.cc +647 -0
  398. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-internal-utils_test.cc +129 -0
  399. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-generated-matchers_test.cc +1341 -0
  400. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-internal-utils_test.cc +718 -0
  401. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-matchers_test.cc +6767 -0
  402. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-more-actions_test.cc +710 -0
  403. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-nice-strict_test.cc +511 -0
  404. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-port_test.cc +43 -0
  405. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock-spec-builders_test.cc +2771 -0
  406. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_all_test.cc +51 -0
  407. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_ex_test.cc +81 -0
  408. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test.py +108 -0
  409. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_leak_test_.cc +100 -0
  410. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link2_test.cc +40 -0
  411. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.cc +40 -0
  412. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_link_test.h +691 -0
  413. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test.py +183 -0
  414. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_.cc +310 -0
  415. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_output_test_golden.txt +317 -0
  416. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_stress_test.cc +323 -0
  417. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_test.cc +262 -0
  418. data/ext/rj_schema/rapidjson/thirdparty/gtest/googlemock/test/gmock_test_utils.py +110 -0
  419. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CHANGES +157 -0
  420. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CMakeLists.txt +312 -0
  421. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/CONTRIBUTORS +37 -0
  422. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/LICENSE +28 -0
  423. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/Makefile.am +339 -0
  424. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/README.md +341 -0
  425. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/cmake/gtest.pc.in +9 -0
  426. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/cmake/gtest_main.pc.in +10 -0
  427. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/cmake/internal_utils.cmake +280 -0
  428. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest.cbproj +138 -0
  429. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest.groupproj +54 -0
  430. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_all.cc +38 -0
  431. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_link.cc +40 -0
  432. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_main.cbproj +82 -0
  433. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/codegear/gtest_unittest.cbproj +88 -0
  434. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/configure.ac +68 -0
  435. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/Pkgconfig.md +146 -0
  436. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/PumpManual.md +177 -0
  437. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/XcodeGuide.md +93 -0
  438. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/advanced.md +2416 -0
  439. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/faq.md +1092 -0
  440. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/primer.md +536 -0
  441. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/docs/samples.md +14 -0
  442. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-death-test.h +342 -0
  443. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-message.h +249 -0
  444. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h +1438 -0
  445. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-param-test.h.pump +501 -0
  446. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-printers.h +1082 -0
  447. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-spi.h +231 -0
  448. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-test-part.h +179 -0
  449. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest-typed-test.h +264 -0
  450. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h +2332 -0
  451. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_pred_impl.h +357 -0
  452. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest_prod.h +61 -0
  453. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-port.h +70 -0
  454. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest-printers.h +42 -0
  455. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/custom/gtest.h +45 -0
  456. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-death-test-internal.h +275 -0
  457. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-filepath.h +205 -0
  458. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-internal.h +1277 -0
  459. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-linked_ptr.h +243 -0
  460. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h +5139 -0
  461. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump +279 -0
  462. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-param-util.h +723 -0
  463. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port-arch.h +100 -0
  464. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-port.h +2687 -0
  465. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-string.h +167 -0
  466. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h +1020 -0
  467. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-tuple.h.pump +347 -0
  468. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h +3347 -0
  469. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/include/gtest/internal/gtest-type-util.h.pump +313 -0
  470. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/m4/acx_pthread.m4 +363 -0
  471. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/m4/gtest.m4 +74 -0
  472. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/make/Makefile +82 -0
  473. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest-md.sln +55 -0
  474. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest-md.vcxproj +149 -0
  475. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest-md.vcxproj.filters +18 -0
  476. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest.sln +55 -0
  477. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest.vcxproj +149 -0
  478. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest.vcxproj.filters +18 -0
  479. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main-md.vcxproj +154 -0
  480. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main-md.vcxproj.filters +18 -0
  481. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main.vcxproj +162 -0
  482. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_main.vcxproj.filters +18 -0
  483. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test-md.vcxproj +199 -0
  484. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test-md.vcxproj.filters +26 -0
  485. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test.vcxproj +191 -0
  486. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_prod_test.vcxproj.filters +26 -0
  487. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest-md.vcxproj +188 -0
  488. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest-md.vcxproj.filters +18 -0
  489. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest.vcxproj +180 -0
  490. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/msvc/2010/gtest_unittest.vcxproj.filters +18 -0
  491. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/prime_tables.h +127 -0
  492. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1.cc +68 -0
  493. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1.h +43 -0
  494. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample10_unittest.cc +140 -0
  495. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample1_unittest.cc +154 -0
  496. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2.cc +56 -0
  497. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2.h +85 -0
  498. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample2_unittest.cc +110 -0
  499. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample3-inl.h +172 -0
  500. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample3_unittest.cc +152 -0
  501. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4.cc +46 -0
  502. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4.h +53 -0
  503. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample4_unittest.cc +49 -0
  504. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample5_unittest.cc +199 -0
  505. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample6_unittest.cc +225 -0
  506. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample7_unittest.cc +118 -0
  507. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample8_unittest.cc +174 -0
  508. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/samples/sample9_unittest.cc +157 -0
  509. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/common.py +83 -0
  510. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/fuse_gtest_files.py +253 -0
  511. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/gen_gtest_pred_impl.py +730 -0
  512. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/gtest-config.in +274 -0
  513. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/pump.py +855 -0
  514. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/release_docs.py +158 -0
  515. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/test/Makefile +59 -0
  516. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/upload.py +1387 -0
  517. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/scripts/upload_gtest.py +78 -0
  518. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-all.cc +48 -0
  519. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-death-test.cc +1536 -0
  520. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-filepath.cc +385 -0
  521. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-internal-inl.h +1175 -0
  522. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-port.cc +1277 -0
  523. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-printers.cc +458 -0
  524. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-test-part.cc +102 -0
  525. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest-typed-test.cc +119 -0
  526. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest.cc +5846 -0
  527. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/src/gtest_main.cc +38 -0
  528. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/BUILD.bazel +396 -0
  529. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_ex_test.cc +93 -0
  530. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-death-test_test.cc +1424 -0
  531. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-filepath_test.cc +652 -0
  532. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-linked_ptr_test.cc +154 -0
  533. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-listener_test.cc +311 -0
  534. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-message_test.cc +159 -0
  535. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-options_test.cc +213 -0
  536. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test2_test.cc +61 -0
  537. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.cc +1110 -0
  538. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-param-test_test.h +53 -0
  539. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-port_test.cc +1303 -0
  540. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-printers_test.cc +1737 -0
  541. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-test-part_test.cc +208 -0
  542. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-tuple_test.cc +320 -0
  543. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test2_test.cc +45 -0
  544. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.cc +380 -0
  545. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-typed-test_test.h +66 -0
  546. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest-unittest-api_test.cc +341 -0
  547. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_all_test.cc +47 -0
  548. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_assert_by_exception_test.cc +119 -0
  549. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest.py +210 -0
  550. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_break_on_failure_unittest_.cc +87 -0
  551. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test.py +235 -0
  552. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_catch_exceptions_test_.cc +311 -0
  553. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test.py +129 -0
  554. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_color_test_.cc +63 -0
  555. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test.py +119 -0
  556. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_env_var_test_.cc +124 -0
  557. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_environment_test.cc +189 -0
  558. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest.py +638 -0
  559. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_filter_unittest_.cc +138 -0
  560. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test.py +172 -0
  561. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_help_test_.cc +46 -0
  562. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_json_outfiles_test.py +162 -0
  563. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_json_output_unittest.py +611 -0
  564. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_json_test_utils.py +60 -0
  565. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest.py +207 -0
  566. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_list_tests_unittest_.cc +157 -0
  567. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_main_unittest.cc +45 -0
  568. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_no_test_unittest.cc +56 -0
  569. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test.py +344 -0
  570. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_.cc +1067 -0
  571. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_output_test_golden_lin.txt +781 -0
  572. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_pred_impl_unittest.cc +2427 -0
  573. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_premature_exit_test.cc +127 -0
  574. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_prod_test.cc +57 -0
  575. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_repeat_test.cc +236 -0
  576. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test.py +325 -0
  577. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_shuffle_test_.cc +103 -0
  578. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_sole_header_test.cc +57 -0
  579. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_stress_test.cc +250 -0
  580. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_test_utils.py +318 -0
  581. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_testbridge_test.py +65 -0
  582. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_testbridge_test_.cc +44 -0
  583. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_ex_test.cc +92 -0
  584. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test.py +171 -0
  585. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_throw_on_failure_test_.cc +72 -0
  586. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test.py +69 -0
  587. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_uninitialized_test_.cc +43 -0
  588. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_unittest.cc +7797 -0
  589. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile1_test_.cc +48 -0
  590. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfile2_test_.cc +48 -0
  591. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_outfiles_test.py +140 -0
  592. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest.py +378 -0
  593. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_output_unittest_.cc +179 -0
  594. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/gtest_xml_test_utils.py +196 -0
  595. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/production.cc +36 -0
  596. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/test/production.h +55 -0
  597. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/DebugProject.xcconfig +30 -0
  598. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/FrameworkTarget.xcconfig +17 -0
  599. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/General.xcconfig +41 -0
  600. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/ReleaseProject.xcconfig +32 -0
  601. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/StaticLibraryTarget.xcconfig +18 -0
  602. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Config/TestTarget.xcconfig +8 -0
  603. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Resources/Info.plist +30 -0
  604. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/Info.plist +28 -0
  605. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj +457 -0
  606. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/runtests.sh +62 -0
  607. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.cc +63 -0
  608. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget.h +59 -0
  609. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Samples/FrameworkSample/widget_test.cc +68 -0
  610. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/runtests.sh +65 -0
  611. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/Scripts/versiongenerate.py +100 -0
  612. data/ext/rj_schema/rapidjson/thirdparty/gtest/googletest/xcode/gtest.xcodeproj/project.pbxproj +1182 -0
  613. data/ext/rj_schema/rapidjson/travis-doxygen.sh +128 -0
  614. metadata +613 -1
@@ -0,0 +1,781 @@
1
+ The non-test part of the code is expected to have 2 failures.
2
+
3
+ gtest_output_test_.cc:#: Failure
4
+ Value of: false
5
+ Actual: false
6
+ Expected: true
7
+ gtest_output_test_.cc:#: Failure
8
+ Expected equality of these values:
9
+ 2
10
+ 3
11
+ [==========] Running 68 tests from 30 test cases.
12
+ [----------] Global test environment set-up.
13
+ FooEnvironment::SetUp() called.
14
+ BarEnvironment::SetUp() called.
15
+ [----------] 1 test from ADeathTest
16
+ [ RUN ] ADeathTest.ShouldRunFirst
17
+ [ OK ] ADeathTest.ShouldRunFirst
18
+ [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
19
+ [ RUN ] ATypedDeathTest/0.ShouldRunFirst
20
+ [ OK ] ATypedDeathTest/0.ShouldRunFirst
21
+ [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
22
+ [ RUN ] ATypedDeathTest/1.ShouldRunFirst
23
+ [ OK ] ATypedDeathTest/1.ShouldRunFirst
24
+ [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
25
+ [ RUN ] My/ATypeParamDeathTest/0.ShouldRunFirst
26
+ [ OK ] My/ATypeParamDeathTest/0.ShouldRunFirst
27
+ [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
28
+ [ RUN ] My/ATypeParamDeathTest/1.ShouldRunFirst
29
+ [ OK ] My/ATypeParamDeathTest/1.ShouldRunFirst
30
+ [----------] 2 tests from PassingTest
31
+ [ RUN ] PassingTest.PassingTest1
32
+ [ OK ] PassingTest.PassingTest1
33
+ [ RUN ] PassingTest.PassingTest2
34
+ [ OK ] PassingTest.PassingTest2
35
+ [----------] 2 tests from NonfatalFailureTest
36
+ [ RUN ] NonfatalFailureTest.EscapesStringOperands
37
+ gtest_output_test_.cc:#: Failure
38
+ Expected equality of these values:
39
+ kGoldenString
40
+ Which is: "\"Line"
41
+ actual
42
+ Which is: "actual \"string\""
43
+ gtest_output_test_.cc:#: Failure
44
+ Expected equality of these values:
45
+ golden
46
+ Which is: "\"Line"
47
+ actual
48
+ Which is: "actual \"string\""
49
+ [ FAILED ] NonfatalFailureTest.EscapesStringOperands
50
+ [ RUN ] NonfatalFailureTest.DiffForLongStrings
51
+ gtest_output_test_.cc:#: Failure
52
+ Expected equality of these values:
53
+ golden_str
54
+ Which is: "\"Line\0 1\"\nLine 2"
55
+ "Line 2"
56
+ With diff:
57
+ @@ -1,2 @@
58
+ -\"Line\0 1\"
59
+ Line 2
60
+
61
+ [ FAILED ] NonfatalFailureTest.DiffForLongStrings
62
+ [----------] 3 tests from FatalFailureTest
63
+ [ RUN ] FatalFailureTest.FatalFailureInSubroutine
64
+ (expecting a failure that x should be 1)
65
+ gtest_output_test_.cc:#: Failure
66
+ Expected equality of these values:
67
+ 1
68
+ x
69
+ Which is: 2
70
+ [ FAILED ] FatalFailureTest.FatalFailureInSubroutine
71
+ [ RUN ] FatalFailureTest.FatalFailureInNestedSubroutine
72
+ (expecting a failure that x should be 1)
73
+ gtest_output_test_.cc:#: Failure
74
+ Expected equality of these values:
75
+ 1
76
+ x
77
+ Which is: 2
78
+ [ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine
79
+ [ RUN ] FatalFailureTest.NonfatalFailureInSubroutine
80
+ (expecting a failure on false)
81
+ gtest_output_test_.cc:#: Failure
82
+ Value of: false
83
+ Actual: false
84
+ Expected: true
85
+ [ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine
86
+ [----------] 1 test from LoggingTest
87
+ [ RUN ] LoggingTest.InterleavingLoggingAndAssertions
88
+ (expecting 2 failures on (3) >= (a[i]))
89
+ i == 0
90
+ i == 1
91
+ gtest_output_test_.cc:#: Failure
92
+ Expected: (3) >= (a[i]), actual: 3 vs 9
93
+ i == 2
94
+ i == 3
95
+ gtest_output_test_.cc:#: Failure
96
+ Expected: (3) >= (a[i]), actual: 3 vs 6
97
+ [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions
98
+ [----------] 7 tests from SCOPED_TRACETest
99
+ [ RUN ] SCOPED_TRACETest.AcceptedValues
100
+ gtest_output_test_.cc:#: Failure
101
+ Failed
102
+ Just checking that all these values work fine.
103
+ Google Test trace:
104
+ gtest_output_test_.cc:#: (null)
105
+ gtest_output_test_.cc:#: 1337
106
+ gtest_output_test_.cc:#: std::string
107
+ gtest_output_test_.cc:#: literal string
108
+ [ FAILED ] SCOPED_TRACETest.AcceptedValues
109
+ [ RUN ] SCOPED_TRACETest.ObeysScopes
110
+ (expected to fail)
111
+ gtest_output_test_.cc:#: Failure
112
+ Failed
113
+ This failure is expected, and shouldn't have a trace.
114
+ gtest_output_test_.cc:#: Failure
115
+ Failed
116
+ This failure is expected, and should have a trace.
117
+ Google Test trace:
118
+ gtest_output_test_.cc:#: Expected trace
119
+ gtest_output_test_.cc:#: Failure
120
+ Failed
121
+ This failure is expected, and shouldn't have a trace.
122
+ [ FAILED ] SCOPED_TRACETest.ObeysScopes
123
+ [ RUN ] SCOPED_TRACETest.WorksInLoop
124
+ (expected to fail)
125
+ gtest_output_test_.cc:#: Failure
126
+ Expected equality of these values:
127
+ 2
128
+ n
129
+ Which is: 1
130
+ Google Test trace:
131
+ gtest_output_test_.cc:#: i = 1
132
+ gtest_output_test_.cc:#: Failure
133
+ Expected equality of these values:
134
+ 1
135
+ n
136
+ Which is: 2
137
+ Google Test trace:
138
+ gtest_output_test_.cc:#: i = 2
139
+ [ FAILED ] SCOPED_TRACETest.WorksInLoop
140
+ [ RUN ] SCOPED_TRACETest.WorksInSubroutine
141
+ (expected to fail)
142
+ gtest_output_test_.cc:#: Failure
143
+ Expected equality of these values:
144
+ 2
145
+ n
146
+ Which is: 1
147
+ Google Test trace:
148
+ gtest_output_test_.cc:#: n = 1
149
+ gtest_output_test_.cc:#: Failure
150
+ Expected equality of these values:
151
+ 1
152
+ n
153
+ Which is: 2
154
+ Google Test trace:
155
+ gtest_output_test_.cc:#: n = 2
156
+ [ FAILED ] SCOPED_TRACETest.WorksInSubroutine
157
+ [ RUN ] SCOPED_TRACETest.CanBeNested
158
+ (expected to fail)
159
+ gtest_output_test_.cc:#: Failure
160
+ Expected equality of these values:
161
+ 1
162
+ n
163
+ Which is: 2
164
+ Google Test trace:
165
+ gtest_output_test_.cc:#: n = 2
166
+ gtest_output_test_.cc:#:
167
+ [ FAILED ] SCOPED_TRACETest.CanBeNested
168
+ [ RUN ] SCOPED_TRACETest.CanBeRepeated
169
+ (expected to fail)
170
+ gtest_output_test_.cc:#: Failure
171
+ Failed
172
+ This failure is expected, and should contain trace point A.
173
+ Google Test trace:
174
+ gtest_output_test_.cc:#: A
175
+ gtest_output_test_.cc:#: Failure
176
+ Failed
177
+ This failure is expected, and should contain trace point A and B.
178
+ Google Test trace:
179
+ gtest_output_test_.cc:#: B
180
+ gtest_output_test_.cc:#: A
181
+ gtest_output_test_.cc:#: Failure
182
+ Failed
183
+ This failure is expected, and should contain trace point A, B, and C.
184
+ Google Test trace:
185
+ gtest_output_test_.cc:#: C
186
+ gtest_output_test_.cc:#: B
187
+ gtest_output_test_.cc:#: A
188
+ gtest_output_test_.cc:#: Failure
189
+ Failed
190
+ This failure is expected, and should contain trace point A, B, and D.
191
+ Google Test trace:
192
+ gtest_output_test_.cc:#: D
193
+ gtest_output_test_.cc:#: B
194
+ gtest_output_test_.cc:#: A
195
+ [ FAILED ] SCOPED_TRACETest.CanBeRepeated
196
+ [ RUN ] SCOPED_TRACETest.WorksConcurrently
197
+ (expecting 6 failures)
198
+ gtest_output_test_.cc:#: Failure
199
+ Failed
200
+ Expected failure #1 (in thread B, only trace B alive).
201
+ Google Test trace:
202
+ gtest_output_test_.cc:#: Trace B
203
+ gtest_output_test_.cc:#: Failure
204
+ Failed
205
+ Expected failure #2 (in thread A, trace A & B both alive).
206
+ Google Test trace:
207
+ gtest_output_test_.cc:#: Trace A
208
+ gtest_output_test_.cc:#: Failure
209
+ Failed
210
+ Expected failure #3 (in thread B, trace A & B both alive).
211
+ Google Test trace:
212
+ gtest_output_test_.cc:#: Trace B
213
+ gtest_output_test_.cc:#: Failure
214
+ Failed
215
+ Expected failure #4 (in thread B, only trace A alive).
216
+ gtest_output_test_.cc:#: Failure
217
+ Failed
218
+ Expected failure #5 (in thread A, only trace A alive).
219
+ Google Test trace:
220
+ gtest_output_test_.cc:#: Trace A
221
+ gtest_output_test_.cc:#: Failure
222
+ Failed
223
+ Expected failure #6 (in thread A, no trace alive).
224
+ [ FAILED ] SCOPED_TRACETest.WorksConcurrently
225
+ [----------] 1 test from ScopedTraceTest
226
+ [ RUN ] ScopedTraceTest.WithExplicitFileAndLine
227
+ gtest_output_test_.cc:#: Failure
228
+ Failed
229
+ Check that the trace is attached to a particular location.
230
+ Google Test trace:
231
+ explicit_file.cc:123: expected trace message
232
+ [ FAILED ] ScopedTraceTest.WithExplicitFileAndLine
233
+ [----------] 1 test from NonFatalFailureInFixtureConstructorTest
234
+ [ RUN ] NonFatalFailureInFixtureConstructorTest.FailureInConstructor
235
+ (expecting 5 failures)
236
+ gtest_output_test_.cc:#: Failure
237
+ Failed
238
+ Expected failure #1, in the test fixture c'tor.
239
+ gtest_output_test_.cc:#: Failure
240
+ Failed
241
+ Expected failure #2, in SetUp().
242
+ gtest_output_test_.cc:#: Failure
243
+ Failed
244
+ Expected failure #3, in the test body.
245
+ gtest_output_test_.cc:#: Failure
246
+ Failed
247
+ Expected failure #4, in TearDown.
248
+ gtest_output_test_.cc:#: Failure
249
+ Failed
250
+ Expected failure #5, in the test fixture d'tor.
251
+ [ FAILED ] NonFatalFailureInFixtureConstructorTest.FailureInConstructor
252
+ [----------] 1 test from FatalFailureInFixtureConstructorTest
253
+ [ RUN ] FatalFailureInFixtureConstructorTest.FailureInConstructor
254
+ (expecting 2 failures)
255
+ gtest_output_test_.cc:#: Failure
256
+ Failed
257
+ Expected failure #1, in the test fixture c'tor.
258
+ gtest_output_test_.cc:#: Failure
259
+ Failed
260
+ Expected failure #2, in the test fixture d'tor.
261
+ [ FAILED ] FatalFailureInFixtureConstructorTest.FailureInConstructor
262
+ [----------] 1 test from NonFatalFailureInSetUpTest
263
+ [ RUN ] NonFatalFailureInSetUpTest.FailureInSetUp
264
+ (expecting 4 failures)
265
+ gtest_output_test_.cc:#: Failure
266
+ Failed
267
+ Expected failure #1, in SetUp().
268
+ gtest_output_test_.cc:#: Failure
269
+ Failed
270
+ Expected failure #2, in the test function.
271
+ gtest_output_test_.cc:#: Failure
272
+ Failed
273
+ Expected failure #3, in TearDown().
274
+ gtest_output_test_.cc:#: Failure
275
+ Failed
276
+ Expected failure #4, in the test fixture d'tor.
277
+ [ FAILED ] NonFatalFailureInSetUpTest.FailureInSetUp
278
+ [----------] 1 test from FatalFailureInSetUpTest
279
+ [ RUN ] FatalFailureInSetUpTest.FailureInSetUp
280
+ (expecting 3 failures)
281
+ gtest_output_test_.cc:#: Failure
282
+ Failed
283
+ Expected failure #1, in SetUp().
284
+ gtest_output_test_.cc:#: Failure
285
+ Failed
286
+ Expected failure #2, in TearDown().
287
+ gtest_output_test_.cc:#: Failure
288
+ Failed
289
+ Expected failure #3, in the test fixture d'tor.
290
+ [ FAILED ] FatalFailureInSetUpTest.FailureInSetUp
291
+ [----------] 1 test from AddFailureAtTest
292
+ [ RUN ] AddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
293
+ foo.cc:42: Failure
294
+ Failed
295
+ Expected failure in foo.cc
296
+ [ FAILED ] AddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
297
+ [----------] 4 tests from MixedUpTestCaseTest
298
+ [ RUN ] MixedUpTestCaseTest.FirstTestFromNamespaceFoo
299
+ [ OK ] MixedUpTestCaseTest.FirstTestFromNamespaceFoo
300
+ [ RUN ] MixedUpTestCaseTest.SecondTestFromNamespaceFoo
301
+ [ OK ] MixedUpTestCaseTest.SecondTestFromNamespaceFoo
302
+ [ RUN ] MixedUpTestCaseTest.ThisShouldFail
303
+ gtest.cc:#: Failure
304
+ Failed
305
+ All tests in the same test case must use the same test fixture
306
+ class. However, in test case MixedUpTestCaseTest,
307
+ you defined test FirstTestFromNamespaceFoo and test ThisShouldFail
308
+ using two different test fixture classes. This can happen if
309
+ the two classes are from different namespaces or translation
310
+ units and have the same name. You should probably rename one
311
+ of the classes to put the tests into different test cases.
312
+ [ FAILED ] MixedUpTestCaseTest.ThisShouldFail
313
+ [ RUN ] MixedUpTestCaseTest.ThisShouldFailToo
314
+ gtest.cc:#: Failure
315
+ Failed
316
+ All tests in the same test case must use the same test fixture
317
+ class. However, in test case MixedUpTestCaseTest,
318
+ you defined test FirstTestFromNamespaceFoo and test ThisShouldFailToo
319
+ using two different test fixture classes. This can happen if
320
+ the two classes are from different namespaces or translation
321
+ units and have the same name. You should probably rename one
322
+ of the classes to put the tests into different test cases.
323
+ [ FAILED ] MixedUpTestCaseTest.ThisShouldFailToo
324
+ [----------] 2 tests from MixedUpTestCaseWithSameTestNameTest
325
+ [ RUN ] MixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
326
+ [ OK ] MixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
327
+ [ RUN ] MixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
328
+ gtest.cc:#: Failure
329
+ Failed
330
+ All tests in the same test case must use the same test fixture
331
+ class. However, in test case MixedUpTestCaseWithSameTestNameTest,
332
+ you defined test TheSecondTestWithThisNameShouldFail and test TheSecondTestWithThisNameShouldFail
333
+ using two different test fixture classes. This can happen if
334
+ the two classes are from different namespaces or translation
335
+ units and have the same name. You should probably rename one
336
+ of the classes to put the tests into different test cases.
337
+ [ FAILED ] MixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
338
+ [----------] 2 tests from TEST_F_before_TEST_in_same_test_case
339
+ [ RUN ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTEST_F
340
+ [ OK ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTEST_F
341
+ [ RUN ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
342
+ gtest.cc:#: Failure
343
+ Failed
344
+ All tests in the same test case must use the same test fixture
345
+ class, so mixing TEST_F and TEST in the same test case is
346
+ illegal. In test case TEST_F_before_TEST_in_same_test_case,
347
+ test DefinedUsingTEST_F is defined using TEST_F but
348
+ test DefinedUsingTESTAndShouldFail is defined using TEST. You probably
349
+ want to change the TEST to TEST_F or move it to another test
350
+ case.
351
+ [ FAILED ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
352
+ [----------] 2 tests from TEST_before_TEST_F_in_same_test_case
353
+ [ RUN ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST
354
+ [ OK ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST
355
+ [ RUN ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
356
+ gtest.cc:#: Failure
357
+ Failed
358
+ All tests in the same test case must use the same test fixture
359
+ class, so mixing TEST_F and TEST in the same test case is
360
+ illegal. In test case TEST_before_TEST_F_in_same_test_case,
361
+ test DefinedUsingTEST_FAndShouldFail is defined using TEST_F but
362
+ test DefinedUsingTEST is defined using TEST. You probably
363
+ want to change the TEST to TEST_F or move it to another test
364
+ case.
365
+ [ FAILED ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
366
+ [----------] 8 tests from ExpectNonfatalFailureTest
367
+ [ RUN ] ExpectNonfatalFailureTest.CanReferenceGlobalVariables
368
+ [ OK ] ExpectNonfatalFailureTest.CanReferenceGlobalVariables
369
+ [ RUN ] ExpectNonfatalFailureTest.CanReferenceLocalVariables
370
+ [ OK ] ExpectNonfatalFailureTest.CanReferenceLocalVariables
371
+ [ RUN ] ExpectNonfatalFailureTest.SucceedsWhenThereIsOneNonfatalFailure
372
+ [ OK ] ExpectNonfatalFailureTest.SucceedsWhenThereIsOneNonfatalFailure
373
+ [ RUN ] ExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
374
+ (expecting a failure)
375
+ gtest.cc:#: Failure
376
+ Expected: 1 non-fatal failure
377
+ Actual: 0 failures
378
+ [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
379
+ [ RUN ] ExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
380
+ (expecting a failure)
381
+ gtest.cc:#: Failure
382
+ Expected: 1 non-fatal failure
383
+ Actual: 2 failures
384
+ gtest_output_test_.cc:#: Non-fatal failure:
385
+ Failed
386
+ Expected non-fatal failure 1.
387
+
388
+ gtest_output_test_.cc:#: Non-fatal failure:
389
+ Failed
390
+ Expected non-fatal failure 2.
391
+
392
+ [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
393
+ [ RUN ] ExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
394
+ (expecting a failure)
395
+ gtest.cc:#: Failure
396
+ Expected: 1 non-fatal failure
397
+ Actual:
398
+ gtest_output_test_.cc:#: Fatal failure:
399
+ Failed
400
+ Expected fatal failure.
401
+
402
+ [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
403
+ [ RUN ] ExpectNonfatalFailureTest.FailsWhenStatementReturns
404
+ (expecting a failure)
405
+ gtest.cc:#: Failure
406
+ Expected: 1 non-fatal failure
407
+ Actual: 0 failures
408
+ [ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementReturns
409
+ [ RUN ] ExpectNonfatalFailureTest.FailsWhenStatementThrows
410
+ (expecting a failure)
411
+ gtest.cc:#: Failure
412
+ Expected: 1 non-fatal failure
413
+ Actual: 0 failures
414
+ [ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementThrows
415
+ [----------] 8 tests from ExpectFatalFailureTest
416
+ [ RUN ] ExpectFatalFailureTest.CanReferenceGlobalVariables
417
+ [ OK ] ExpectFatalFailureTest.CanReferenceGlobalVariables
418
+ [ RUN ] ExpectFatalFailureTest.CanReferenceLocalStaticVariables
419
+ [ OK ] ExpectFatalFailureTest.CanReferenceLocalStaticVariables
420
+ [ RUN ] ExpectFatalFailureTest.SucceedsWhenThereIsOneFatalFailure
421
+ [ OK ] ExpectFatalFailureTest.SucceedsWhenThereIsOneFatalFailure
422
+ [ RUN ] ExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
423
+ (expecting a failure)
424
+ gtest.cc:#: Failure
425
+ Expected: 1 fatal failure
426
+ Actual: 0 failures
427
+ [ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
428
+ [ RUN ] ExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
429
+ (expecting a failure)
430
+ gtest.cc:#: Failure
431
+ Expected: 1 fatal failure
432
+ Actual: 2 failures
433
+ gtest_output_test_.cc:#: Fatal failure:
434
+ Failed
435
+ Expected fatal failure.
436
+
437
+ gtest_output_test_.cc:#: Fatal failure:
438
+ Failed
439
+ Expected fatal failure.
440
+
441
+ [ FAILED ] ExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
442
+ [ RUN ] ExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
443
+ (expecting a failure)
444
+ gtest.cc:#: Failure
445
+ Expected: 1 fatal failure
446
+ Actual:
447
+ gtest_output_test_.cc:#: Non-fatal failure:
448
+ Failed
449
+ Expected non-fatal failure.
450
+
451
+ [ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
452
+ [ RUN ] ExpectFatalFailureTest.FailsWhenStatementReturns
453
+ (expecting a failure)
454
+ gtest.cc:#: Failure
455
+ Expected: 1 fatal failure
456
+ Actual: 0 failures
457
+ [ FAILED ] ExpectFatalFailureTest.FailsWhenStatementReturns
458
+ [ RUN ] ExpectFatalFailureTest.FailsWhenStatementThrows
459
+ (expecting a failure)
460
+ gtest.cc:#: Failure
461
+ Expected: 1 fatal failure
462
+ Actual: 0 failures
463
+ [ FAILED ] ExpectFatalFailureTest.FailsWhenStatementThrows
464
+ [----------] 2 tests from TypedTest/0, where TypeParam = int
465
+ [ RUN ] TypedTest/0.Success
466
+ [ OK ] TypedTest/0.Success
467
+ [ RUN ] TypedTest/0.Failure
468
+ gtest_output_test_.cc:#: Failure
469
+ Expected equality of these values:
470
+ 1
471
+ TypeParam()
472
+ Which is: 0
473
+ Expected failure
474
+ [ FAILED ] TypedTest/0.Failure, where TypeParam = int
475
+ [----------] 2 tests from Unsigned/TypedTestP/0, where TypeParam = unsigned char
476
+ [ RUN ] Unsigned/TypedTestP/0.Success
477
+ [ OK ] Unsigned/TypedTestP/0.Success
478
+ [ RUN ] Unsigned/TypedTestP/0.Failure
479
+ gtest_output_test_.cc:#: Failure
480
+ Expected equality of these values:
481
+ 1U
482
+ Which is: 1
483
+ TypeParam()
484
+ Which is: '\0'
485
+ Expected failure
486
+ [ FAILED ] Unsigned/TypedTestP/0.Failure, where TypeParam = unsigned char
487
+ [----------] 2 tests from Unsigned/TypedTestP/1, where TypeParam = unsigned
488
+ [ RUN ] Unsigned/TypedTestP/1.Success
489
+ [ OK ] Unsigned/TypedTestP/1.Success
490
+ [ RUN ] Unsigned/TypedTestP/1.Failure
491
+ gtest_output_test_.cc:#: Failure
492
+ Expected equality of these values:
493
+ 1U
494
+ Which is: 1
495
+ TypeParam()
496
+ Which is: 0
497
+ Expected failure
498
+ [ FAILED ] Unsigned/TypedTestP/1.Failure, where TypeParam = unsigned
499
+ [----------] 4 tests from ExpectFailureTest
500
+ [ RUN ] ExpectFailureTest.ExpectFatalFailure
501
+ (expecting 1 failure)
502
+ gtest.cc:#: Failure
503
+ Expected: 1 fatal failure
504
+ Actual:
505
+ gtest_output_test_.cc:#: Success:
506
+ Succeeded
507
+
508
+ (expecting 1 failure)
509
+ gtest.cc:#: Failure
510
+ Expected: 1 fatal failure
511
+ Actual:
512
+ gtest_output_test_.cc:#: Non-fatal failure:
513
+ Failed
514
+ Expected non-fatal failure.
515
+
516
+ (expecting 1 failure)
517
+ gtest.cc:#: Failure
518
+ Expected: 1 fatal failure containing "Some other fatal failure expected."
519
+ Actual:
520
+ gtest_output_test_.cc:#: Fatal failure:
521
+ Failed
522
+ Expected fatal failure.
523
+
524
+ [ FAILED ] ExpectFailureTest.ExpectFatalFailure
525
+ [ RUN ] ExpectFailureTest.ExpectNonFatalFailure
526
+ (expecting 1 failure)
527
+ gtest.cc:#: Failure
528
+ Expected: 1 non-fatal failure
529
+ Actual:
530
+ gtest_output_test_.cc:#: Success:
531
+ Succeeded
532
+
533
+ (expecting 1 failure)
534
+ gtest.cc:#: Failure
535
+ Expected: 1 non-fatal failure
536
+ Actual:
537
+ gtest_output_test_.cc:#: Fatal failure:
538
+ Failed
539
+ Expected fatal failure.
540
+
541
+ (expecting 1 failure)
542
+ gtest.cc:#: Failure
543
+ Expected: 1 non-fatal failure containing "Some other non-fatal failure."
544
+ Actual:
545
+ gtest_output_test_.cc:#: Non-fatal failure:
546
+ Failed
547
+ Expected non-fatal failure.
548
+
549
+ [ FAILED ] ExpectFailureTest.ExpectNonFatalFailure
550
+ [ RUN ] ExpectFailureTest.ExpectFatalFailureOnAllThreads
551
+ (expecting 1 failure)
552
+ gtest.cc:#: Failure
553
+ Expected: 1 fatal failure
554
+ Actual:
555
+ gtest_output_test_.cc:#: Success:
556
+ Succeeded
557
+
558
+ (expecting 1 failure)
559
+ gtest.cc:#: Failure
560
+ Expected: 1 fatal failure
561
+ Actual:
562
+ gtest_output_test_.cc:#: Non-fatal failure:
563
+ Failed
564
+ Expected non-fatal failure.
565
+
566
+ (expecting 1 failure)
567
+ gtest.cc:#: Failure
568
+ Expected: 1 fatal failure containing "Some other fatal failure expected."
569
+ Actual:
570
+ gtest_output_test_.cc:#: Fatal failure:
571
+ Failed
572
+ Expected fatal failure.
573
+
574
+ [ FAILED ] ExpectFailureTest.ExpectFatalFailureOnAllThreads
575
+ [ RUN ] ExpectFailureTest.ExpectNonFatalFailureOnAllThreads
576
+ (expecting 1 failure)
577
+ gtest.cc:#: Failure
578
+ Expected: 1 non-fatal failure
579
+ Actual:
580
+ gtest_output_test_.cc:#: Success:
581
+ Succeeded
582
+
583
+ (expecting 1 failure)
584
+ gtest.cc:#: Failure
585
+ Expected: 1 non-fatal failure
586
+ Actual:
587
+ gtest_output_test_.cc:#: Fatal failure:
588
+ Failed
589
+ Expected fatal failure.
590
+
591
+ (expecting 1 failure)
592
+ gtest.cc:#: Failure
593
+ Expected: 1 non-fatal failure containing "Some other non-fatal failure."
594
+ Actual:
595
+ gtest_output_test_.cc:#: Non-fatal failure:
596
+ Failed
597
+ Expected non-fatal failure.
598
+
599
+ [ FAILED ] ExpectFailureTest.ExpectNonFatalFailureOnAllThreads
600
+ [----------] 2 tests from ExpectFailureWithThreadsTest
601
+ [ RUN ] ExpectFailureWithThreadsTest.ExpectFatalFailure
602
+ (expecting 2 failures)
603
+ gtest_output_test_.cc:#: Failure
604
+ Failed
605
+ Expected fatal failure.
606
+ gtest.cc:#: Failure
607
+ Expected: 1 fatal failure
608
+ Actual: 0 failures
609
+ [ FAILED ] ExpectFailureWithThreadsTest.ExpectFatalFailure
610
+ [ RUN ] ExpectFailureWithThreadsTest.ExpectNonFatalFailure
611
+ (expecting 2 failures)
612
+ gtest_output_test_.cc:#: Failure
613
+ Failed
614
+ Expected non-fatal failure.
615
+ gtest.cc:#: Failure
616
+ Expected: 1 non-fatal failure
617
+ Actual: 0 failures
618
+ [ FAILED ] ExpectFailureWithThreadsTest.ExpectNonFatalFailure
619
+ [----------] 1 test from ScopedFakeTestPartResultReporterTest
620
+ [ RUN ] ScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
621
+ (expecting 2 failures)
622
+ gtest_output_test_.cc:#: Failure
623
+ Failed
624
+ Expected fatal failure.
625
+ gtest_output_test_.cc:#: Failure
626
+ Failed
627
+ Expected non-fatal failure.
628
+ [ FAILED ] ScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
629
+ [----------] 1 test from PrintingFailingParams/FailingParamTest
630
+ [ RUN ] PrintingFailingParams/FailingParamTest.Fails/0
631
+ gtest_output_test_.cc:#: Failure
632
+ Expected equality of these values:
633
+ 1
634
+ GetParam()
635
+ Which is: 2
636
+ [ FAILED ] PrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2
637
+ [----------] 2 tests from PrintingStrings/ParamTest
638
+ [ RUN ] PrintingStrings/ParamTest.Success/a
639
+ [ OK ] PrintingStrings/ParamTest.Success/a
640
+ [ RUN ] PrintingStrings/ParamTest.Failure/a
641
+ gtest_output_test_.cc:#: Failure
642
+ Expected equality of these values:
643
+ "b"
644
+ GetParam()
645
+ Which is: "a"
646
+ Expected failure
647
+ [ FAILED ] PrintingStrings/ParamTest.Failure/a, where GetParam() = "a"
648
+ [----------] Global test environment tear-down
649
+ BarEnvironment::TearDown() called.
650
+ gtest_output_test_.cc:#: Failure
651
+ Failed
652
+ Expected non-fatal failure.
653
+ FooEnvironment::TearDown() called.
654
+ gtest_output_test_.cc:#: Failure
655
+ Failed
656
+ Expected fatal failure.
657
+ [==========] 68 tests from 30 test cases ran.
658
+ [ PASSED ] 22 tests.
659
+ [ FAILED ] 46 tests, listed below:
660
+ [ FAILED ] NonfatalFailureTest.EscapesStringOperands
661
+ [ FAILED ] NonfatalFailureTest.DiffForLongStrings
662
+ [ FAILED ] FatalFailureTest.FatalFailureInSubroutine
663
+ [ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine
664
+ [ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine
665
+ [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions
666
+ [ FAILED ] SCOPED_TRACETest.AcceptedValues
667
+ [ FAILED ] SCOPED_TRACETest.ObeysScopes
668
+ [ FAILED ] SCOPED_TRACETest.WorksInLoop
669
+ [ FAILED ] SCOPED_TRACETest.WorksInSubroutine
670
+ [ FAILED ] SCOPED_TRACETest.CanBeNested
671
+ [ FAILED ] SCOPED_TRACETest.CanBeRepeated
672
+ [ FAILED ] SCOPED_TRACETest.WorksConcurrently
673
+ [ FAILED ] ScopedTraceTest.WithExplicitFileAndLine
674
+ [ FAILED ] NonFatalFailureInFixtureConstructorTest.FailureInConstructor
675
+ [ FAILED ] FatalFailureInFixtureConstructorTest.FailureInConstructor
676
+ [ FAILED ] NonFatalFailureInSetUpTest.FailureInSetUp
677
+ [ FAILED ] FatalFailureInSetUpTest.FailureInSetUp
678
+ [ FAILED ] AddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
679
+ [ FAILED ] MixedUpTestCaseTest.ThisShouldFail
680
+ [ FAILED ] MixedUpTestCaseTest.ThisShouldFailToo
681
+ [ FAILED ] MixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
682
+ [ FAILED ] TEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
683
+ [ FAILED ] TEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
684
+ [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
685
+ [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
686
+ [ FAILED ] ExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
687
+ [ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementReturns
688
+ [ FAILED ] ExpectNonfatalFailureTest.FailsWhenStatementThrows
689
+ [ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
690
+ [ FAILED ] ExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
691
+ [ FAILED ] ExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
692
+ [ FAILED ] ExpectFatalFailureTest.FailsWhenStatementReturns
693
+ [ FAILED ] ExpectFatalFailureTest.FailsWhenStatementThrows
694
+ [ FAILED ] TypedTest/0.Failure, where TypeParam = int
695
+ [ FAILED ] Unsigned/TypedTestP/0.Failure, where TypeParam = unsigned char
696
+ [ FAILED ] Unsigned/TypedTestP/1.Failure, where TypeParam = unsigned
697
+ [ FAILED ] ExpectFailureTest.ExpectFatalFailure
698
+ [ FAILED ] ExpectFailureTest.ExpectNonFatalFailure
699
+ [ FAILED ] ExpectFailureTest.ExpectFatalFailureOnAllThreads
700
+ [ FAILED ] ExpectFailureTest.ExpectNonFatalFailureOnAllThreads
701
+ [ FAILED ] ExpectFailureWithThreadsTest.ExpectFatalFailure
702
+ [ FAILED ] ExpectFailureWithThreadsTest.ExpectNonFatalFailure
703
+ [ FAILED ] ScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
704
+ [ FAILED ] PrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2
705
+ [ FAILED ] PrintingStrings/ParamTest.Failure/a, where GetParam() = "a"
706
+
707
+ 46 FAILED TESTS
708
+  YOU HAVE 1 DISABLED TEST
709
+
710
+ Note: Google Test filter = FatalFailureTest.*:LoggingTest.*
711
+ [==========] Running 4 tests from 2 test cases.
712
+ [----------] Global test environment set-up.
713
+ [----------] 3 tests from FatalFailureTest
714
+ [ RUN ] FatalFailureTest.FatalFailureInSubroutine
715
+ (expecting a failure that x should be 1)
716
+ gtest_output_test_.cc:#: Failure
717
+ Expected equality of these values:
718
+ 1
719
+ x
720
+ Which is: 2
721
+ [ FAILED ] FatalFailureTest.FatalFailureInSubroutine (? ms)
722
+ [ RUN ] FatalFailureTest.FatalFailureInNestedSubroutine
723
+ (expecting a failure that x should be 1)
724
+ gtest_output_test_.cc:#: Failure
725
+ Expected equality of these values:
726
+ 1
727
+ x
728
+ Which is: 2
729
+ [ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine (? ms)
730
+ [ RUN ] FatalFailureTest.NonfatalFailureInSubroutine
731
+ (expecting a failure on false)
732
+ gtest_output_test_.cc:#: Failure
733
+ Value of: false
734
+ Actual: false
735
+ Expected: true
736
+ [ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine (? ms)
737
+ [----------] 3 tests from FatalFailureTest (? ms total)
738
+
739
+ [----------] 1 test from LoggingTest
740
+ [ RUN ] LoggingTest.InterleavingLoggingAndAssertions
741
+ (expecting 2 failures on (3) >= (a[i]))
742
+ i == 0
743
+ i == 1
744
+ gtest_output_test_.cc:#: Failure
745
+ Expected: (3) >= (a[i]), actual: 3 vs 9
746
+ i == 2
747
+ i == 3
748
+ gtest_output_test_.cc:#: Failure
749
+ Expected: (3) >= (a[i]), actual: 3 vs 6
750
+ [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions (? ms)
751
+ [----------] 1 test from LoggingTest (? ms total)
752
+
753
+ [----------] Global test environment tear-down
754
+ [==========] 4 tests from 2 test cases ran. (? ms total)
755
+ [ PASSED ] 0 tests.
756
+ [ FAILED ] 4 tests, listed below:
757
+ [ FAILED ] FatalFailureTest.FatalFailureInSubroutine
758
+ [ FAILED ] FatalFailureTest.FatalFailureInNestedSubroutine
759
+ [ FAILED ] FatalFailureTest.NonfatalFailureInSubroutine
760
+ [ FAILED ] LoggingTest.InterleavingLoggingAndAssertions
761
+
762
+ 4 FAILED TESTS
763
+ Note: Google Test filter = *DISABLED_*
764
+ [==========] Running 1 test from 1 test case.
765
+ [----------] Global test environment set-up.
766
+ [----------] 1 test from DisabledTestsWarningTest
767
+ [ RUN ] DisabledTestsWarningTest.DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning
768
+ [ OK ] DisabledTestsWarningTest.DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning
769
+ [----------] Global test environment tear-down
770
+ [==========] 1 test from 1 test case ran.
771
+ [ PASSED ] 1 test.
772
+ Note: Google Test filter = PassingTest.*
773
+ Note: This is test shard 2 of 2.
774
+ [==========] Running 1 test from 1 test case.
775
+ [----------] Global test environment set-up.
776
+ [----------] 1 test from PassingTest
777
+ [ RUN ] PassingTest.PassingTest2
778
+ [ OK ] PassingTest.PassingTest2
779
+ [----------] Global test environment tear-down
780
+ [==========] 1 test from 1 test case ran.
781
+ [ PASSED ] 1 test.