Changeset c84b816d


Ignore:
Timestamp:
08/20/2024 10:13:01 AM (4 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
aaf26b3, d6cd522, f64c649e
Parents:
c8248449
Message:

rust: There's one more known failure

I didn't notice this because building with an existing toolchain
(setting build.rustc and build.cargo). When downloading the stage 0
compiler the test seems assuming everyone is using rust.channel = 'dev'
but we are using 'stable' instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    rc8248449 rc84b816d  
    342342         https://github.com/rust-lang/rust/pull/126097.  -->
    343343    <para>
    344       Two tests named <filename>tests/run-make/print-cfg</filename> and
    345       <filename>tests/run-make/print-to-output</filename> are known to fail.
     344      Three tests named <filename>tests/run-make/print-cfg</filename>,
     345      <filename>tests/run-make/print-to-output</filename>, and
     346      <literal>core::config::tests::download_ci_llvm</literal> are known to
     347      fail.
    346348    </para>
    347349
Note: See TracChangeset for help on using the changeset viewer.