File tree 1 file changed +106
-0
lines changed 1 file changed +106
-0
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,111 @@ test:
20
20
- for d in */; do echo $d; done | grep -v tests/ | grep -v third_party/ | xargs go tool vet # All subdirectories except "tests", "third_party".
21
21
- >
22
22
ulimit -s $GOPHERJS_STACK_SIZE && ulimit -s && gopherjs test --short --minify
23
+ github.com/gopherjs/gopherjs/tests
24
+ github.com/gopherjs/gopherjs/tests/main
25
+ github.com/gopherjs/gopherjs/js
26
+ archive/tar
27
+ archive/zip
28
+ bufio
29
+ bytes
30
+ compress/bzip2
31
+ compress/flate
32
+ compress/gzip
33
+ compress/lzw
34
+ compress/zlib
35
+ container/heap
36
+ container/list
37
+ container/ring
38
+ crypto/aes
39
+ crypto/cipher
40
+ crypto/des
41
+ crypto/dsa
42
+ crypto/ecdsa
43
+ crypto/elliptic
44
+ crypto/hmac
45
+ crypto/md5
46
+ crypto/rand
47
+ crypto/rc4
48
+ crypto/rsa
49
+ crypto/sha1
50
+ crypto/sha256
51
+ crypto/sha512
52
+ crypto/subtle
53
+ crypto/x509
54
+ database/sql
55
+ database/sql/driver
56
+ debug/dwarf
57
+ debug/elf
58
+ debug/macho
59
+ debug/pe
60
+ encoding/ascii85
61
+ encoding/asn1
62
+ encoding/base32
63
+ encoding/base64
64
+ encoding/binary
65
+ encoding/csv
66
+ encoding/gob
67
+ encoding/hex
68
+ encoding/json
69
+ encoding/pem
70
+ encoding/xml
71
+ errors
72
+ expvar
73
+ flag
74
+ fmt
75
+ go/ast
76
+ go/constant
77
+ go/doc
78
+ go/format
79
+ go/parser
80
+ go/printer
81
+ go/scanner
82
+ go/token
83
+ hash/adler32
84
+ hash/crc32
85
+ hash/crc64
86
+ hash/fnv
87
+ html
88
+ html/template
89
+ image
90
+ image/color
91
+ image/draw
92
+ image/gif
93
+ image/jpeg
94
+ image/png
95
+ index/suffixarray
96
+ io
97
+ io/ioutil
98
+ math
99
+ math/big
100
+ math/cmplx
101
+ math/rand
102
+ mime
103
+ mime/multipart
104
+ mime/quotedprintable
105
+ net/http/cookiejar
106
+ net/http/fcgi
107
+ net/mail
108
+ net/rpc/jsonrpc
109
+ net/textproto
110
+ net/url
111
+ path
112
+ path/filepath
113
+ reflect
114
+ regexp
115
+ regexp/syntax
116
+ sort
117
+ strconv
118
+ strings
119
+ sync
120
+ sync/atomic
121
+ testing/quick
122
+ text/scanner
123
+ text/tabwriter
23
124
text/template
125
+ text/template/parse
126
+ time
127
+ unicode
128
+ unicode/utf16
129
+ unicode/utf8
24
130
- go test -v -race ./...
You can’t perform that action at this time.
0 commit comments