summary refs log tree commit diff stats
path: root/tests/parallel/tflowvar.nim
Commit message (Collapse)AuthorAgeFilesLines
* #12103 - CI for OpenBSD (#12105)Euan2020-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Working on OpenBSD CI * Condense steps into 2 steps to make output easier to follow. * Move up one directory after csources build. * Remove FreeBSD build manifest and add OpenBSD test ignores for coroutines and hot code reloading. * If runCI fails, run the test results script. * Add email trigger for build failure * Remove .git from repository URL * Disable SFML test on OpenBSD * Disable tgetaddrinfo on OpenBSD as only UDP and TCP protocols are supported. * Remove getFilePermissions as it causes CI test failures with NimScript. * Set clang as cc in nim.cfg and use gmake to build csources. * Add getCurrentDir to nimscript. * Remove duplicate getCurrentDir and check for not weirdTarget. * Add CI badge for OpenBSD. * Disable tests which allocate lots of memory for OpenBSD. * Use `CORO_BACKEND_SETJMP` on OpenBSD rather than ucontext. * Simplify building of koch * Disable t8657 on OpenBSD. See issue #13760. * Fix #12142 - tarray_of_channels fails on OpenBSD * Disable thhtpclient_ssl and tosprocterminate on OpenBSD. These tests can be enabled at a later date after fixing them. * Install libffi. * Set path to libc for openbsd. * Disable tevalffi for now. * Remove tevalffi.nim. * Use ncpuonline sysctl rather than ncpu. * Disable tacceptcloserace and tasynchttpserver on OpenBSD. * Enable tacceptcloserace and tasynchttpserver. * Fix #13775 as suggested by @alaviss - use /bin/cat on OpenBSD rather than /bin/sh. * Enable test on OpenBSD. * Disable tflowvar on OpenBSD.
* made some tests greenAraq2014-09-211-0/+1
|
* further adaptationsAraq2014-08-291-1/+1
|
* the big renamefest: first stepsAraq2014-08-221-2/+20
|
* progress with futuresAraq2014-05-231-0/+17
@andrewyu.org> 2023-08-25 00:00:00 +0000 committer Runxi Yu <harriet@andrewyu.org> 2023-08-25 00:00:00 +0000 Perhaps a journey to overcome rationalism' href='/runxiyu/www/commit/article/journey-overcoming-rationalism.html?id=fb8761ec66cb4f7a2cbec56fd9cf6f2c5bf768dd'>fb8761e ^
182a48c ^



fb8761e ^
182a48c ^


fb8761e ^
182a48c ^


fb8761e ^
182a48c ^


fb8761e ^
182a48c ^


fb8761e ^
182a48c ^

fb8761e ^
182a48c ^







fb8761e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79