Fix the regression tests:
* Tests/WebFoundation-Misc/ifnsthreadextensions-test.chk,
Tests/WebFoundation-Misc/ifnsthreadextensions-test.m:
(-[ThreadTest run:], main): Don't
* Tests/harness.c: (runtest): Make leaks count as failures again.
* Tests/libiftest/IFCheckLeaks.c: (IFCheckLeaksAtExitHandler):
Exclude the leak in +[NSUserDefaults standardDefaults]
* Tests/qt/qlist-test.chk, Tests/qt/qlist-test.cpp: (main): Fix a
leak in this test program.
* Tests/test.list: Fix path to JavaScript test.
JavaScriptCore:
* kjs/kjs-test.chk: Update output for new test results.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@883
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2002-03-28 Maciej Stachowiak <mjs@apple.com>
+
+ * kjs/kjs-test.chk: Update output for new test results.
+
2002-03-26 Maciej Stachowiak <mjs@apple.com>
Set up kjs to build by itself into libJavaScriptCore.dylib.
+2002-03-28 Maciej Stachowiak <mjs@apple.com>
+
+ * kjs/kjs-test.chk: Update output for new test results.
+
2002-03-26 Maciej Stachowiak <mjs@apple.com>
Set up kjs to build by itself into libJavaScriptCore.dylib.
+2002-03-28 Maciej Stachowiak <mjs@apple.com>
+
+ * kjs/kjs-test.chk: Update output for new test results.
+
2002-03-26 Maciej Stachowiak <mjs@apple.com>
Set up kjs to build by itself into libJavaScriptCore.dylib.
----> inside test()
----> 20
----> 30
----> inside test()
----> 10
----> 50
----> s = 60
----> i = 2
----> a[0] = 11
----> a[1] = 22
----> a[2] = undefined
----> a[3] = undefined
----> a[4] = apple
----> b = [object Boolean]
----> bbbc
+--> inside test()
+--> 20
+--> 30
+--> inside test()
+--> 10
+--> 50
+--> s = 60
+--> i = 2
+--> a[0] = 11
+--> a[1] = 22
+--> a[2] = undefined
+--> a[3] = undefined
+--> a[4] = apple
+--> b = [object Boolean]
+--> bbbc
OK.