Skip to content

Commit

Permalink
Merge pull request #2407 from mnowaksuse/ltp_remove_utimensat01
Browse files Browse the repository at this point in the history
Do not run utimensat01 atm, soft fail instead
  • Loading branch information
okurz committed Feb 6, 2017
2 parents ffc9949 + 3317cc1 commit de82845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/toolchain/gcc5_C_compilation.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ sub run() {
assert_script_run 'mount /tmp/tmpdir.loop /tmp/tmpdir -o loop';

script_run 'pushd ltp-full-20170116';
assert_script_run "sed -i '/utimensat01/d' runtest/syscalls";
record_soft_failure('Once poo#15876 is resolved, bring the test back');
# workaround for missing patch https://patchwork.kernel.org/patch/8953231/ in SLES 12 SP2
# (https://github.com/linux-test-project/ltp/issues/89)
script_run "cp /proc/sys/fs/inotify/max_user_instances ~; echo 512 > /proc/sys/fs/inotify/max_user_instances";
Expand Down

0 comments on commit de82845

Please sign in to comment.