about summary refs log tree commit diff
path: root/src/bootstrap/bootstrap_test.py
AgeCommit message (Expand)AuthorLines
2025-03-17change config.toml to bootstrap.toml for bootstrap modulebit-aloo-3/+3
2024-12-04Reformat Python code with `ruff`Jakub Beránek-13/+29
2024-11-12test(configure): cover `parse_args` in `src/bootstrap/configure.py`ismailarilik-0/+47
2024-06-14fix python bootstrap tests requiring a downloaded stage0Pietro Albini-0/+19
2023-11-09chore(bootstrap): capitalize {error, warning, info, note} tagsonur-ozkan-1/+1
2023-10-24remove change-id assertion in bootstrap testonur-ozkan-1/+0
2023-10-23Improve android-ndk property interfacePeter Collingbourne-1/+1
2023-10-01implement major change tracking for the bootstrap configurationonur-ozkan-1/+1
2023-08-02Fix recent python linting errorsTrevor Gross-5/+14
2023-07-01Don't pass --test-args to `python -m unitest`jyn-3/+12
2023-06-26bootstrap: rename 'user' profile to 'dist'clubby789-1/+1
2023-06-25fix some bugsjyn-0/+1
2023-06-23Test color/verbose/warnings properlyjyn-7/+6
2023-06-23Test cargo arguments passed by bootstrap.pyjyn-24/+52
2023-06-23Allow passing arguments to `bootstrap_test.py`jyn-13/+3
2023-04-27fix bug in set argsyukang-0/+2
2023-04-27add testyukang-0/+6
2023-04-19configure: Set `profile = user` by defaultjyn-0/+1
2023-04-19configure: Fix bug in `configure_top_level_key`jyn-4/+3
2023-03-17Use python3.11 in CI to make sure toml is validatedJoshua Nelson-2/+1
2023-03-17Add tests for configure.pyJoshua Nelson-0/+40
2022-01-14Typos fixMaxwase-2/+2
2021-08-26pin the stage0 hashes in src/stage0.jsonPietro Albini-5/+4
2021-08-26switch stage0.txt to stage0.json and add a tool to generate itPietro Albini-20/+0
2020-12-27Don't use `self.date` unconditionally for `program_out_of_date()`Joshua Nelson-5/+6
2019-12-21bootstrap.py fetches rustfmt.Adam Perry-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2017-10-09Add __future__ imports to increase compatibility with Python 3. Derive Option...johnthagen-0/+1
2017-09-02Remove invalid doctest from bootstrap.py.kennytm-2/+4
2017-07-25bootstrap: Major refactoringMilton Mazzarri-0/+114