changeset 22352:d71ae2cd510b

build: Change known failures to xtest so that 'make check' produces a clean run. * gzip.cc: Change two BIST tests to xtests.
author Rik <rik@octave.org>
date Sun, 21 Aug 2016 18:08:47 -0700
parents e6df1ddfc3cf
children 788f554ac87d
files libinterp/dldfcn/gzip.cc
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/dldfcn/gzip.cc	Sun Aug 21 15:24:52 2016 -0700
+++ b/libinterp/dldfcn/gzip.cc	Sun Aug 21 18:08:47 2016 -0700
@@ -684,7 +684,7 @@
 %!endfunction
 %!test run_test_function (@test_large_file)
 
-## Test that xzipped files are rexzipped
+## Test that xzipped files are rexzipped (hits bug #48597, #48598)
 %!function test_z_z (test_dir, z)
 %!  ori_file = tempname (test_dir);
 %!  create_file (ori_file, rand (100, 1));
@@ -716,7 +716,7 @@
 %!  assert (exist (z_z_file), 2) # bug #48597
 %!  assert (hash ("md5", fileread (z_file)), md5_z)
 %!endfunction
-%!test run_test_function (@test_z_z)
+%!xtest run_test_function (@test_z_z)
 
 %!function test_xzip_dir (test_dir, z) # bug #43431
 %!  fpaths = fullfile (test_dir, {"test1", "test2", "test3"});
@@ -750,7 +750,7 @@
 %!    assert (hash ("md5", fileread (fpaths{idx})), md5s{idx})
 %!  endfor
 %!endfunction
-%!test run_test_function (@test_xzip_dir)
+%!xtest run_test_function (@test_xzip_dir)
 
 %!function test_save_to_dir (test_dir, z)
 %!  filename = "test-file";