[PR testsuite/65205, libgomp/65993] Fix dg-shouldfail usage in OpenACC libgomp tests
In dg-output, don't expect "0x" prefix for "%p" format specifier, don't expect "(nil)" for NULL pointer. PR testsuite/65205 PR libgomp/65993 libgomp/ * testsuite/libgomp.oacc-c-c++-common/clauses-2.c: In dg-output, don't expect "0x" prefix for "%p" format specifier, don't expect "(nil)" for NULL pointer. * testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/data-already-1.c: More accurately specify what we're looking for. * testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise. * testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise. * testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise. * testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise. * testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise. From-SVN: r222799
This commit is contained in:
parent
74c4e863bf
commit
ae8ffbbb8d
36 changed files with 81 additions and 38 deletions
|
@ -1,3 +1,46 @@
|
|||
2015-05-05 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
PR testsuite/65205
|
||||
PR libgomp/65993
|
||||
* testsuite/libgomp.oacc-c-c++-common/clauses-2.c: In dg-output,
|
||||
don't expect "0x" prefix for "%p" format specifier, don't expect
|
||||
"(nil)" for NULL pointer.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-16.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-17.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-18.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-20.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-21.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-22.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-23.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-25.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-26.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-27.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-28.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-29.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-30.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-34.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-35.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-36.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-39.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-40.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-42.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-43.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-44.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-47.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-48.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-52.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-53.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-54.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-57.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/lib-58.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/data-already-1.c: More
|
||||
accurately specify what we're looking for.
|
||||
* testsuite/libgomp.oacc-c-c++-common/data-already-2.c: Likewise.
|
||||
* testsuite/libgomp.oacc-c-c++-common/data-already-8.c: Likewise.
|
||||
* testsuite/libgomp.oacc-fortran/data-already-1.f: Likewise.
|
||||
* testsuite/libgomp.oacc-fortran/data-already-2.f: Likewise.
|
||||
* testsuite/libgomp.oacc-fortran/data-already-8.f: Likewise.
|
||||
|
||||
2015-04-30 James Norris <jnorris@codesourcery.com>
|
||||
|
||||
PR testsuite/65205
|
||||
|
|
|
@ -64,5 +64,5 @@ main (int argc, char **argv)
|
|||
|
||||
return 0;
|
||||
}
|
||||
/* { dg-output "Trying to map into device \\\[0x\[0-9a-f\]+..0x\[0-9a-f\]+\\\) object when \\\[0x\[0-9a-f\]+..0x\[0-9a-f\]+\\\) is already mapped" }
|
||||
/* { dg-output "Trying to map into device \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) object when \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) is already mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -15,5 +15,5 @@ main (int argc, char *argv[])
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-shouldfail "" }
|
||||
{ dg-output "Trying to map into device .* object when .* is already mapped" } */
|
||||
/* { dg-output "Trying to map into device \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) object when \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) is already mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -12,5 +12,5 @@ main (int argc, char *argv[])
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-shouldfail "" }
|
||||
{ dg-output "Trying to map into device .* object when .* is already mapped" } */
|
||||
/* { dg-output "Trying to map into device \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) object when \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) is already mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -12,5 +12,5 @@ main (int argc, char *argv[])
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-shouldfail "" }
|
||||
{ dg-output "Trying to map into device .* object when .* is already mapped" } */
|
||||
/* { dg-output "Trying to map into device \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) object when \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) is already mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -26,5 +26,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,\\\+256\\\] already mapped to \\\[0x\[0-9a-f\]+,\\\+256\\\]" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,\\\+256\\\] already mapped to \\\[\[0-9a-fA-FxX\]+,\\\+256\\\]" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -28,5 +28,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,256\\\] is not mapped" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,256\\\] is not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -31,5 +31,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,256\\\] is not mapped" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,256\\\] is not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -26,5 +26,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,256\\\] surrounds2 \\\[0x\[0-9a-f\]+,\\\+257\\\]" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,256\\\] surrounds2 \\\[\[0-9a-fA-FxX\]+,\\\+257\\\]" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -26,5 +26,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,0\\\] is not mapped" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,0\\\] is not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -26,5 +26,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,256\\\] surrounds2 \\\[0x\[0-9a-f\]+,\\\+255\\\]" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,256\\\] surrounds2 \\\[\[0-9a-fA-FxX\]+,\\\+255\\\]" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -36,5 +36,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,256\\\] surrounds2 \\\[0x\[0-9a-f\]+,\\\+512\\\]" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,256\\\] surrounds2 \\\[\[0-9a-fA-FxX\]+,\\\+512\\\]" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -27,5 +27,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,\\\+256\\\] already mapped to \\\[0x\[0-9a-f\]+,\\\+256\\\]" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,\\\+256\\\] already mapped to \\\[\[0-9a-fA-FxX\]+,\\\+256\\\]" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -23,5 +23,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,\\\+0\\\] is a bad range" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,\\\+0\\\] is a bad range" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -23,5 +23,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[\\\(nil\\\),\\\+256\\\] is a bad range" } */
|
||||
/* { dg-output "\\\[\[^\n\r]*,\\\+256\\\] is a bad range" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -23,5 +23,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[\\\(nil\\\),256\\\] is not mapped" } */
|
||||
/* { dg-output "\\\[\[^\n\r]*,256\\\] is not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -23,5 +23,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,0\\\] is not mapped" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,0\\\] is not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -23,5 +23,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,256\\\] surrounds2 \\\[0x\[0-9a-f\]+,\\\+254\\\]" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,256\\\] surrounds2 \\\[\[0-9a-fA-FxX\]+,\\\+254\\\]" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -30,5 +30,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,\\\+256\\\] not mapped" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,\\\+256\\\] not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -23,5 +23,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[\\\(nil\\\),\\\+256\\\] is a bad range" } */
|
||||
/* { dg-output "\\\[\[^\n\r]*,\\\+256\\\] is a bad range" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -23,5 +23,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,\\\+0\\\] is a bad range" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,\\\+0\\\] is a bad range" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -38,5 +38,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[\\\(nil\\\),\\\+256\\\] is a bad range" } */
|
||||
/* { dg-output "\\\[\[^\n\r]*,\\\+256\\\] is a bad range" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -39,5 +39,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,\\\+0\\\] is a bad range" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,\\\+0\\\] is a bad range" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -32,5 +32,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,256\\\] is not mapped" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,256\\\] is not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -42,5 +42,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[\\\(nil\\\),256\\\] is not mapped" } */
|
||||
/* { dg-output "\\\[\[^\n\r]*,256\\\] is not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -42,5 +42,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,0\\\] is not mapped" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,0\\\] is not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -40,5 +40,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[\\\(nil\\\),256\\\] is not mapped" } */
|
||||
/* { dg-output "\\\[\[^\n\r]*,256\\\] is not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -40,5 +40,5 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,0\\\] is not mapped" } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,0\\\] is not mapped" } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -25,6 +25,6 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[\\\(nil\\\),\\\+256\]->\[0x\[0-9a-f\]+,\\\+256\\\] is a bad map" { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-output "\\\[\[^\n\r]*,\\\+256\]->\[\[0-9a-fA-FxX\]+,\\\+256\\\] is a bad map" { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-output "cannot map data on shared-memory system" { target openacc_host_selected } } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -25,6 +25,6 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,\\\+256\]->\\\[\\\(nil\\\),\\\+256\\\] is a bad map" { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,\\\+256\]->\\\[\[^\n\r]*,\\\+256\\\] is a bad map" { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-output "cannot map data on shared-memory system" { target openacc_host_selected } } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -25,6 +25,6 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\[0x\[0-9a-f\]+,\\\+0\\\]->\\\[0x\[0-9a-f\]+,\\\+0\\\] is a bad map" { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-output "\\\[\[0-9a-fA-FxX\]+,\\\+0\\\]->\\\[\[0-9a-fA-FxX\]+,\\\+0\\\] is a bad map" { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-output "cannot map data on shared-memory system" { target openacc_host_selected } } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -25,6 +25,6 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "0x\[0-9a-f\]+ is not a mapped block" { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-output "\[0-9a-fA-FxX\]+ is not a mapped block" { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-output "cannot map data on shared-memory system" { target openacc_host_selected } } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -25,6 +25,6 @@ main (int argc, char **argv)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* { dg-output "\\\(nil\\\) is not a mapped block" { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-output "\[^\n\r]* is not a mapped block" { target openacc_nvidia_accel_selected } } */
|
||||
/* { dg-output "cannot map data on shared-memory system" { target openacc_host_selected } } */
|
||||
/* { dg-shouldfail "" } */
|
||||
|
|
|
@ -13,5 +13,5 @@
|
|||
|
||||
END
|
||||
|
||||
! { dg-output "Trying to map into device \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) object when \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) is already mapped" }
|
||||
! { dg-shouldfail "" }
|
||||
! { dg-output "Trying to map into device .* object when .* is already mapped" }
|
||||
|
|
|
@ -12,5 +12,5 @@
|
|||
|
||||
END
|
||||
|
||||
! { dg-output "Trying to map into device \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) object when \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) is already mapped" }
|
||||
! { dg-shouldfail "" }
|
||||
! { dg-output "Trying to map into device .* object when .* is already mapped" }
|
||||
|
|
|
@ -12,5 +12,5 @@
|
|||
|
||||
END
|
||||
|
||||
! { dg-output "Trying to map into device \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) object when \\\[\[0-9a-fA-FxX\]+..\[0-9a-fA-FxX\]+\\\) is already mapped" }
|
||||
! { dg-shouldfail "" }
|
||||
! { dg-output "Trying to map into device .* object when .* is already mapped" }
|
||||
|
|
Loading…
Add table
Reference in a new issue