Disable strassen.f90 test for aarch64 tiny memory.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Fri, 28 Jun 2013 12:45:57 +0000 (12:45 +0000)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Fri, 28 Jun 2013 12:45:57 +0000 (12:45 +0000)
This test case is too large to fit into the aarch64 tiny memory model.

From-SVN: r200521

libgomp/ChangeLog
libgomp/testsuite/libgomp.fortran/strassen.f90

index 9a575739e7c8b0fbdb00a2e0342d91d4692fd730..6687169f1cefc7cbc694e7347e7f57a824f3dafc 100644 (file)
@@ -1,3 +1,8 @@
+2013-06-28  Marcus Shawcroft  <marcus.shawcroft@arm.com>
+
+       * testsuite/libgomp.fortran/strassen.f90:
+       Add dg-skip-if aarch64_tiny.
+
 2013-06-20  Iain Sandoe  <iain@codesourcery.com>
            Cesar Philippidis  <cesar@codesourcery.com>
 
index b44982665a6ab7984ec5c36ee249d697f0dce7fb..af94241d16fde99afae36d0c690958cbd7ae7059 100644 (file)
@@ -1,4 +1,5 @@
 ! { dg-options "-O2" }
+! { dg-skip-if "AArch64 tiny code model does not support programs larger than 1MiB" {aarch64_tiny} {"*"} {""} }
 
 program strassen_matmul
   use omp_lib