Skip to content

fixing tests to get Bitrig build fully completing#23976

Merged
bors merged 1 commit into
rust-lang:masterfrom
dhuseby:bitrig_fixing_tests
Apr 5, 2015
Merged

fixing tests to get Bitrig build fully completing#23976
bors merged 1 commit into
rust-lang:masterfrom
dhuseby:bitrig_fixing_tests

Conversation

@dhuseby

@dhuseby dhuseby commented Apr 2, 2015

Copy link
Copy Markdown

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

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @brson

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

@alexcrichton

Copy link
Copy Markdown
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

dhuseby commented Apr 3, 2015

Copy link
Copy Markdown
Author

rebased to current master

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ 37c23b6

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

bors commented Apr 4, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 37c23b6 with merge ac2d080...

@bors

bors commented Apr 4, 2015

Copy link
Copy Markdown
Collaborator

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

@dhuseby

dhuseby commented Apr 4, 2015

Copy link
Copy Markdown
Author

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

dhuseby commented Apr 4, 2015

Copy link
Copy Markdown
Author

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

@Manishearth

Copy link
Copy Markdown
Member

@bors: r=alexcrichton

@bors

bors commented Apr 4, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit 0747a3a has been approved by alexcrichton

@bors

bors commented Apr 4, 2015

Copy link
Copy Markdown
Collaborator

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

@bors

bors commented Apr 4, 2015

Copy link
Copy Markdown
Collaborator

⛄ The build was interrupted to prioritize another pull request.

@bors

bors commented Apr 4, 2015

Copy link
Copy Markdown
Collaborator

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

@bors

bors commented Apr 4, 2015

Copy link
Copy Markdown
Collaborator

⛄ The build was interrupted to prioritize another pull request.

@bors

bors commented Apr 4, 2015

Copy link
Copy Markdown
Collaborator

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

@Manishearth

Copy link
Copy Markdown
Member

@bors: p=2

Let's keep this at the top of the queue

@bors

bors commented Apr 4, 2015

Copy link
Copy Markdown
Collaborator

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

@Manishearth

Copy link
Copy Markdown
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

dhuseby commented Apr 4, 2015

Copy link
Copy Markdown
Author

I just fixed the latest test breaker.

@dhuseby

dhuseby commented Apr 4, 2015

Copy link
Copy Markdown
Author

rebased to current master

@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+ 5387189

@Manishearth

Copy link
Copy Markdown
Member

@bors: force

@bors

bors commented Apr 5, 2015

Copy link
Copy Markdown
Collaborator

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

Copy link
Copy Markdown
Collaborator

@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