mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-13 03:19:47 +03:00
Remove test_crossdirect_rust, the only test in test_crossdirect.py. The behavior that was tested here with all the "mv /usr/bin/rustc" commands was specific to version 4 and isn't valid anymore since version 5 (pmaports MR 4234). The previous behavior was that crossdirect always tried to run rustc from /native, and if it failed, it would fall back to using qemu. The new behavior is that it runs rustc from /native only when it expects it to succeed, and runs rustc via qemu otherwise, without attempting /native first. As the logic to decide whether to use native rustc or not is now done beforehand, it does not do the fallback to qemu if native fails. Note that the test hasn't been failing because we switch to the v23.06 channel and therefore use the older crossdirect version. Reviewed-by: Luca Weiss <luca@z3ntu.xyz> Link: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C20230806184729.4891-6-ollieparanoid@postmarketos.org%3E |
||
---|---|---|
.. | ||
pmb_test | ||
testdata | ||
pytest.ini | ||
test_apk.py | ||
test_apk_static.py | ||
test_aportgen.py | ||
test_aportgen_device_wizard.py | ||
test_arguments.py | ||
test_bootimg.py | ||
test_build_is_necessary.py | ||
test_build_package.py | ||
test_chroot_interactive_shell.py | ||
test_chroot_mount.py | ||
test_config_init.py | ||
test_config_pmaports.py | ||
test_config_user.py | ||
test_config_workdir.py | ||
test_envkernel.py | ||
test_file.py | ||
test_folder_size.py | ||
test_frontend.py | ||
test_helpers_git.py | ||
test_helpers_lint.py | ||
test_helpers_package.py | ||
test_helpers_pmaports.py | ||
test_helpers_repo.py | ||
test_helpers_repo_missing.py | ||
test_helpers_status.py | ||
test_helpers_ui.py | ||
test_install.py | ||
test_mount.py | ||
test_newapkbuild.py | ||
test_parse_apkbuild.py | ||
test_parse_apkindex.py | ||
test_parse_depends.py | ||
test_parse_deviceinfo.py | ||
test_parse_kconfig.py | ||
test_pkgrel_bump.py | ||
test_qemu_running_processes.py | ||
test_questions.py | ||
test_run_core.py | ||
test_shell_escape.py | ||
test_version.py | ||
test_version_validate.py | ||
test_zzz_keys.py |