fish-shell/fish-rust/src
Johannes Altmanninger 77550a2f0d Turn FFI tests into native Rust tests
Keep running tests serially to avoid breaking assumptions.

I think many of these tests can run in parallel and/or don't need test_init().
Use the safe variant everywhere, to get it done faster.
2024-01-07 12:12:09 +01:00
..
builtins Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
cfg Port make_autoclose_pipes, fd_event_signaller_t 2023-12-10 14:35:43 +01:00
env Port setenv_lock/unsetenv_lock 2024-01-07 12:12:09 +01:00
fork_exec Fix some clippy lints 2023-12-29 12:17:22 -08:00
history history: remove spurious UTF-8 check regression 2023-11-15 16:31:33 +01:00
tests Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
universal_notifier Add FFI bindings to universal notifiers and adopt in input_common 2023-11-26 17:29:53 -08:00
widecharwidth Port widecharwidth 2023-04-16 17:21:54 +02:00
wutil Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
abbrs.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
ast.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
autoload.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
color.rs Remove obsolete tests 2024-01-07 12:12:09 +01:00
common.rs Remove some obsolete C++ FFI calls 2024-01-07 12:12:09 +01:00
compat.c Port builtin ulimit 2023-12-03 11:39:15 +01:00
compat.rs Use c_char instead of a fixed i8 2023-12-10 17:04:01 +01:00
complete.rs Port wgettext wrapper from wutil.cpp 2024-01-07 12:12:09 +01:00
curses.rs Add keys to our curses Term structure 2023-12-31 15:44:50 -08:00
editable_line.rs Fix begin-undo-group regression 2023-12-09 16:12:54 +01:00
env_dispatch.rs Port reader 2024-01-07 00:54:22 +01:00
env_universal_common.rs Add FFI bindings to universal notifiers and adopt in input_common 2023-11-26 17:29:53 -08:00
event.rs Fix small typos 2023-11-18 18:27:25 -08:00
exec.rs Port reader 2024-01-07 00:54:22 +01:00
expand.rs Don't replace tilde for error messages if we have no $HOME 2023-12-28 10:19:48 +01:00
fallback.rs fix typo 2023-12-29 14:54:51 +01:00
fd_monitor.rs Add back poll of change signaller after adding starting fd monitor 2023-12-31 11:07:18 +01:00
fd_readable_set.rs Prefer os-unix prelude over importing everything separately 2023-08-09 15:00:58 +02:00
fds.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
ffi.rs Port wgettext wrapper from wutil.cpp 2024-01-07 12:12:09 +01:00
ffi_init.rs Remove future_feature_flags_init 2023-07-04 13:26:19 -07:00
fish.rs Port wgettext wrapper from wutil.cpp 2024-01-07 12:12:09 +01:00
fish_indent.rs Remove some obsolete bridged C++ functions 2024-01-07 12:12:09 +01:00
fish_key_reader.rs Port shell_modes 2024-01-07 12:12:09 +01:00
flog.rs Remove some obsolete bridged C++ functions 2024-01-07 12:12:09 +01:00
function.rs Address some clippy lints 2023-12-06 19:00:37 +01:00
future.rs Port reader 2024-01-07 00:54:22 +01:00
future_feature_flags.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
global_safety.rs Port execution 2023-11-15 11:09:48 +01:00
highlight.rs Port pager.cpp 2023-12-03 11:02:04 +01:00
history.rs Snapshot env when adding to history 2024-01-07 00:54:22 +01:00
input.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
input_common.rs Port reader 2024-01-07 00:54:22 +01:00
input_ffi.rs Add remaining input FFI bits and port builtin_bind 2023-12-31 17:17:43 -08:00
io.rs io: use Condvar::wait_while 2023-12-10 14:35:43 +01:00
job_group.rs Port execution 2023-11-15 11:09:48 +01:00
kill.rs Refactor the killring to make it instanced 2023-08-13 13:06:06 -07:00
lib.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
locale.rs Implement some locale pieces 2023-03-26 17:40:24 -07:00
nix.rs Replace some direct uses of libc with wrappers (#10090) 2023-11-19 20:07:24 +01:00
null_terminated_array.rs Remove some environment and null_terminated_array ffi bits 2023-11-18 11:12:25 -08:00
operation_context.rs Port reader 2024-01-07 00:54:22 +01:00
output.rs Fix some clippy lints 2023-12-29 12:17:22 -08:00
pager.rs Disable redundant filtering in history pager 2023-12-24 08:42:20 +01:00
parse_constants.rs Add error messages where the errors are generated 2024-01-04 18:07:40 +01:00
parse_execution.rs Address some clippy lints 2023-12-06 19:00:37 +01:00
parse_tree.rs Port execution 2023-11-15 11:09:48 +01:00
parse_util.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
parser.rs Port input.cpp to input.rs 2023-12-31 15:45:08 -08:00
parser_keywords.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
path.rs Clean up some std::io calls 2023-12-06 08:59:52 +01:00
pointer.rs Fix a clippy lint in ConstPointer 2023-11-25 19:12:14 -08:00
print_help.rs print_help: make function public 2023-06-24 18:21:21 +08:00
proc.rs Clean up some std::io calls 2023-12-06 08:59:52 +01:00
re.rs Adopt the wchar prelude 2023-08-09 15:00:58 +02:00
reader.rs Port shell_modes 2024-01-07 12:12:09 +01:00
reader_history_search.rs Port reader 2024-01-07 00:54:22 +01:00
redirection.rs Port execution 2023-11-15 11:09:48 +01:00
screen.rs Port reader 2024-01-07 00:54:22 +01:00
signal.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
termsize.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
threads.rs Turn FFI tests into native Rust tests 2024-01-07 12:12:09 +01:00
timer.rs Address clippy lints 2023-02-25 12:24:25 +01:00
tinyexpr.rs format 2023-08-25 16:28:41 +02:00
tokenizer.rs Port reader 2024-01-07 00:54:22 +01:00
topic_monitor.rs Port execution 2023-11-15 11:09:48 +01:00
trace.rs Remove some obsolete bridged C++ functions 2024-01-07 12:12:09 +01:00
util.rs Port execution 2023-11-15 11:09:48 +01:00
wait_handle.rs Port execution 2023-11-15 11:09:48 +01:00
wchar.rs Remove some unnecessary imports and suppress unused import warnings 2023-12-28 22:11:50 -08:00
wchar_ext.rs Port reader 2024-01-07 00:54:22 +01:00
wchar_ffi.rs Remove obsolete tests 2024-01-07 12:12:09 +01:00
wcstringutil.rs Port reader 2024-01-07 00:54:22 +01:00
wgetopt.rs Port execution 2023-11-15 11:09:48 +01:00
wildcard.rs Address some clippy lints 2023-12-06 19:00:37 +01:00