Skip to content

test: Relax a debuginfo test #12839

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2014
Merged

test: Relax a debuginfo test #12839

merged 1 commit into from
Mar 12, 2014

Conversation

alexcrichton
Copy link
Member

This test is blocking a snapshot. Apparently the snapshot bot doesn't print
'limited-debuginfo::main()' but rather just 'main()'. Who knew?

This test is blocking a snapshot. Apparently the snapshot bot doesn't print
'limited-debuginfo::main()' but rather just 'main()'. Who knew?
@alexcrichton
Copy link
Member Author

@huonw
Copy link
Member

huonw commented Mar 12, 2014

cc @michaelwoerister. Have you encountered this before (maybe it's this due to using an older version of GDB)?

bors added a commit that referenced this pull request Mar 12, 2014
This test is blocking a snapshot. Apparently the snapshot bot doesn't print
'limited-debuginfo::main()' but rather just 'main()'. Who knew?
@michaelwoerister
Copy link
Member

That may well be. Unfortunately, gdb output is not standardized anywhere, at least I haven't found anything. In the next months I'll add python pretty printers, type printers and frame decorators. Then we have control over the exact output format.

// check:static void [...]main();
// check:static void [...]some_function();
// check:static void [...]some_other_function();
// check:static void [...]zzz();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would make sense to change these to check:static void [...]zzz([...]); which would also solve #12787.

@bors bors closed this Mar 12, 2014
@bors bors merged commit 486a25a into rust-lang:master Mar 12, 2014
@alexcrichton alexcrichton deleted the fix-snap branch March 12, 2014 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants