Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Current »

About

  • The Rust compiler has a comprehensive test suite.
  • This foundational work item aims to generate initial test reports from that test suite for the riscv64-unknown-linux-gnu Rust compiler target triple.
  • Along the way, this work items aims to highlight any perceivable risks for current and future work.


Sub-tasks

NumberItemDescriptionStatusNotesResources
1Test EnvironmentTarget platform selectionCompleteSelection qemu-system-riscv64's virt machine emulation as the target platform
Basic Linux test environment creationComplete

Selected Ubuntu Linux (riscv64) as the target filesystem

Ubuntu Linux for RISC-V 64-bit systems
Design of a testing strategyComplete

Decided to build and run the compiler and test assets 'natively' on the above test environment

(Experimented with cross compilation but that threw up known errors that were deemed invalid)

Decided to execute the test runner manually once the test assets were built


2Rust CompilerVerify that the Rust Compiler builds and runs natively for the risc64-unknown-linux-gnu target tripleCompleteAll OK. No special mods needed.
3Rust Compiler Test SuiteVerify that the Rust Compiler test suite builds and runs natively for the riscv64-unknown-linux-gnu target tripleComplete

All OK. No special mods needed.

Issue encountered with docker image for RISC-V Rust.

PR raised to fix docker image for RISC-V Rust. Fixes merged.

4Rust Compiler Test ReportGenerate initial compiler test resultsCompleteSome codegen test failures seen.PR raised to address test failures. Fixes merged.



Dependency



Upstreaming

ONGOING


Contacts


  • No labels