Megatest

Check-in [f0cac027b6]
Login
Overview
Comment:wip
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.90-proper-interface-lists
Files: files | file ages | folders
SHA1: f0cac027b6d02ae58cc473a31d091bc7e0b80411
User & Date: matt on 2024-02-12 18:23:51
Other Links: branch diff | manifest | tags
Context
2024-02-12
19:10
wip check-in: 0b3b04d806 user: matt tags: v1.90-proper-interface-lists
18:23
wip check-in: f0cac027b6 user: matt tags: v1.90-proper-interface-lists
18:19
wip check-in: c049c31b51 user: matt tags: v1.90-proper-interface-lists
Changes

Modified configfmod.scm from [54dc7a2995] to [776b4f903b].

47
48
49
50
51
52
53

54
55
56
57
58
59
60
	 common:args-get-target
	 configf:eval-string-in-environment

	 read-config-set!
	 configf:read-file

	 configf:system

	 shell
	)

(import scheme
        chicken
	extras
	files







>







47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
	 common:args-get-target
	 configf:eval-string-in-environment

	 read-config-set!
	 configf:read-file

	 configf:system
	 configf:config->ini
	 shell
	)

(import scheme
        chicken
	extras
	files

Modified megatestmod.scm from [4c1495ca70] to [f7a970e626].

56
57
58
59
60
61
62

63
64
65
66
67
68
69
	 tests:get-global-waitons
	 tests:get-tests-search-path
	 tests:filter-test-names
	 common:args-get-testpatt
	 tests:filter-test-names-not-matched
	 common:args-get-runname
	 common:load-views-config

	 )

(import scheme)
(cond-expand
 (chicken-4
  
  (import chicken







>







56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
	 tests:get-global-waitons
	 tests:get-tests-search-path
	 tests:filter-test-names
	 common:args-get-testpatt
	 tests:filter-test-names-not-matched
	 common:args-get-runname
	 common:load-views-config
	 common:get-runconfig-targets
	 )

(import scheme)
(cond-expand
 (chicken-4
  
  (import chicken

Modified tcp-transportmod.scm from [e15f68e117] to [9bf965443b].

27
28
29
30
31
32
33



34
35
36
37
38
39
40
(declare (uses mtmod))

(use address-info tcp)

(module tcp-transportmod
	(
	 make-tt



	 tt:start-server
	 tt:get-servinfo-dir
	 tt-server-timeout-param
	 tt:mk-signature
	 tt-state
	 tt:server-process-run
	 tt:make-remote







>
>
>







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
(declare (uses mtmod))

(use address-info tcp)

(module tcp-transportmod
	(
	 make-tt
	 tt:get-server-info-sorted
	 tt:ping
	 tt:find-server
	 tt:start-server
	 tt:get-servinfo-dir
	 tt-server-timeout-param
	 tt:mk-signature
	 tt-state
	 tt:server-process-run
	 tt:make-remote