Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minicore test auxiliary and support //@ use-minicore directive in ui/assembly/codegen tests #130693

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 12, 2024

  1. minicore: add minimal minicore test auxiliary

    The initial `minicore` is intentionally super minimal and contains an
    incomplete subset of `core` items, and explicitly not items from `alloc`
    or `std`-only items.
    jieyouxu committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    b3081ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    084489e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e8372 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91a23be View commit details
    Browse the repository at this point in the history
  5. compiletest: build minicore and make available to test as extern prel…

    …ude when requested with `use-minicore` directive
    
    `//@ use-minicore` will imply `-C panic=abort` as this requires the
    test to be `no_std` and `no_core` in the first place.
    jieyouxu committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c3bc433 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    334f846 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5542e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f589de5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c69a5f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    383c00c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    171d20b View commit details
    Browse the repository at this point in the history
  12. [EXAMPLE] just include!()

    jieyouxu committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    90b6aae View commit details
    Browse the repository at this point in the history