From: ro Date: Tue, 1 Sep 2015 11:50:19 +0000 (+0000) Subject: XFAIL gfortran.dg/execute_command_line_2.f90 (PR libfortran/67412) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03e48ba7d9967a948d1cd20ebb690e591cc5cd18;p=thirdparty%2Fgcc.git XFAIL gfortran.dg/execute_command_line_2.f90 (PR libfortran/67412) PR libfortran/67412 * gfortran.dg/execute_command_line_2.f90: XFAIL execution on *-*-solaris2.10. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227367 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f14ff330e3f7..c4d0faca3be1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2015-09-01 Rainer Orth + + PR libfortran/67412 + * gfortran.dg/execute_command_line_2.f90: XFAIL execution on + *-*-solaris2.10. + 2015-09-01 Kyrylo Tkachov * gcc.target/aarch64/target_attr_crypto_ice_2.c: New test. diff --git a/gcc/testsuite/gfortran.dg/execute_command_line_2.f90 b/gcc/testsuite/gfortran.dg/execute_command_line_2.f90 index 5a4e9cc7b829..3e34f322f07c 100644 --- a/gcc/testsuite/gfortran.dg/execute_command_line_2.f90 +++ b/gcc/testsuite/gfortran.dg/execute_command_line_2.f90 @@ -1,4 +1,5 @@ ! { dg-do run } +! { dg-xfail-run-if "PR libfortran/67412" { *-*-solaris2.10 } } ! ! Check that EXECUTE_COMMAND_LINE handles invalid command lines appropriately !