auto merge of #16450 : klutzy/rust/win-fixme-cleanup, r=alexcrichton

First commit enables regex test on Windows. It was not working at some point (#13725), but it works now.

Second commit removes various FIXMEs regarding #13793, since upstream bug has been fixed.
This commit is contained in:
bors 2014-08-18 06:01:08 +00:00
commit ef439ddce0
8 changed files with 1 additions and 18 deletions

View file

@ -38,8 +38,6 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
// OF THE POSSIBILITY OF SUCH DAMAGE.
// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1
// ignore-cross-compile #12102

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1
#![feature(phase)]

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1
#![feature(phase)]

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// FIXME(#13725) windows needs fixing.
// ignore-windows
// ignore-stage1
#![feature(phase)]

View file

@ -7,8 +7,3 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// FIXME #13793
#[test]
fn test_dummy() {
}

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// ignore-windows: FIXME #13793
fn main() {
match ("", 1u) {
(_, 42u) => (),

View file

@ -9,7 +9,6 @@
// except according to those terms.
// compile-flags:--test
// ignore-windows #10872
// ignore-pretty: does not work well with `--test`
// Building as a test runner means that a synthetic main will be run,