Test EII UI tests with prefer-dynamic#156577
Conversation
|
r? @mejrs rustbot has assigned @mejrs. Use Why was this reviewer chosen?The reviewer was selected based on:
|
…=mejrs Test EII UI tests with prefer-dynamic Remove `no-prefer-dynamic` from the EII UI tests now that rust-lang#153648 fixed exporting EII declaration aliases from dylibs. Fixes rust-lang#151271. Tested with: ```sh python3 x.py test tests/ui/eii --force-rerun ```
…uwer Rollup of 6 pull requests Successful merges: - #155360 (map_try_insert changes) - #156493 (actually run the temp_dir doctest) - #156556 (Require UTF-8 in `Utf8Pattern::StringPattern`) - #156565 (delegation: emit error when self type is not specified and accessed) - #156577 (Test EII UI tests with prefer-dynamic) - #156586 (Use DropCtxt::new_block and new_block_with_statements systematically.)
…=mejrs Test EII UI tests with prefer-dynamic Tracking issue: rust-lang#125418 Remove `no-prefer-dynamic` from the EII UI tests now that rust-lang#153648 fixed exporting EII declaration aliases from dylibs. Fixes rust-lang#151271. Tested with: ```sh python3 x.py test tests/ui/eii --force-rerun ```
…=mejrs Test EII UI tests with prefer-dynamic Tracking issue: rust-lang#125418 Remove `no-prefer-dynamic` from the EII UI tests now that rust-lang#153648 fixed exporting EII declaration aliases from dylibs. Fixes rust-lang#151271. Tested with: ```sh python3 x.py test tests/ui/eii --force-rerun ```
…=mejrs Test EII UI tests with prefer-dynamic Tracking issue: rust-lang#125418 Remove `no-prefer-dynamic` from the EII UI tests now that rust-lang#153648 fixed exporting EII declaration aliases from dylibs. Fixes rust-lang#151271. Tested with: ```sh python3 x.py test tests/ui/eii --force-rerun ```
…uwer Rollup of 8 pull requests Successful merges: - #156493 (actually run the temp_dir doctest) - #156452 (Implement pinned drop sugar) - #156600 (Make const param default test reproduce original ICE) - #156556 (Require UTF-8 in `Utf8Pattern::StringPattern`) - #156565 (delegation: emit error when self type is not specified and accessed) - #156577 (Test EII UI tests with prefer-dynamic) - #156586 (Use DropCtxt::new_block and new_block_with_statements systematically.) - #156587 (Correctly handle associated items in rustdoc macro expansion)
|
Failed in rollup? #156605 (comment) @bors r- |
|
This pull request was unapproved. This PR was contained in a rollup (#156605), which was unapproved. |
|
@bors try jobs=aarch64-apple |
This comment has been minimized.
This comment has been minimized.
Test EII UI tests with prefer-dynamic try-job: aarch64-apple
|
💔 Test for 6b93d07 failed: CI. Failed job:
|
This comment has been minimized.
This comment has been minimized.
|
😮 Oh I didn't expect it to fail on macOS. I'll look into it. |
|
@bors r+ rollup |
This comment has been minimized.
This comment has been minimized.
|
💔 Test for b042d67 failed: CI. Failed job:
|
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
|
This failure looks unrelated to this PR: it failed while building the Docker image ( |
|
Alright, let's try again @bors r+ |
This comment has been minimized.
This comment has been minimized.
|
💔 Test for 4335cbf failed: CI. Failed job:
|
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
|
It seems other PRs are also stuck here. 😂 |
…=mejrs Test EII UI tests with prefer-dynamic Tracking issue: rust-lang#125418 Remove `no-prefer-dynamic` from the EII UI tests now that rust-lang#153648 fixed exporting EII declaration aliases from dylibs. Fixes rust-lang#151271. Tested with: ```sh python3 x.py test tests/ui/eii --force-rerun ```
Rollup of 6 pull requests Successful merges: - #152852 (Remove driver_lint_caps) - #156121 (compiler: suggest `.collect()` when `String` is expected and `Iterator` is found) - #156518 ([style] rustfmt `match`es with comments in or-patterns) - #156596 (Split `LintExpectationId`s) - #156577 (Test EII UI tests with prefer-dynamic) - #156633 (Add regression test for issue #41261)
…=mejrs Test EII UI tests with prefer-dynamic Tracking issue: rust-lang#125418 Remove `no-prefer-dynamic` from the EII UI tests now that rust-lang#153648 fixed exporting EII declaration aliases from dylibs. Fixes rust-lang#151271. Tested with: ```sh python3 x.py test tests/ui/eii --force-rerun ```
View all comments
Tracking issue: #125418
Remove
no-prefer-dynamicfrom the EII UI tests now that #153648 fixed exporting EII declaration aliases from dylibs.Fixes #151271.
Tested with:
python3 x.py test tests/ui/eii --force-rerun