X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2Farith.tests;h=7dcc36d8d8024867ecd5458e320ccc7aab9e2f6e;hb=ac50fbac377e32b98d2de396f016ea81e8ee9961;hp=86c24a47c2296d29201608a81ab25aeec4804612;hpb=4539d736f1aff232857a854fd2a68df0c98d9f34;p=platform%2Fupstream%2Fbash.git diff --git a/tests/arith.tests b/tests/arith.tests index 86c24a4..7dcc36d 100644 --- a/tests/arith.tests +++ b/tests/arith.tests @@ -268,6 +268,13 @@ ${THIS_SH} ./arith4.sub # make sure arithmetic expansion handles ints > 2**31 - 1 using intmax_t echo $(( 2147483645 + 4 )) +# other tests using INTMAX_MIN and INTMAX_MAX that cause exceptions if not +# handled correctly -- problem through bash-4.2 +${THIS_SH} ./arith5.sub + +# problems with suppressing evaluation present through bash-4.2 +${THIS_SH} ./arith6.sub + x=4 y=7