Skip to content

Move Various str tests in library - #76369

Merged
bors merged 1 commit into
rust-lang:masterfrom
ayushmishra2005:move_various_str_tests_library
Sep 16, 2020
Merged

Move Various str tests in library#76369
bors merged 1 commit into
rust-lang:masterfrom
ayushmishra2005:move_various_str_tests_library

Conversation

@ayushmishra2005

Copy link
Copy Markdown
Contributor

Moved various string ui tests in library as a part of #76268

r? @matklad

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 5, 2020
@jyn514jyn514 added A-testsuite Area: The testsuite used to check the correctness of rustc T-libs-api [DEPRECATED; DO NOT USE] labels Sep 5, 2020
@jyn514

Copy link
Copy Markdown
Member

This would belong better in string.rs I think, e.g.

fntest_from_str(){

@jyn514

jyn514 commented Sep 5, 2020

Copy link
Copy Markdown
Member

Actually it looks like this is testing string literals themselves, not .to_string()? Then I'm not sure it should be moved ... I'll wait to hear what matklad says.

@ayushmishra2005

Copy link
Copy Markdown
ContributorAuthor

Actually it looks like this is testing string literals themselves, not .to_string()? Then I'm not sure it should be moved ... I'll wait to hear what matklad says.

@jyn514 Shall I move in string.rs or wait for @matklad to provide any feedback?

@jyn514

Copy link
Copy Markdown
Member

Wait for matklad's opinion I think, this was just a drive-by review :P

@ayushmishra2005

Copy link
Copy Markdown
ContributorAuthor

Wait for matklad's opinion I think, this was just a drive-by review :P

Hi @matklad Please provide your feedback for this PR.

@jyn514

Copy link
Copy Markdown
Member

@bors r+ rollup

This looks fine, if there are issues they can be fixed later.

@bors

bors commented Sep 15, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 7d834c8 has been approved by jyn514

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Sep 15, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Sep 16, 2020
…sts_library, r=jyn514
Move Various str tests in library
Moved various string ui tests in library as a part of rust-lang#76268
r? @matklad
@RalfJungRalfJung mentioned this pull request Sep 16, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Sep 16, 2020
Rollup of 10 pull requests
Successful merges:
- rust-lang#76056 (Add more info for Vec Drain doc)
- rust-lang#76062 (Vec slice example fix style and show type elision)
- rust-lang#76262 (Use inline(never) instead of cold)
- rust-lang#76335 (Make all methods of `Duration` unstably const)
- rust-lang#76366 (Add Arith Tests in Library)
- rust-lang#76369 (Move Various str tests in library)
- rust-lang#76534 (Add doc comments for From impls)
- rust-lang#76622 (Update bootstrap readme)
- rust-lang#76641 (Some cleanup changes and commenting)
- rust-lang#76662 (Fix liballoc test suite for Miri)
Failed merges:
r? `@ghost`
@bors
bors merged commit 3a4de42 into rust-lang:masterSep 16, 2020
@rustbotrustbot added this to the 1.48.0 milestone Sep 16, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-testsuiteArea: The testsuite used to check the correctness of rustcS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@ayushmishra2005@jyn514@bors@matklad@rust-highfive@rustbot