From 83ea6e812c7eb0212c008c164543e81e2bb41bbd Mon Sep 17 00:00:00 2001 From: Elliott Sprehn Date: Tue, 28 Oct 2014 19:36:12 -0700 Subject: [PATCH] Mark hixie's tests as Skip so they don't spam the console. R=abarth@chromium.org Review URL: https://codereview.chromium.org/687893003 --- tests/TestExpectations | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestExpectations b/tests/TestExpectations index 979e9bc8032..d0bde587779 100644 --- a/tests/TestExpectations +++ b/tests/TestExpectations @@ -15,6 +15,6 @@ https://github.com/domokit/mojo/issues/15 parser/empty.sky [ Skip ] #https://github.com/domokit/mojo/issues/15 parser/utf16.sky [ Skip ] # These tests fail -https://github.com/domokit/mojo/issues/14 parser/normaliser-null.sky [ Crash ] -https://github.com/domokit/mojo/issues/14 parser/utf16.sky [ Crash ] +https://github.com/domokit/mojo/issues/14 parser/normaliser-null.sky [ Skip ] +https://github.com/domokit/mojo/issues/14 parser/utf16.sky [ Skip ] https://github.com/domokit/mojo/issues/16 parser/normaliser-crlf.sky [ Skip ]