Change expectation for the bug-265 test to allow crashing in release

builds.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1479 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent feb2594f
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# modification, are permitted provided that the following conditions are # modification, are permitted provided that the following conditions are
# met: # met:
# #
# * Redistributions of source code must retain the above copyright n# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer. # notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above # * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following # copyright notice, this list of conditions and the following
...@@ -36,7 +36,7 @@ fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm) ...@@ -36,7 +36,7 @@ fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
# Bug on IA32, realiably triggers a debug assertion. Unpredictable in # Bug on IA32, realiably triggers a debug assertion. Unpredictable in
# release mode on IA32, currently passes on ARM. # release mode on IA32, currently passes on ARM.
bugs/bug-265: (PASS || FAIL), FAIL if $mode == debug bugs/bug-265: (PASS || FAIL || CRASH), FAIL if $mode == debug
[ $arch == arm ] [ $arch == arm ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment