rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
893 stars 61 forks source link

Run the error UI tests in a new CI job #495

Closed antoyo closed 3 weeks ago

antoyo commented 2 months ago

Since some of them has an ICE: https://github.com/rust-lang/rustc_codegen_gcc/issues/296

We currently remove the tests that emits an error in the frontend here. I would like to have a new test that will run those tests (and only these tests with errors) in failures.yml.

mubarak23 commented 2 months ago

@antoyo can you further explain this, i will like to handle it

lordshashank commented 1 month ago

@antoyo what do you want to be done here, currently failing rust test suits are ran through --test-failing-rustc here, do you want ui tests to have separate run command like --test-failing-ui-tests, and run it under separate name in failures.yaml or something else?

antoyo commented 1 month ago

I edited the description to explain more.

lordshashank commented 1 month ago

Got it, can work this out now, thanks

antoyo commented 1 month ago

I assigned the issue to you.