* gas/all/gas.exp: Don't run floating-point tests on CRIS.
authorHans-Peter Nilsson <hp@axis.com>
Thu, 20 Jul 2000 17:53:38 +0000 (17:53 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Thu, 20 Jul 2000 17:53:38 +0000 (17:53 +0000)
* gas/ieee-fp/x930509a.exp: Ditto.
* gas/macros/macros.exp: Mark strings test xfail for CRIS.

gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp
gas/testsuite/gas/ieee-fp/x930509a.exp
gas/testsuite/gas/macros/macros.exp

index d43767cc8284bfa0f8324fc3cbab01d53342e153..165e42152ea27b23ab163df96181427557ba139d 100644 (file)
@@ -1,3 +1,9 @@
+2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
+
+       * gas/all/gas.exp: Don't run floating-point tests on CRIS.
+       * gas/ieee-fp/x930509a.exp: Ditto.
+       * gas/macros/macros.exp: Mark strings test xfail for CRIS.
+
 2000-07-19  Alan Modra  <alan@linuxcare.com.au>
 
        * gas/macros/macros.exp (test1): Run it for hppa*-*-linux*.
index 8098448ce93a21b6d4bce292a4a9ff9a82c12078..84118fa0990262aad49ba0b521795b91923d0da1 100644 (file)
@@ -23,7 +23,10 @@ if { [istarget hppa*-*-*] || [istarget *c54x*-*-*] } then {
     gas_test "p1480.s" "" "-a>" "simplifiable double subtraction"
 }
 
-gas_test "float.s" ""   "" "simple FP constants"
+# No floating point support in assembly code for CRIS.
+if ![istarget cris-*-*] then {
+    gas_test "float.s" ""   "" "simple FP constants"
+}
 
 # This test is meaningless for the PA; the difference of two undefined
 # symbols is something that is (and must be) supported on the PA.
index 3f5f708b7bc240bffb4a9b3b9a48dfb399dc076d..88a2e1306881b2577a4d59c91bb370e9f51aa70d 100644 (file)
@@ -20,7 +20,9 @@ proc dotest {} {
 }
 
 # C54x alignment/addressing is different, so the listing looks different
-# float encoding is tested in c54x-specific tests
-if { ![istarget vax*-*-*] && ![istarget *c54x*-*-*] } then {
+# float encoding is tested in c54x-specific tests.
+# No floating point support in assembly code for CRIS.
+if { ![istarget vax*-*-*] && ![istarget *c54x*-*-*]
+     && ![istarget cris-*-*] } then {
     dotest
 }
index c1d06a102ab6a0e07d4f12d838b2b7bb9c22868a..6e647461bb246d3a8930d70960b93b00843819d2 100644 (file)
@@ -27,5 +27,7 @@ case $target_triplet in {
 }
 
 if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
+    # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
+    setup_xfail cris-*-*
     run_dump_test strings
 }
This page took 0.043537 seconds and 4 git commands to generate.