From 5b242d6cc573d95c5e61c01963723566c5c54e8e Mon Sep 17 00:00:00 2001 From: Ruben Ayrapetyan Date: Thu, 16 Oct 2014 11:23:34 +0400 Subject: [PATCH] Fixing some tests from internal test suite. --- .../15/15.08/15.08.02/15.08.02.12/15.08.02.12-009.js | 2 +- .../15/15.08/15.08.02/15.08.02.12/15.08.02.12-010.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-009.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-009.js index 7b3273c21..f384d1a0b 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-009.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-009.js @@ -12,4 +12,4 @@ // See the License for the specific language governing permissions and // limitations under the License. -assert(Math.min() === -Infinity); +assert(Math.min() === Infinity); diff --git a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-010.js b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-010.js index fc0039636..85a45af53 100644 --- a/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-010.js +++ b/tests/jerry-test-suite/15/15.08/15.08.02/15.08.02.12/15.08.02.12-010.js @@ -12,4 +12,4 @@ // See the License for the specific language governing permissions and // limitations under the License. -assert(Math.min() !== Infinity); +assert(Math.min() !== -Infinity);