give different results on PowerPC and Intel and are not an important part of the intent
of this test anyway; the bug was about normal numbers, not edge cases like infinity
If we want to test the infinity behavior, we should make a separate test later.
* fast/objc/longlongTest-expected.txt: Removed results from infinity tests.
* fast/objc/longlongTest.html: Removed infinity tests.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@23993
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-07-04 Darin Adler <darin@apple.com>
+
+ - take out infinity tests from the test for bug 5292262 (see below) for now since they
+ give different results on PowerPC and Intel and are not an important part of the intent
+ of this test anyway; the bug was about normal numbers, not edge cases like infinity
+
+ If we want to test the infinity behavior, we should make a separate test later.
+
+ * fast/objc/longlongTest-expected.txt: Removed results from infinity tests.
+ * fast/objc/longlongTest.html: Removed infinity tests.
+
2007-07-05 Antti Koivisto <antti@apple.com>
Reviewed by John.
PASS Test LongLong: result is -1 as expected!
PASS Test LongLong: result is -9223372036854776000 as expected!
PASS Test LongLong: result is -9223372036854776000 as expected!
-PASS Test LongLong: result is -9223372036854776000 as expected!
-PASS Test LongLong: result is -9223372036854776000 as expected!
PASS Test UnsignedLongLong: result is 0 as expected!
PASS Test UnsignedLongLong: result is 1 as expected!
PASS Test UnsignedLongLong: result is 18446744073709552000 as expected!
PASS Test UnsignedLongLong: result is 9223372036854776000 as expected!
PASS Test UnsignedLongLong: result is 9223372036854776000 as expected!
-PASS Test UnsignedLongLong: result is 9223372036854776000 as expected!
-PASS Test UnsignedLongLong: result is 9223372036854776000 as expected!
testLongLong(-1, -1);
testLongLong(9223372036854776001, -9223372036854776000);
testLongLong(-9223372036854776001, -9223372036854776000);
- testLongLong(Number.POSITIVE_INFINITY, -9223372036854776000);
- testLongLong(Number.NEGATIVE_INFINITY, -9223372036854776000);
testUnsignedLongLong(0, 0);
testUnsignedLongLong(1, 1);
testUnsignedLongLong(-1, 18446744073709552000);
testUnsignedLongLong(9223372036854776001, 9223372036854776000);
testUnsignedLongLong(-9223372036854776001, 9223372036854776000);
- testUnsignedLongLong(Number.POSITIVE_INFINITY, 9223372036854776000);
- testUnsignedLongLong(Number.NEGATIVE_INFINITY, 9223372036854776000);
}
</script>