Advertisement
Guest User

output.log

a guest
Dec 3rd, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.91 KB | None | 0 0
  1. archive\tar
  2. PASS
  3. archive\zip
  4. --- FAIL: TestReader (18.12 seconds)
  5. reader_test.go:284: test.zip: error=zip: not a valid zip file, want <nil>
  6. reader_test.go:284: test-trailing-junk.zip: error=zip: not a valid zip file, want <nil>
  7. reader_test.go:284: symlink.zip: error=zip: not a valid zip file, want <nil>
  8. reader_test.go:284: readme.zip: error=zip: not a valid zip file, want <nil>
  9. reader_test.go:284: dd.zip: error=zip: not a valid zip file, want <nil>
  10. reader_test.go:284: winxp.zip: error=zip: not a valid zip file, want <nil>
  11. reader_test.go:284: unix.zip: error=zip: not a valid zip file, want <nil>
  12. reader_test.go:284: go-no-datadesc-sig.zip: error=zip: not a valid zip file, want <nil>
  13. reader_test.go:284: go-with-datadesc-sig.zip: error=zip: not a valid zip file, want <nil>
  14. reader_test.go:284: crc32-not-streamed.zip: error=zip: not a valid zip file, want <nil>
  15. reader_test.go:284: zip64.zip: error=zip: not a valid zip file, want <nil>
  16. bufio
  17. PASS
  18. bytes
  19. PASS
  20. compress\bzip2
  21. PASS
  22. compress\flate
  23. PASS
  24. compress\gzip
  25. PASS
  26. compress\lzw
  27. PASS
  28. compress\zlib
  29. PASS
  30. container\heap
  31. PASS
  32. container\list
  33. PASS
  34. container\ring
  35. PASS
  36. crypto\aes
  37. PASS
  38. crypto\cipher
  39. PASS
  40. crypto\des
  41. PASS
  42. crypto\dsac
  43. PASS
  44. crypto\ecdsa
  45. PASS
  46. crypto\elliptic
  47. PASS
  48. crypto\hmac
  49. PASS
  50. crypto\md5
  51. PASS
  52. crypto\rand
  53. PASS
  54. crypto\rc4
  55. PASS
  56. crypto\rsa
  57. PASS
  58. crypto\sha1
  59. PASS
  60. crypto\sha256
  61. PASS
  62. crypto\sha512
  63. PASS
  64. crypto\subtle
  65. PASS
  66. crypto\tls
  67. FAIL: coredll.dll not found
  68. crypto\x509
  69. --- FAIL: TestSystemVerify (0.11 seconds)
  70. verify_test.go:321: #1: unexpected error: not supported by windows
  71. verify_test.go:330: #1: wanted 1 chains, got 0
  72. verify_test.go:321: #2: unexpected error: not supported by windows
  73. verify_test.go:330: #2: wanted 1 chains, got 0
  74. verify_test.go:208: #3: error was not a HostnameError: not supported by windows
  75. FAIL
  76. PASS
  77. database\sql
  78. PASS
  79. database\sql\driver
  80. PASS
  81. debug\dwarf
  82. --- FAIL: TestTypedefsELF (15.34 seconds)
  83. type_test.go:47: bad section name index '1179403647' in record at byte 0x1c88
  84. --- FAIL: TestTypedefsMachO (1.31 seconds)
  85. type_test.go:60: invalid command block size in record at byte 0x20
  86. FAIL
  87. PASS
  88. debug\elf
  89. --- FAIL: TestOpen (27.55 seconds)
  90. file_test.go:171: cannot open file testdata/gcc-386-freebsd-exec: bad section name index '1179403647' in record at byte 0xb08
  91. file_test.go:171: cannot open file testdata/gcc-amd64-linux-exec: bad section name index '1179403647' in record at byte 0x1060
  92. debug\gosym
  93. PASS
  94. debug\macho
  95. --- FAIL: TestOpen (3.60 seconds)
  96. file_test.go:107: invalid command block size in record at byte 0x1c
  97. file_test.go:107: invalid command block size in record at byte 0x20
  98. file_test.go:107: invalid command block size in record at byte 0x20
  99. FAIL
  100. PASS
  101. debug\pe
  102. --- FAIL: TestOpen (116.21 seconds)
  103. file_test.go:101: open testdata/gcc-386-mingw-obj, section 0:
  104. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  105. want &pe.SectionHeader{Name:".text", VirtualSize:0x0, VirtualAddress:0x0, Size:0x24, Offset:0x1f4, PointerToRelocations:0x5a0, PointerToLineNumbers:0x0, NumberOfRelocations:0x3, NumberOfLineNumbers:0x0, Characteristics:0x60300020}
  106. file_test.go:101: open testdata/gcc-386-mingw-obj, section 1:
  107. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  108. want &pe.SectionHeader{Name:".data", VirtualSize:0x0, VirtualAddress:0x0, Size:0x0, Offset:0x0, PointerToRelocations:0x0, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0xc0300040}
  109. file_test.go:101: open testdata/gcc-386-mingw-obj, section 2:
  110. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  111. want &pe.SectionHeader{Name:".bss", VirtualSize:0x0, VirtualAddress:0x0, Size:0x0, Offset:0x0, PointerToRelocations:0x0, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0xc0300080}
  112. file_test.go:101: open testdata/gcc-386-mingw-obj, section 3:
  113. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  114. want &pe.SectionHeader{Name:".debug_abbrev", VirtualSize:0x0, VirtualAddress:0x0, Size:0x89, Offset:0x218, PointerToRelocations:0x0, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x42100000}
  115. file_test.go:101: open testdata/gcc-386-mingw-obj, section 4:
  116. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  117. want &pe.SectionHeader{Name:".debug_info", VirtualSize:0x0, VirtualAddress:0x0, Size:0x1a2, Offset:0x2a1, PointerToRelocations:0x5be, PointerToLineNumbers:0x0, NumberOfRelocations:0x7, NumberOfLineNumbers:0x0, Characteristics:0x42100000}
  118. file_test.go:101: open testdata/gcc-386-mingw-obj, section 5:
  119. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  120. want &pe.SectionHeader{Name:".debug_line", VirtualSize:0x0, VirtualAddress:0x0, Size:0x80, Offset:0x443, PointerToRelocations:0x604, PointerToLineNumbers:0x0, NumberOfRelocations:0x1, NumberOfLineNumbers:0x0, Characteristics:0x42100000}
  121. file_test.go:101: open testdata/gcc-386-mingw-obj, section 6:
  122. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  123. want &pe.SectionHeader{Name:".rdata", VirtualSize:0x0, VirtualAddress:0x0, Size:0x10, Offset:0x4c3, PointerToRelocations:0x0, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x40300040}
  124. file_test.go:101: open testdata/gcc-386-mingw-obj, section 7:
  125. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  126. want &pe.SectionHeader{Name:".debug_frame", VirtualSize:0x0, VirtualAddress:0x0, Size:0x34, Offset:0x4d3, PointerToRelocations:0x60e, PointerToLineNumbers:0x0, NumberOfRelocations:0x2, NumberOfLineNumbers:0x0, Characteristics:0x42300000}
  127. file_test.go:101: open testdata/gcc-386-mingw-obj, section 8:
  128. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  129. want &pe.SectionHeader{Name:".debug_loc", VirtualSize:0x0, VirtualAddress:0x0, Size:0x38, Offset:0x507, PointerToRelocations:0x0, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x42100000}
  130. file_test.go:101: open testdata/gcc-386-mingw-obj, section 9:
  131. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  132. want &pe.SectionHeader{Name:".debug_pubnames", VirtualSize:0x0, VirtualAddress:0x0, Size:0x1b, Offset:0x53f, PointerToRelocations:0x622, PointerToLineNumbers:0x0, NumberOfRelocations:0x1, NumberOfLineNumbers:0x0, Characteristics:0x42100000}
  133. file_test.go:101: open testdata/gcc-386-mingw-obj, section 10:
  134. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  135. want &pe.SectionHeader{Name:".debug_pubtypes", VirtualSize:0x0, VirtualAddress:0x0, Size:0x26, Offset:0x55a, PointerToRelocations:0x62c, PointerToLineNumbers:0x0, NumberOfRelocations:0x1, NumberOfLineNumbers:0x0, Characteristics:0x42100000}
  136. file_test.go:101: open testdata/gcc-386-mingw-obj, section 11:
  137. have &pe.SectionHeader{Name:"L\x01\f", VirtualSize:0x64a, VirtualAddress:0x1e, Size:0x1040000, Offset:0x7865742e, PointerToRelocations:0x74, PointerToLineNumbers:0x0, NumberOfRelocations:0x0, NumberOfLineNumbers:0x0, Characteristics:0x24}
  138. want &pe.SectionHeader{Name:".debug_aranges", VirtualSize:0x0, VirtualAddress:0x0, Size:0x20, Offset:0x580, PointerToRelocations:0x636, PointerToLineNumbers:0x0, NumberOfRelocations:0x2, NumberOfLineNumbers:0x0, Characteristics:0x42100000}
  139. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 0:
  140. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  141. want &pe.Symbol{Name:".file", Value:0x0, SectionNumber:-2, Type:0x0, StorageClass:0x67}
  142. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 1:
  143. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  144. want &pe.Symbol{Name:"_main", Value:0x0, SectionNumber:1, Type:0x20, StorageClass:0x2}
  145. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 2:
  146. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  147. want &pe.Symbol{Name:".text", Value:0x0, SectionNumber:1, Type:0x0, StorageClass:0x3}
  148. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 3:
  149. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  150. want &pe.Symbol{Name:".data", Value:0x0, SectionNumber:2, Type:0x0, StorageClass:0x3}
  151. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 4:
  152. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  153. want &pe.Symbol{Name:".bss", Value:0x0, SectionNumber:3, Type:0x0, StorageClass:0x3}
  154. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 5:
  155. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  156. want &pe.Symbol{Name:".debug_abbrev", Value:0x0, SectionNumber:4, Type:0x0, StorageClass:0x3}
  157. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 6:
  158. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  159. want &pe.Symbol{Name:".debug_info", Value:0x0, SectionNumber:5, Type:0x0, StorageClass:0x3}
  160. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 7:
  161. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  162. want &pe.Symbol{Name:".debug_line", Value:0x0, SectionNumber:6, Type:0x0, StorageClass:0x3}
  163. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 8:
  164. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  165. want &pe.Symbol{Name:".rdata", Value:0x0, SectionNumber:7, Type:0x0, StorageClass:0x3}
  166. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 9:
  167. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  168. want &pe.Symbol{Name:".debug_frame", Value:0x0, SectionNumber:8, Type:0x0, StorageClass:0x3}
  169. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 10:
  170. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  171. want &pe.Symbol{Name:".debug_loc", Value:0x0, SectionNumber:9, Type:0x0, StorageClass:0x3}
  172. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 11:
  173. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  174. want &pe.Symbol{Name:".debug_pubnames", Value:0x0, SectionNumber:10, Type:0x0, StorageClass:0x3}
  175. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 12:
  176. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  177. want &pe.Symbol{Name:".debug_pubtypes", Value:0x0, SectionNumber:11, Type:0x0, StorageClass:0x3}
  178. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 13:
  179. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  180. want &pe.Symbol{Name:".debug_aranges", Value:0x0, SectionNumber:12, Type:0x0, StorageClass:0x3}
  181. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 14:
  182. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  183. want &pe.Symbol{Name:"___main", Value:0x0, SectionNumber:0, Type:0x20, StorageClass:0x2}
  184. file_test.go:115: open testdata/gcc-386-mingw-obj, symbol 15:
  185. have &pe.Symbol{Name:"L\x01\f", Value:0x64a, SectionNumber:30, Type:0x0, StorageClass:0x0}
  186. want &pe.Symbol{Name:"_puts", Value:0x0, SectionNumber:0, Type:0x20, StorageClass:0x2}
  187. file_test.go:86: Invalid PE File Format.
  188. FAIL
  189. PASS
  190. encoding\ascii85
  191. PASS
  192. encoding\asn1
  193. PASS
  194. encoding\base32
  195. PASS
  196. encoding\base64
  197. PASS
  198. encoding\binary
  199. PASS
  200. encoding\csv
  201. PASS
  202. encoding\gob
  203. PASS
  204. encoding\hex
  205. PASS
  206. encoding\json
  207. PASS
  208. encoding\pem
  209. PASS
  210. encoding\xml
  211. PASS
  212. errors
  213. PASS
  214. expvar
  215. FAIL: coredll.dll not found
  216. flag
  217. PASS
  218. fmt
  219. PASS
  220. go\ast
  221. PASS
  222. go\build
  223. FAIL: timeout
  224. go\doc
  225. --- FAIL: Test (0.50 seconds)
  226. doc_test.go:97: FindNextFile testdata: invalid argument
  227. FAIL
  228. PASS
  229. go\format
  230. PASS
  231. go\parser
  232. --- FAIL: TestErrors (0.30 seconds)
  233. error_test.go:160: FindNextFile testdata: invalid argument
  234. --- FAIL: TestParseDir (0.30 seconds)
  235. parser_test.go:51: ParseDir(.): FindNextFile .: invalid argument
  236. FAIL
  237. PASS
  238. go\printer
  239. PASS
  240. go\scanner
  241. PASS
  242. go\token
  243. PASS
  244. hash\adler32
  245. PASS
  246. hash\crc32
  247. PASS
  248. hash\crc64
  249. PASS
  250. hash\fnv
  251. PASS
  252. html
  253. PASS
  254. html\template
  255. --- FAIL: TestEmptyTemplate (0.20 seconds)
  256. image
  257. PASS
  258. image\color
  259. PASS
  260. image\draw
  261. PASS
  262. image\gif
  263. PASS
  264. image\jpeg
  265. PASS
  266. image\png
  267. PASS
  268. index\suffixarray
  269. PASS
  270. io
  271. PASS
  272. io\ioutil
  273. --- FAIL: TestWriteFile (0.20 seconds)
  274. ioutil_test.go:41: open \Temp\ioutil-test294944045: invalid argument
  275. --- FAIL: TestReadDir (0.51 seconds)
  276. ioutil_test.go:76: ReadDir ..: FindNextFile ..: invalid argument
  277. --- FAIL: TestTempFile (0.40 seconds)
  278. tempfile_test.go:23: TempFile(dir, `ioutil_test`) = <nil>, open \Temp\ioutil_test696321511: invalid argument
  279. --- FAIL: TestTempDir (0.20 seconds)
  280. tempfile_test.go:44: TempDir(dir, `ioutil_test`) = , mkdir \Temp\ioutil_test388240049: invalid argument
  281. FAIL
  282. PASS
  283. log
  284. PASS
  285. log\syslog
  286. math
  287. PASS
  288. math\big
  289. FAIL: timeout
  290. math\cmplx
  291. PASS
  292. math\rand
  293. PASS
  294. mime
  295. PASS
  296. mime\multipart
  297. --- FAIL: TestReadForm (0.20 seconds)
  298. formdata_test.go:21: ReadForm: open \Temp\multipart-693236993: invalid argument
  299. FAIL
  300. PASS
  301. net
  302. FAIL: coredll.dll not found
  303. net\http
  304. FAIL: coredll.dll not found
  305. net\http\cgi
  306. FAIL: coredll.dll not found
  307. net\http\cookiejar
  308. FAIL: coredll.dll not found
  309. net\http\fcgi
  310. FAIL: coredll.dll not found
  311. net\http\httptest
  312. FAIL: coredll.dll not found
  313. net\http\httputil
  314. FAIL: coredll.dll not found
  315. net\mail
  316. PASS
  317. net\rpc
  318. FAIL: coredll.dll not found
  319. net\rpc\jsonrpc
  320. FAIL: coredll.dll not found
  321. net\smtp
  322. FAIL: coredll.dll not found
  323. net\textproto
  324. PASS
  325. net\url
  326. PASS
  327. os
  328. FAIL: error and timeout
  329. os\exec
  330. FAIL: coredll.dll not found
  331. os\signal
  332. --- FAIL: TestCtrlBreak (0.20 seconds)
  333. signal_windows_test.go:63: Failed to create \Temp\ctlbreak.go: open \Temp\ctlbreak.go: invalid argument
  334. FAIL
  335. PASS
  336. os\user
  337. path
  338. path\filepath
  339. reflect
  340. PASS
  341. regexp
  342. PASS
  343. regexp\syntax
  344. PASS
  345. runtime
  346. FAIL: timeout
  347. runtime\debug
  348. PASS
  349. runtime\pprof
  350. --- FAIL: TestCPUProfile (0.78 seconds)
  351. pprof_test.go:64: profile too short: [0x0 0x3 0x0 0x2710 0x0 0x0 0x1 0x0]
  352. --- FAIL: TestCPUProfileMultithreaded (2.30 seconds)
  353. pprof_test.go:64: profile too short: [0x0 0x3 0x0 0x2710 0x0 0x0 0x1 0x0]
  354. runtime\race
  355. runtime\race\testdata
  356. sort
  357. PASS
  358. strconv
  359. PASS
  360. strings
  361. PASS
  362. sync
  363. PASS
  364. sync\atomic
  365. syscall
  366. --- FAIL: TestEnv (0.00 seconds)
  367. syscall_test.go:19: Getenv failed to find TESTENV variable (want value "AVALUE")
  368. --- FAIL: TestWin32finddata (0.10 seconds)
  369. syscall_windows_test.go:18: failed to create temp directory: mkdir \Temp\go-build796194785: invalid argument
  370. FAIL
  371. PASS
  372. testing
  373. PASS
  374. testing\quick
  375. PASS
  376. text\scanner
  377. PASS
  378. text\tabwriter
  379. PASS
  380. text\template
  381. --- FAIL: TestParseGlob (0.91 seconds)
  382. multi_test.go:152: error parsing files: template: pattern matches no files: `testdata/file*.tmpl`
  383. --- FAIL: TestParseGlobWithData (0.40 seconds)
  384. multi_test.go:174: error parsing files: template: pattern matches no files: `testdata/tmpl*.tmpl`
  385. --- FAIL: ExampleTemplate_glob (1.908s)
  386. text\template\parse
  387. PASS
  388. time
  389. unicode
  390. PASS
  391. unicode\utf16
  392. PASS
  393. unicode\utf8
  394. PASS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement