Skip to content

fixing tests to get Bitrig build fully completing #23976

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
Apr 5, 2015
Merged

fixing tests to get Bitrig build fully completing #23976

merged 1 commit into from
Apr 5, 2015

Conversation

dhuseby
Copy link

@dhuseby dhuseby commented Apr 2, 2015

This fixes up the "make check" part of the rust build os that the Bitrig buildbot will succeed.

@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ 4cfae59

Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 3, 2015
…crichton

This fixes up the "make check" part of the rust build os that the Bitrig buildbot will succeed.
@dhuseby
Copy link
Author

dhuseby commented Apr 3, 2015

rebased to current master

@alexcrichton
Copy link
Member

@bors: r+ 37c23b6

bors added a commit that referenced this pull request Apr 3, 2015
@bors
Copy link
Collaborator

bors commented Apr 4, 2015

⌛ Testing commit 37c23b6 with merge ac2d080...

@bors
Copy link
Collaborator

bors commented Apr 4, 2015

💔 Test failed - auto-win-64-nopt-t

@dhuseby
Copy link
Author

dhuseby commented Apr 4, 2015

It looks like my change to src/test/run-make/no-stack-check/Makefile broke the no-stack-check on windows. Hrm...let me see if I can fix it.

@dhuseby
Copy link
Author

dhuseby commented Apr 4, 2015

I restructured that test so that I think it works for windows again now.

@Manishearth
Copy link
Member

@bors: r=alexcrichton

@bors
Copy link
Collaborator

bors commented Apr 4, 2015

📌 Commit 0747a3a has been approved by alexcrichton

@bors
Copy link
Collaborator

bors commented Apr 4, 2015

⌛ Testing commit 0747a3a with merge 5829c7c...

@bors
Copy link
Collaborator

bors commented Apr 4, 2015

⛄ The build was interrupted to prioritize another pull request.

@bors
Copy link
Collaborator

bors commented Apr 4, 2015

⌛ Testing commit 0747a3a with merge 418e57d...

@bors
Copy link
Collaborator

bors commented Apr 4, 2015

⛄ The build was interrupted to prioritize another pull request.

@bors
Copy link
Collaborator

bors commented Apr 4, 2015

⌛ Testing commit 0747a3a with merge 3b38fb9...

@Manishearth
Copy link
Member

@bors: p=2

Let's keep this at the top of the queue

@bors
Copy link
Collaborator

bors commented Apr 4, 2015

💔 Test failed - auto-linux-64-nopt-t

@Manishearth
Copy link
Member


failures:

---- [debuginfo-gdb] debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs stdout ----
    NOTE: compiletest thinks it is using GDB version 7.7

error: line not found in debugger output: $2 = {<No data fields>}
status: exit code: 0
command: gdb -quiet -batch -nx -command=x86_64-unknown-linux-gnu/test/debuginfo-gdb/gdb-pretty-struct-and-enums-pre-gdb-7-7.debugger.script
stdout:
------------------------------------------
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
Breakpoint 1 at 0x8b9: file /home/ubuntu/src/rust-buildbot/slave/auto-linux-64-nopt-t/build/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs, line 68.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Breakpoint 1, gdb_pretty_struct_and_enums_pre_gdb_7_7::main () at /home/ubuntu/src/rust-buildbot/slave/auto-linux-64-nopt-t/build/src/test/debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs:68
68      zzz(); // #break
$1 = RegularStruct = {the_first_field = 101, the_second_field = 102.5, the_third_field = false}
$2 = EmptyStruct
$3 = CStyleEnumVar1
$4 = CStyleEnumVar2
$5 = CStyleEnumVar3
A debugging session is active.

    Inferior 1 [process 22074] will be killed.

Quit anyway? (y or n) [answered Y; input not from terminal]

------------------------------------------
stderr:
------------------------------------------

------------------------------------------

thread '[debuginfo-gdb] debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs' panicked at 'explicit panic', /home/ubuntu/src/rust-buildbot/slave/auto-linux-64-nopt-t/build/src/compiletest/runtest.rs:1483



failures:
    [debuginfo-gdb] debuginfo/gdb-pretty-struct-and-enums-pre-gdb-7-7.rs

test result: FAILED. 98 passed; 1 failed; 5 ignored; 0 measured

@dhuseby
Copy link
Author

dhuseby commented Apr 4, 2015

I just fixed the latest test breaker.

@dhuseby
Copy link
Author

dhuseby commented Apr 4, 2015

rebased to current master

@alexcrichton
Copy link
Member

@bors: r+ 5387189

@Manishearth
Copy link
Member

@bors: force

@bors
Copy link
Collaborator

bors commented Apr 5, 2015

⌛ Testing commit 5387189 with merge 7155c8d...

bors added a commit that referenced this pull request Apr 5, 2015
This fixes up the "make check" part of the rust build os that the Bitrig buildbot will succeed.
@bors bors merged commit 5387189 into rust-lang:master Apr 5, 2015
@dhuseby dhuseby deleted the bitrig_fixing_tests branch June 11, 2015 17:19
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.

6 participants