Skip to content

Commit 30d4400

Browse files
committed
[hermes] Coalesce some integration tests
gherrit-pr-id: G5hqizeipgnmwhocpqscopsoqtirndpdi
1 parent 001feb5 commit 30d4400

133 files changed

Lines changed: 58 additions & 1202 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

hermes/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ RUN rustup toolchain install nightly-2026-02-07 --profile minimal && \
5353
# use this in CI because copying the multiple GB produced in this image is
5454
# slower in CI than just re-building from scratch.
5555
FROM base AS dev
56-
COPY tests/fixtures/syntax_error tests/fixtures/syntax_error
57-
RUN cargo test --test integration -- syntax_error && \
56+
COPY tests/fixtures/syntax_failures tests/fixtures/syntax_failures
57+
RUN cargo test --test integration -- syntax_failures && \
5858
chmod -R a+rwX /cache
5959

6060
# Any `/workspace/target` generated here will be shadowed by the host's bind

hermes/tests/fixtures/allow_sorry_fallbacks/expected.stderr

Lines changed: 0 additions & 72 deletions
This file was deleted.

hermes/tests/fixtures/allow_sorry_fallbacks/hermes.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

hermes/tests/fixtures/allow_sorry_fallbacks/source/Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

hermes/tests/fixtures/associated_types/expected.stderr

Lines changed: 0 additions & 10 deletions
This file was deleted.

hermes/tests/fixtures/associated_types/hermes.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

hermes/tests/fixtures/associated_types/source/Cargo.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

hermes/tests/fixtures/broken_doc_block/expected.stderr

Lines changed: 0 additions & 14 deletions
This file was deleted.

hermes/tests/fixtures/broken_doc_block/hermes.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

hermes/tests/fixtures/broken_doc_block/source/Cargo.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)