v/vlib/v/checker/tests/globals_run
Delyan Angelov 19dca026a9
checker: bugfix for `__global ( cpu_get_id fn () u64 ) ... cpu_get_id()`
Support new vlib/v/checker/tests/globals_run/ folder, for .vv files
that will be run with `-enable-globals run`, and the results will be
compared with their matching `.run.out` files.

Add regression tests.
2021-06-26 01:23:50 +03:00
..
function_stored_in_global.run.out checker: bugfix for `__global ( cpu_get_id fn () u64 ) ... cpu_get_id()` 2021-06-26 01:23:50 +03:00
function_stored_in_global.vv checker: bugfix for `__global ( cpu_get_id fn () u64 ) ... cpu_get_id()` 2021-06-26 01:23:50 +03:00
global_array_indexed_by_global_fn.run.out checker: bugfix for `__global ( cpu_get_id fn () u64 ) ... cpu_get_id()` 2021-06-26 01:23:50 +03:00
global_array_indexed_by_global_fn.vv checker: bugfix for `__global ( cpu_get_id fn () u64 ) ... cpu_get_id()` 2021-06-26 01:23:50 +03:00