[PowerPC VLE] Add SPE2 and EFS2 instructions support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / ppc.exp
index a3712776026fc20645892298e4cbade2d65ae30d..cdcd8a1566e690fd0b03f263fa1ec6b1615b27c7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016 Free Software Foundation, Inc.
+# Copyright (C) 2012-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -50,6 +50,7 @@ if { [istarget powerpc*-*-*] } then {
        run_dump_test "common"
        run_dump_test "476"
        run_dump_test "a2"
+       run_dump_test "pr21303"
        if { ![istarget powerpc*le-*-*] } then {
            run_dump_test "vle"
            run_dump_test "vle-reloc"
@@ -59,6 +60,19 @@ if { [istarget powerpc*-*-*] } then {
            run_dump_test "vle-simple-4"
            run_dump_test "vle-simple-5"
            run_dump_test "vle-simple-6"
+
+           #fail expected until get_powerpc_dialect() patch not applied
+           setup_xfail "*-*-*"
+           run_dump_test "lsp"
+           run_dump_test "lsp-checks"
+           run_dump_test "efs"
+           run_dump_test "efs2"
+           run_dump_test "spe2"
+           run_dump_test "spe2-checks"
+           run_dump_test "spe"
+
+           setup_xfail "*-*-*"
+           run_dump_test "spe_ambiguous"
        }
     }
 
This page took 0.023894 seconds and 4 git commands to generate.