Delyan Angelov
|
fff70368b7
|
tests: show all the failed messages even with -silent
|
2020-11-04 13:38:05 +02:00 |
Delyan Angelov
|
9cf5c9ac43
|
tests: simplify print mode logic
|
2020-10-18 20:49:25 +03:00 |
Delyan Angelov
|
7bc94fff9a
|
tests: implement compact progress mode (the old one is available with -expand)
|
2020-10-18 19:27:29 +03:00 |
Delyan Angelov
|
a9659beabe
|
tests: simplify the synchronized printing of results, using chan string
|
2020-10-18 18:16:33 +03:00 |
Delyan Angelov
|
31ef921ef2
|
ci: fix warnings/errors due to the vfmt change
|
2020-10-15 16:17:52 +03:00 |
Delyan Angelov
|
3795aaab5c
|
v test-fmt: reformat some skipped files, comment on the remaining ones
|
2020-10-15 00:39:09 +03:00 |
Delyan Angelov
|
e02f25a108
|
test-compiler: fix sporadic fails for vpm/v install
|
2020-10-14 18:20:19 +03:00 |
Delyan Angelov
|
0edcd5efb0
|
repeat.v: support --max_time limit for the average time of a command
|
2020-10-09 11:08:59 +03:00 |
Delyan Angelov
|
1fb127ba79
|
tests: sort the test session file paths before running the tests
|
2020-09-26 10:11:45 +03:00 |
Delyan Angelov
|
78e6ddee75
|
tests: enable running `v test .` inside vlib/v/ too
|
2020-09-18 19:20:01 +03:00 |
Delyan Angelov
|
a97716de33
|
test: do not strip vroot/ from test report
|
2020-09-18 18:35:38 +03:00 |
Delyan Angelov
|
6c27ce58ed
|
v.util.vtest: extract the common code for VTEST_ONLY in a single place
|
2020-08-05 19:34:27 +03:00 |
Delyan Angelov
|
9511d086bd
|
oldv: use green color for tracing/diagnostic lines
|
2020-08-04 11:22:37 +03:00 |
Ryan Willis
|
e804ba5294
|
vfmt: add support for VDIFF_TOOL, detect more diffing tools (#5857)
|
2020-07-17 14:03:07 +03:00 |
Delyan Angelov
|
73a259496e
|
tests: support `VTEST_ONLY=fn_,match_ ./v test-fixed` and in compiler_test.v
|
2020-07-09 10:47:16 +03:00 |
Delyan Angelov
|
ce31c4c03e
|
tests: support `VTEST_ONLY=parser ./v vlib/v/compiler_errors_test.v`
|
2020-07-09 10:27:31 +03:00 |
Delyan Angelov
|
6b2777e681
|
compiler: support VTMP; tests: delete .tmp.c files on successfull tests
|
2020-07-06 15:08:46 +03:00 |
Uwe Krüger
|
3b067f5f85
|
all: experimental locked concurrency support, part 1 (#5637)
|
2020-07-04 12:44:25 +02:00 |
Larpon
|
aec3ea5d32
|
examples: add sokol particle example (#5599)
|
2020-07-01 14:29:58 +03:00 |
Emily Hudson
|
09236a438b
|
msvc: unique names for pdb files, remove test job limit
|
2020-06-26 17:16:15 +02:00 |
Delyan Angelov
|
cadde3e9f0
|
vlib: fix os.exec().output usages, that may rely on trimmed lines
|
2020-06-15 15:38:20 +03:00 |
Alexander Medvednikov
|
931cf86cc3
|
tests: build vweb example
|
2020-06-07 15:44:33 +02:00 |
Sumeet Chhetri
|
442030a7c8
|
picoev: make compile, add header parsing
|
2020-06-07 01:23:30 +02:00 |
Alexander Medvednikov
|
fb7ca56d87
|
gg: minor fixes
|
2020-06-04 19:57:16 +02:00 |
Alexander Medvednikov
|
42e314d281
|
examples: skip live gg examples for now
|
2020-06-04 19:14:24 +02:00 |
yuyi
|
5ae8853648
|
all: change `f mut Foo` to `mut f Foo`
|
2020-06-04 10:35:40 +02:00 |
Alexander Medvednikov
|
7496c1be2a
|
examples: fix remaining examples and add them to CI
|
2020-06-02 19:47:28 +02:00 |
Alexander Medvednikov
|
4e51867612
|
make v build-examples work: part 1
|
2020-06-02 16:09:41 +02:00 |
Alexander Medvednikov
|
78f8a8aee6
|
cgen: remove g_ hack
|
2020-06-02 15:49:43 +02:00 |
Uwe Krüger
|
013fdb8a4b
|
checker: restrict numeric promotions to cases where no data is lost
|
2020-05-27 05:42:48 +02:00 |
Delyan Angelov
|
acb58a1f98
|
parser: add p.peek_tok3, fix `for ...<a.len...`
|
2020-05-22 19:48:47 +03:00 |
yuyi
|
7f4cf08516
|
parser: check `(mut f Foo)` syntax
|
2020-05-17 13:51:18 +02:00 |
Delyan Angelov
|
fb27fe5379
|
CI: add `v build-tools` task to the tcc job
|
2020-05-17 00:14:06 +03:00 |
Delyan Angelov
|
d33082dffe
|
oldv: fix compilation, make VGitOptions fields public
|
2020-05-10 18:41:46 +03:00 |
Delyan Angelov
|
acd80f052b
|
tests: improve diagnostic output on failure
|
2020-05-04 11:21:25 +03:00 |
yuyi
|
9f4d498ff1
|
all: update`import ()` and `[]array`
|
2020-04-26 13:49:31 +02:00 |
Delyan Angelov
|
b898970031
|
cmd/tools: use same line imports too
|
2020-04-26 09:32:05 +03:00 |
Delyan Angelov
|
7a03b18bfe
|
vgit: avoid generics; enables compilation of the performance_compare & oldv tools.
|
2020-04-20 18:39:25 +03:00 |
Major Taylor
|
392986b763
|
testing: fix race condition, make messages private
|
2020-04-18 17:44:21 +02:00 |
Kris Cherven
|
eb923b4995
|
testing: fix count of succeeded tests
|
2020-04-18 05:49:03 +03:00 |
Alexander Medvednikov
|
e8afd7a1b7
|
ci: msvc tests fix
|
2020-04-11 16:57:02 +02:00 |
yuyi
|
3c6a4dedd6
|
tool: fix vgit.v
|
2020-04-07 13:14:22 +02:00 |
Alexey
|
6a5cc0fa19
|
tests: update assert output
|
2020-04-03 13:39:11 +02:00 |
Alexander Medvednikov
|
8dfb14b1c4
|
remove 15k lines of code of the old backend; make V2 the default backend
|
2020-04-01 21:25:31 +02:00 |
Delyan Angelov
|
b62035e3d0
|
solaris & termux: fix both, using the more portable termios.h
|
2020-03-31 12:46:46 +02:00 |
Alexey
|
a333ac1888
|
all: remove redundant parentheses in `if` statements
|
2020-03-29 10:08:42 +02:00 |
Delyan Angelov
|
ba088056ed
|
solaris: make 'v test-compiler' pass (stage 2)
|
2020-03-21 09:48:02 +01:00 |
yuyi
|
2f27758a4b
|
os: realpath => real_path
|
2020-03-20 16:41:18 +01:00 |
yuyi
|
010f3efcf0
|
os: filename => file_name
|
2020-03-19 15:49:07 +01:00 |
yuyi
|
9ef8499183
|
flag: unify apis
|
2020-03-19 07:06:37 +01:00 |