Commit Graph

36 Commits

Author SHA1 Message Date
Masahiro Wakame
86079ffb6e Switch test runner's tsc version 0.9.1.1 to 0.9.5 2013-12-06 10:40:31 +09:00
vvakame
ebb41cfe47 Add tsc version 0.9.5 beta
from typescript repo origin/release-0.9.5/HEAD (f22a9d2ba03c102b096e9f8c4157a9a066c004d9)
2013-11-22 12:32:19 +09:00
vvakame
9b7dba0e10 Add support to switch tsc version at testing 2013-11-22 12:32:18 +09:00
Masahiro Wakame
f5e0efcc87 Fix latent bug it found by prev commit, avoid unexpected callback happen.
maxBuffer’s default is 200*1024 byte in Node.js require('child_process').exec
but…
$ node _infrastructure/tests/typescript/tsc.js --noImplicitAny threejs/three-tests.ts 2>&1 > /dev/null | wc
    1963   21628  291809
over 200KB, when exec method called callback function, but it is not completed yet. exitCode === undefined.
2013-11-21 19:59:41 +09:00
Masahiro Wakame
c94bdd6794 Fix success or failed determine code bug
currently implementation was erroneous decision, e.g. _infrastructure/tests/typescript/tsc.js not exists.
2013-11-21 19:59:40 +09:00
vvakame
c09cda4109 Add option --try-without-tscparams support to runner.ts 2013-11-19 13:56:06 +09:00
vvakame
fdf282571a Rename runner2.ts to runner.ts 2013-11-19 02:42:42 +09:00
vvakame
371eaf5bea Remove runner.ts 2013-11-19 02:42:42 +09:00
vvakame
68c1c3c1a8 Rewrite runner2.ts
It became easy to add more test suite!
2013-11-19 02:42:16 +09:00
basarat
2a0c6199e7 infrastructure: closes #1234, Print errors delivered from the typescript compiler if any 2013-11-10 22:24:26 +11:00
basarat
dbb2bb6b15 infrastructure: naming review for Print functions 2013-11-10 19:49:57 +11:00
basarat
ef2d61cff4 infrastructure: keep a reference to execResult instead of only exit code to possibly print the stderr stream contents 2013-11-10 19:46:45 +11:00
basarat
a5c59d1e26 infrastructure : cosmetic changes to test runner 2013-11-10 18:57:46 +11:00
vvakame
e7561e2fca Added default parameter '--noImplicitAny' to runner.ts 2013-10-03 10:18:57 +09:00
Boris Yankov
0ffe032102 Fix typo in test runner 2013-08-26 00:16:13 +03:00
Diullei
f782f46537 update runner.ts version 2013-08-24 22:29:08 -03:00
Diullei
0caec5769f update test runner to 0.9.1.1 2013-08-24 21:17:53 -03:00
gstamac
eb4eb383bc added possibility to provide extra TSC params in test runner (see Backgrid) 2013-08-23 20:52:29 +02:00
Andrew Gaspar
35fcd0d844 Merge branch 'moduletests' of https://github.com/AndrewGaspar/DefinitelyTyped into moduletests 2013-08-16 14:24:44 -05:00
Andrew Gaspar
8d8f64e39b Updated runner.ts to compile with the module flag to improve test performance. 2013-08-16 14:15:13 -05:00
Andrew Gaspar
d23d64c2a0 tests now run with module flag set to commonjs 2013-08-15 19:48:49 -05:00
Boris Yankov
f677cca98d Multiple bool => boolean fixes 2013-08-07 18:02:05 +03:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Diullei Gomes
830258f9f4 update test runner to 0.9.1 2013-08-06 19:34:20 -03:00
jraymakers
5ce7d2786a fix spelling mistakes in test runner 2013-07-27 18:28:08 -07:00
Neil Stalker
7aafcfcb0e Update test runner so it doesnt test the test runner files
Alos remove the case sensitivity when detecting test files
2013-06-29 00:07:38 +01:00
Neil Stalker
126bf61157 Update test runner to process files alphabetically 2013-06-24 21:03:34 +01:00
Diullei Gomes
ca5100a0c0 bug fixed. Travis CI script. 2013-06-20 15:40:12 -03:00
Diullei Gomes
0072169721 bug fixed. CI script 2013-06-20 15:31:55 -03:00
Diullei Gomes
aca02e566a Travis CI script adjusted. Runner.js file added to .gitignore 2013-06-20 14:59:56 -03:00
Diullei Gomes
f44ddc0fa4 new Travis CI script. Running tests and validate typescript syntax. 2013-06-20 14:51:02 -03:00
Boris Yankov
e9ed87d7d2 Fix test runner files 2013-06-19 01:24:28 +03:00
Boris Yankov
c26ac51913 Update test runner for TypeScript 0.9 2013-06-18 23:40:26 +03:00
Diullei Gomes
d805ae4f88 updated typescript to 0.8.3 on CI test 2013-02-28 21:43:26 -03:00
Diullei Gomes
37fe3f09d4 test code adjusted 2013-02-24 02:37:21 -03:00
Diullei Gomes
f3ec063234 test sources was moved to '_infrastructure/tests' directory 2013-02-23 19:45:34 -03:00