Disable strassen.f90 test for aarch64 tiny memory.

This test case is too large to fit into the aarch64 tiny memory model.

From-SVN: r200521
This commit is contained in:
Marcus Shawcroft 2013-06-28 12:45:57 +00:00 committed by Marcus Shawcroft
parent da4f13a4f9
commit 946c8f7bff
2 changed files with 6 additions and 0 deletions

View 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>

View 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