more complete tests of built-in functions
diff --git a/Lib/test/testall.out b/Lib/test/testall.out
index b921512..3858637 100644
--- a/Lib/test/testall.out
+++ b/Lib/test/testall.out
@@ -56,9 +56,12 @@
 test_b1
 abs
 apply
+callable
 chr
 cmp
 coerce
+compile
+delattr
 dir
 divmod
 eval
@@ -66,7 +69,10 @@
 filter
 float
 getattr
+hasattr
+hash
 hex
+id
 int
 len
 long
@@ -88,7 +94,10 @@
 round
 setattr
 str
+tuple
 type
+vars
+xrange
 test_exceptions
 5. Built-in exceptions
 AttributeError