Skip to content

Commit

Permalink
pacified test/run-pass/core-run-destroy on Win7x64
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Sologubov authored and Evgeny Sologubov committed Sep 19, 2013
1 parent 0c3b6ad commit fadc6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-pass/core-run-destroy.rs
Expand Up @@ -55,6 +55,7 @@ fn test_destroy_actually_kills(force: bool) {

#[cfg(windows)]
fn process_exists(pid: libc::pid_t) -> bool {
#[fixed_stack_segment];

use std::libc::types::os::arch::extra::DWORD;
use std::libc::funcs::extra::kernel32::{CloseHandle, GetExitCodeProcess, OpenProcess};
Expand Down

5 comments on commit fadc6cc

@bors
Copy link
Contributor

@bors bors commented on fadc6cc Sep 20, 2013

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at eugals@fadc6cc

@bors
Copy link
Contributor

@bors bors commented on fadc6cc Sep 20, 2013

Choose a reason for hiding this comment

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

merging eugals/rust/master = fadc6cc into auto

@bors
Copy link
Contributor

@bors bors commented on fadc6cc Sep 20, 2013

Choose a reason for hiding this comment

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

eugals/rust/master = fadc6cc merged ok, testing candidate = 89cc852

@bors
Copy link
Contributor

@bors bors commented on fadc6cc Sep 20, 2013

@bors
Copy link
Contributor

@bors bors commented on fadc6cc Sep 20, 2013

Choose a reason for hiding this comment

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

fast-forwarding master to auto = 89cc852

Please sign in to comment.