test/runtime/6888954/vmerrors.sh

changeset 7574
a51071796915
parent 5847
cc4f5f8d885e
child 7994
04ff2f6cd0eb
     1.1 --- a/test/runtime/6888954/vmerrors.sh	Fri Jan 23 22:39:24 2015 -0500
     1.2 +++ b/test/runtime/6888954/vmerrors.sh	Wed Jan 21 12:38:11 2015 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     1.5 +# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     1.6  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.7  #
     1.8  # This code is free software; you can redistribute it and/or modify it
     1.9 @@ -61,11 +61,12 @@
    1.10  # EXCEPTION_ACCESS_VIOLATION - Win-*
    1.11  # SIGBUS - Solaris SPARC-64
    1.12  # SIGSEGV - Linux-*, Solaris SPARC-32, Solaris X86-*
    1.13 +# SIGILL - Aix
    1.14  #
    1.15  # Note: would like to use "pc=0x00*0f," in the pattern, but Solaris SPARC-*
    1.16  # gets its signal at a PC in test_error_handler().
    1.17  #
    1.18 -bad_func_ptr_re='(SIGBUS|SIGSEGV|EXCEPTION_ACCESS_VIOLATION).* at pc='
    1.19 +bad_func_ptr_re='(SIGBUS|SIGSEGV|SIGILL|EXCEPTION_ACCESS_VIOLATION).* at pc='
    1.20  guarantee_re='guarantee[(](str|num).*failed: *'
    1.21  fatal_re='fatal error: *'
    1.22  tail_1='.*expected null'

mercurial