Building in base/Functions This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool NSGeometry1... Making all for test_tool NSPathUtilities... Making all for test_tool NSZone... Making all for test_tool class_hierarchy... Compiling file NSGeometry1.m ... Compiling file NSZone.m ... Compiling file NSPathUtilities.m ... Compiling file class_hierarchy.m ... Linking test_tool NSPathUtilities ... Linking test_tool NSZone ... Linking test_tool NSGeometry1 ... Linking test_tool class_hierarchy ... Making all for test_tool clsCreate... Making all for test_tool properties... Making all for test_tool propertyAttrs... Making all for test_tool runtime... Compiling file clsCreate.m ... Compiling file properties.m ... Compiling file propertyAttrs.m ... Compiling file runtime.m ... runtime.m:89:17: warning: unused variable 'index' [-Wunused-variable] unsigned int index; ^ properties.m:85:22: warning: unused variable 'pool' [-Wunused-variable] NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; ^ Linking test_tool propertyAttrs ... Linking test_tool clsCreate ... 1 warning generated. Linking test_tool properties ... 1 warning generated. Linking test_tool runtime ... Testing NSGeometry1.m... Running base/Functions/NSGeometry1.m... Passed test: NSGeometry1.m:31 ... identical points are equal Passed test: NSGeometry1.m:40 ... near identical points are equal Passed test: NSGeometry1.m:43 ... moderately similar points are not equal Passed test: NSGeometry1.m:45 ... identical sizes are equal Passed test: NSGeometry1.m:54 ... near identical sizes are equal Passed test: NSGeometry1.m:57 ... moderately similar sizes are not equal Passed test: NSGeometry1.m:59 ... identical rects are equal Passed test: NSGeometry1.m:68 ... near identical rects are equal Passed test: NSGeometry1.m:71 ... moderately similar rects are not equal Passed test: NSGeometry1.m:80 ... Not in MacOSX geometry compat mode Passed test: NSGeometry1.m:85 ... Can read output of NSStringFromPoint Passed test: NSGeometry1.m:91 ... Can read output of NSStringFromRect Passed test: NSGeometry1.m:96 ... Can read output of NSStringFromSize Passed test: NSGeometry1.m:102 ... In MacOSX geometry compat mode Passed test: NSGeometry1.m:108 ... Can read output of NSStringFromPoint (MacOSX compat) Passed test: NSGeometry1.m:114 ... Can read output of NSStringFromRect (MacOSX compat) Passed test: NSGeometry1.m:119 ... Can read output of NSStringFromSize (MacOSX compat) Completed file: NSGeometry1.m Testing NSPathUtilities.m... Running base/Functions/NSPathUtilities.m... 2011-07-27 10:13:57.914 NSPathUtilities[5397] NSUserName() theraven Passed test: NSPathUtilities.m:15 ... we can get a user name 2011-07-27 10:13:57.950 NSPathUtilities[5397] NSFullUserName() David Chisnall,,, Passed test: NSPathUtilities.m:17 ... we can get a full user name 2011-07-27 10:13:57.950 NSPathUtilities[5397] NSHomeDirectory() /home/theraven Passed test: NSPathUtilities.m:19 ... we can get a home directory 2011-07-27 10:13:57.950 NSPathUtilities[5397] NSTemporaryDirectory() /tmp/GNUstepSecure1006 Passed test: NSPathUtilities.m:21 ... we can get a temporary directory 2011-07-27 10:13:57.950 NSPathUtilities[5397] NSOpenStepRootDirectory() / Passed test: NSPathUtilities.m:23 ... we can get a root directory 2011-07-27 10:13:57.950 NSPathUtilities[5397] NSStandardApplicationPaths() ("/home/theraven/GNUstep/Applications", "/home/theraven/gs/install/lib/GNUstep/Applications", "/home/theraven/GNUstep/Applications/Admin") Passed test: NSPathUtilities.m:29 ... we have application paths 2011-07-27 10:13:57.950 NSPathUtilities[5397] NSStandardLibraryPaths() ("/home/theraven/GNUstep/Library", "/home/theraven/gs/install/lib/GNUstep") Passed test: NSPathUtilities.m:31 ... we have library paths Completed file: NSPathUtilities.m Testing NSZone.m... Running base/Functions/NSZone.m... Passed test: NSZone.m:12 ... NSDefaultMallocZone() returns something Passed test: NSZone.m:15 ... NSCreateZone() works for an unfreeable zone Passed test: NSZone.m:18 ... NSCreateZone() works for a normal zone Passed test: NSZone.m:24 ... NSZoneName() returns previously set string Passed test: NSZone.m:32 ... NSZoneFree() calloc'd buffer Passed test: NSZone.m:44 ... NSZoneFree() free'd buffer throws exception: NSMallocException Passed test: NSZone.m:54 ... NSZoneFree() malloc'd buffer Passed test: NSZone.m:70 ... NSZoneFree() releases memory held after realloc Passed test: NSZone.m:76 ... NSZoneFromPointer() returns zone where memory came from Passed test: NSZone.m:81 ... NSRecycleZone seems to operate Completed file: NSZone.m Testing class_hierarchy.m... Running base/Functions/class_hierarchy.m... Start set: class_hierarchy.m:33 ... testRootClass Passed test: class_hierarchy.m:40 ... superclass of root class is Nil Passed test: class_hierarchy.m:42 ... root class's metaclass is also its metaclass's metaclass Passed test: class_hierarchy.m:43 ... Root class is its metaclass's superclass End set: class_hierarchy.m:44 ... testRootClass Start set: class_hierarchy.m:33 ... testRootClass Passed test: class_hierarchy.m:40 ... superclass of root class is Nil Passed test: class_hierarchy.m:42 ... root class's metaclass is also its metaclass's metaclass Passed test: class_hierarchy.m:43 ... Root class is its metaclass's superclass End set: class_hierarchy.m:44 ... testRootClass Start set: class_hierarchy.m:33 ... testRootClass Passed test: class_hierarchy.m:40 ... superclass of root class is Nil Passed test: class_hierarchy.m:42 ... root class's metaclass is also its metaclass's metaclass Passed test: class_hierarchy.m:43 ... Root class is its metaclass's superclass End set: class_hierarchy.m:44 ... testRootClass Start set: class_hierarchy.m:54 ... testNonRootClass Passed test: class_hierarchy.m:70 ... Non-root class has a superclass Passed test: class_hierarchy.m:72 ... Metaclass's superclass is superclass's metaclass Passed test: class_hierarchy.m:74 ... Metaclass's metaclass is root class's metaclass End set: class_hierarchy.m:75 ... testNonRootClass Start set: class_hierarchy.m:54 ... testNonRootClass Passed test: class_hierarchy.m:70 ... Non-root class has a superclass Passed test: class_hierarchy.m:72 ... Metaclass's superclass is superclass's metaclass Passed test: class_hierarchy.m:74 ... Metaclass's metaclass is root class's metaclass End set: class_hierarchy.m:75 ... testNonRootClass Start set: class_hierarchy.m:54 ... testNonRootClass Passed test: class_hierarchy.m:70 ... Non-root class has a superclass Passed test: class_hierarchy.m:72 ... Metaclass's superclass is superclass's metaclass Passed test: class_hierarchy.m:74 ... Metaclass's metaclass is root class's metaclass End set: class_hierarchy.m:75 ... testNonRootClass Start set: class_hierarchy.m:54 ... testNonRootClass Passed test: class_hierarchy.m:70 ... Non-root class has a superclass Passed test: class_hierarchy.m:72 ... Metaclass's superclass is superclass's metaclass Passed test: class_hierarchy.m:74 ... Metaclass's metaclass is root class's metaclass End set: class_hierarchy.m:75 ... testNonRootClass Completed file: class_hierarchy.m Testing clsCreate.m... Running base/Functions/clsCreate.m... Passed test: New class's description method is called correctly Completed file: clsCreate.m Testing properties.m... Running base/Functions/properties.m... Passed test: properties.m:94 ... Setting manually created atomic property Passed test: properties.m:96 ... Setting manually created nonatomic property Passed test: properties.m:100 ... Setting synthesized atomic property Passed test: properties.m:102 ... Setting synthesized nonatomic property Passed test: properties.m:104 ... Synthesized nonatomic copy method did not do simple assign Passed test: properties.m:105 ... Synthesized nonatomic copy method did copy Passed test: properties.m:107 ... Synthesized atomic copy method did not do simple assign Passed test: properties.m:108 ... Synthesized atomic copy method did copy Completed file: properties.m Testing propertyAttrs.m... Running base/Functions/propertyAttrs.m... Passed test: Lookup succeeded for property charDefault Passed test: Proprety name should be 'charDefault' was 'charDefault' Passed test: Property attributes for charDefault should be 'Tc,VcharDefault' was 'Tc,VcharDefault' Passed test: Lookup succeeded for property doubleDefault Passed test: Proprety name should be 'doubleDefault' was 'doubleDefault' Passed test: Property attributes for doubleDefault should be 'Td,VdoubleDefault' was 'Td,VdoubleDefault' Passed test: Lookup succeeded for property enumDefault Passed test: Proprety name should be 'enumDefault' was 'enumDefault' Passed test: Property attributes for enumDefault should be 'Ti,VenumDefault' was 'Ti,VenumDefault' Passed test: Lookup succeeded for property floatDefault Passed test: Proprety name should be 'floatDefault' was 'floatDefault' Passed test: Property attributes for floatDefault should be 'Tf,VfloatDefault' was 'Tf,VfloatDefault' Passed test: Lookup succeeded for property intDefault Passed test: Proprety name should be 'intDefault' was 'intDefault' Passed test: Property attributes for intDefault should be 'Ti,VintDefault' was 'Ti,VintDefault' Passed test: Lookup succeeded for property longDefault Passed test: Proprety name should be 'longDefault' was 'longDefault' Failed test: Property attributes for longDefault should be 'Tl,VlongDefault' was 'Tq,VlongDefault' Passed test: Lookup succeeded for property shortDefault Passed test: Proprety name should be 'shortDefault' was 'shortDefault' Passed test: Property attributes for shortDefault should be 'Ts,VshortDefault' was 'Ts,VshortDefault' Passed test: Lookup succeeded for property signedDefault Passed test: Proprety name should be 'signedDefault' was 'signedDefault' Passed test: Property attributes for signedDefault should be 'Ti,VsignedDefault' was 'Ti,VsignedDefault' Passed test: Lookup succeeded for property structDefault Passed test: Proprety name should be 'structDefault' was 'structDefault' Passed test: Property attributes for structDefault should be 'T{YorkshireTeaStruct=ic},VstructDefault' was 'T{YorkshireTeaStruct=ic},VstructDefault' Passed test: Lookup succeeded for property typedefDefault Passed test: Proprety name should be 'typedefDefault' was 'typedefDefault' Passed test: Property attributes for typedefDefault should be 'T{YorkshireTeaStruct=ic},VtypedefDefault' was 'T{YorkshireTeaStruct=ic},VtypedefDefault' Passed test: Lookup succeeded for property unionDefault Passed test: Proprety name should be 'unionDefault' was 'unionDefault' Passed test: Property attributes for unionDefault should be 'T(MoneyUnion=fd),VunionDefault' was 'T(MoneyUnion=fd),VunionDefault' Passed test: Lookup succeeded for property unsignedDefault Passed test: Proprety name should be 'unsignedDefault' was 'unsignedDefault' Passed test: Property attributes for unsignedDefault should be 'TI,VunsignedDefault' was 'TI,VunsignedDefault' Passed test: Lookup succeeded for property functionPointerDefault Passed test: Proprety name should be 'functionPointerDefault' was 'functionPointerDefault' Passed test: Property attributes for functionPointerDefault should be 'T^?,VfunctionPointerDefault' was 'T^?,VfunctionPointerDefault' Passed test: Lookup succeeded for property intPointer Passed test: Proprety name should be 'intPointer' was 'intPointer' Passed test: Property attributes for intPointer should be 'T^i,VintPointer' was 'T^i,VintPointer' Passed test: Lookup succeeded for property voidPointerDefault Passed test: Proprety name should be 'voidPointerDefault' was 'voidPointerDefault' Passed test: Property attributes for voidPointerDefault should be 'T^v,VvoidPointerDefault' was 'T^v,VvoidPointerDefault' Passed test: Lookup succeeded for property intSetterGetter Passed test: Proprety name should be 'intSetterGetter' was 'intSetterGetter' Passed test: Property attributes for intSetterGetter should be 'Ti,GintGetFoo,SintSetFoo:,VintSetterGetter' was 'Ti,GintGetFoo,SintSetFoo:,VintSetterGetter' Passed test: Lookup succeeded for property intReadonly Passed test: Proprety name should be 'intReadonly' was 'intReadonly' Passed test: Property attributes for intReadonly should be 'Ti,R,VintReadonly' was 'Ti,R,VintReadonly' Passed test: Lookup succeeded for property intReadonlyGetter Passed test: Proprety name should be 'intReadonlyGetter' was 'intReadonlyGetter' Passed test: Property attributes for intReadonlyGetter should be 'Ti,R,GisIntReadOnlyGetter,VintReadonlyGetter' was 'Ti,R,GisIntReadOnlyGetter,VintReadonlyGetter' Passed test: Lookup succeeded for property intReadwrite Passed test: Proprety name should be 'intReadwrite' was 'intReadwrite' Passed test: Property attributes for intReadwrite should be 'Ti,VintReadwrite' was 'Ti,VintReadwrite' Passed test: Lookup succeeded for property intAssign Passed test: Proprety name should be 'intAssign' was 'intAssign' Passed test: Property attributes for intAssign should be 'Ti,VintAssign' was 'Ti,VintAssign' Passed test: Lookup succeeded for property idRetain Passed test: Proprety name should be 'idRetain' was 'idRetain' Passed test: Property attributes for idRetain should be 'T@,&,VidRetain' was 'T@,&,VidRetain' Passed test: Lookup succeeded for property idCopy Passed test: Proprety name should be 'idCopy' was 'idCopy' Passed test: Property attributes for idCopy should be 'T@,C,VidCopy' was 'T@,C,VidCopy' Passed test: Lookup succeeded for property intNonatomic Passed test: Proprety name should be 'intNonatomic' was 'intNonatomic' Passed test: Property attributes for intNonatomic should be 'Ti,N,VintNonatomic' was 'Ti,N,VintNonatomic' Passed test: Lookup succeeded for property idReadonlyCopyNonatomic Passed test: Proprety name should be 'idReadonlyCopyNonatomic' was 'idReadonlyCopyNonatomic' Passed test: Property attributes for idReadonlyCopyNonatomic should be 'T@,R,C,N,VidReadonlyCopyNonatomic' was 'T@,R,C,N,VidReadonlyCopyNonatomic' Passed test: Lookup succeeded for property idReadonlyRetainNonatomic Passed test: Proprety name should be 'idReadonlyRetainNonatomic' was 'idReadonlyRetainNonatomic' Passed test: Property attributes for idReadonlyRetainNonatomic should be 'T@,R,&,N,VidReadonlyRetainNonatomic' was 'T@,R,&,N,VidReadonlyRetainNonatomic' Completed file: propertyAttrs.m Testing runtime.m... Running base/Functions/runtime.m... Passed test: runtime.m:101 ... NSGetSizeAndAlignment() steps through id Passed test: runtime.m:103 ... NSGetSizeAndAlignment() steps through sel Passed test: runtime.m:106 ... class_isMetaClass() returns NO for Nil Passed test: runtime.m:108 ... class_getSuperclass() returns NO for Nil Passed test: runtime.m:114 ... class_getName() for Nil does not crash Passed test: runtime.m:115 ... class_getName() for Nil is nil Passed test: runtime.m:118 ... class_getInstanceVariables() for Nil,0 is 0 Passed test: runtime.m:120 ... class_getVersion() for Nil is 0 Passed test: runtime.m:125 ... +initialize was called Passed test: runtime.m:126 ... +load was called Passed test: runtime.m:127 ... +load occurs before +initialize Passed test: runtime.m:128 ... class name works Passed test: runtime.m:130 ... class_respondsToSelector() works for class method Passed test: runtime.m:132 ... class_respondsToSelector() works for superclass method Passed test: runtime.m:134 ... class_respondsToSelector() returns NO for unknown method Passed test: runtime.m:136 ... class_respondsToSelector() returns NO for nul selector Passed test: runtime.m:138 ... class_respondsToSelector() returns NO for nul class Passed test: runtime.m:140 ... object_getClass() retrieves meta class Passed test: runtime.m:141 ... metaclass name works Passed test: runtime.m:143 ... class_getInstanceVariable() returns 0 for null name Passed test: runtime.m:145 ... class_getInstanceVariable() returns 0 for non-existent Passed test: runtime.m:147 ... class_getInstanceVariable() returns 0 for Nil class Passed test: runtime.m:149 ... class_getInstanceVariable() works Passed test: runtime.m:151 ... class_getInstanceVariable() works for superclass ivar Passed test: runtime.m:153 ... class_getInstanceVariable() works for superclass obj ivar Passed test: runtime.m:156 ... SubClass1 has three methods Passed test: runtime.m:157 ... method list is terminated Passed test: runtime.m:162 ... last method is sel2 Passed test: runtime.m:164 ... method 2 is the original, overridden by the category Passed test: runtime.m:170 ... method 0 has expected name Passed test: runtime.m:177 ... method 1 has expected name Passed test: runtime.m:180 ... method 1 is the category method overriding original Passed test: runtime.m:194 ... SubClass1 has one ivar Passed test: runtime.m:195 ... ivar list is terminated Passed test: runtime.m:197 ... ivar has correct name Passed test: runtime.m:199 ... ivar has correct type Passed test: runtime.m:202 ... SubClass1 has one protocol Passed test: runtime.m:203 ... protocol list is terminated Passed test: runtime.m:205 ... protocol has correct name Passed test: runtime.m:208 ... can allocate a class pair Passed test: runtime.m:210 ... able to add iVar 'iv1' Passed test: runtime.m:212 ... able to add iVar 'iv2' Passed test: runtime.m:214 ... able to add iVar 'iv3' Passed test: runtime.m:216 ... able to add iVar 'iv4' Passed test: runtime.m:219 ... iv1 exists Passed test: runtime.m:220 ... iv1 offset is 64 Passed test: runtime.m:222 ... iv2 exists Passed test: runtime.m:223 ... iv2 offset is 96 Passed test: runtime.m:225 ... iv3 exists Passed test: runtime.m:226 ... iv3 offset is 112 Passed test: runtime.m:228 ... iv4 exists Passed test: runtime.m:229 ... iv4 offset is 120 Passed test: runtime.m:235 ... NSSelectorFromString() returns 0 for nil string Passed test: runtime.m:237 ... NSStringFromSelector() returns nil for null selector Passed test: runtime.m:240 ... NSSelectorFromString() creates for non-existent selector 2011-07-27 10:14:00.062 runtime[5534] autorelease called without pool for object (0xc8d7d8) of class GSCBufferString in thread Passed test: runtime.m:242 ... NSStringFromSelector() works for existing selector Completed file: runtime.m Building in base/GSMime This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool build... Making all for test_tool general... Making all for test_tool test01... Making all for test_tool test02... Compiling file general.m ... Compiling file test01.m ... Compiling file build.m ... Compiling file test02.m ... test01.m: Linking test_tool build ... 16:9: warning: unused variable 'complete' [-Wunused-variable] BOOL complete; ^ 1 warning generated. Linking test_tool general ... Linking test_tool test01 ... Linking test_tool test02 ... Testing build.m... Running base/GSMime/build.m... Passed test: build.m:22 ... Can make a simple document Completed file: build.m Testing general.m... Running base/GSMime/general.m... Passed test: general.m:42 ... can parse one char base64 mime1.dat incrementally Passed test: general.m:45 ... can parse one char base64 mime1.dat in one go Passed test: general.m:46 ... mime1.dat documents are the same Passed test: general.m:51 ... can parse two char base64 mime2.dat incrementally Passed test: general.m:54 ... can parse two char base64 mime2.dat in one go Passed test: general.m:55 ... mime2.dat documents are the same Passed test: general.m:60 ... can parse three char base64 mime3.dat incrementally Passed test: general.m:63 ... can parse three char base64 mime3.dat in one go Passed test: general.m:64 ... mime3.dat documents are the same Passed test: general.m:70 ... can parse multi-part text mime4.dat incrementally Passed test: general.m:72 ... can extract content file name from mime4.dat (incrementally parsed) Passed test: general.m:74 ... can extract content type from mime4.dat (incrementally parsed) Passed test: general.m:76 ... can extract content sub type from mime4.dat (incrementally parsed) Passed test: general.m:81 ... can parse multi-part text mime4.dat in one go Passed test: general.m:83 ... can extract content file name from mime4.dat (parsed in one go) Passed test: general.m:85 ... can extract content type from mime4.dat (parsed in one go) Passed test: general.m:87 ... can extract content sub type from mime4.dat (parsed in one go) Passed test: general.m:88 ... mime4.dat documents are the same Passed test: general.m:93 ... can parse http document mime5.dat incrementally Passed test: general.m:96 ... can parse http document mime5.dat in one go Passed test: general.m:97 ... mime5.dat documents are the same Passed test: general.m:102 ... can parse multipart mixed mime6.dat incrementally Passed test: general.m:105 ... can parse multipart mixed mime6.dat in one go Passed test: general.m:106 ... mime6.dat documents are the same Passed test: general.m:110 ... mime6.dat binary data part matches mime7.dat Passed test: general.m:115 ... mime9.dat folded header unfolds correctly incrementally Passed test: general.m:119 ... mime9.dat folded header unfolds correctly in one go Passed test: general.m:120 ... mime9.dat documents are the same Passed test: general.m:127 ... mime10.dat documents are the same Passed test: general.m:130 ... rawMimeData reproduces docuement Completed file: general.m Testing test01.m... Running base/GSMime/test01.m... Passed test: test01.m:20 ... can parse one header Passed test: test01.m:22 ... First Header not complete until next starts Passed test: test01.m:27 ... Adding partial headers is ok Passed test: test01.m:30 ... Parsed first header as expected Passed test: test01.m:35 ... Completing partial header is ok Passed test: test01.m:37 ... Partial header not complete until next starts Passed test: test01.m:40 ... Folded header is ok Passed test: test01.m:42 ... Parsed partial header as expected Passed test: test01.m:44 ... Folded header not complete until next starts Passed test: test01.m:47 ... partial end-of-line is ok Passed test: test01.m:49 ... Parsed folded header as expected testing Passed test: test01.m:52 ... completing end-of-line is ok Passed test: test01.m:58 ... charset is inferred Passed test: test01.m:67 ... raw mime data for long header is OK Passed test: test01.m:71 ... can parse HTTP 200 reponse in one go Passed test: test01.m:72 ... parse is complete Completed file: test01.m Testing test02.m... Running base/GSMime/test02.m... Passed test: test02.m:13 ... charset 'ansi_x3.4-1968' is NSASCIIStringEncoding Passed test: test02.m:16 ... charset 'ansi_x3.4-1986' is NSASCIIStringEncoding Passed test: test02.m:19 ... charset 'apple-roman' is NSMacOSRomanStringEncoding Passed test: test02.m:22 ... charset 'ascii' is NSASCIIStringEncoding Passed test: test02.m:25 ... charset 'big5' is NSBIG5StringEncoding Passed test: test02.m:28 ... charset 'cp367' is NSASCIIStringEncoding Passed test: test02.m:31 ... charset 'cp819' is NSISOLatin1StringEncoding Passed test: test02.m:34 ... charset 'csascii' is NSASCIIStringEncoding Passed test: test02.m:37 ... charset 'csisolatin1' is NSISOLatin1StringEncoding Passed test: test02.m:40 ... charset 'gb2312.1980' is NSGB2312StringEncoding Passed test: test02.m:43 ... charset 'gsm0338' is NSGSM0338StringEncoding Passed test: test02.m:46 ... charset 'ia5' is NSASCIIStringEncoding Passed test: test02.m:49 ... charset 'ibm367' is NSASCIIStringEncoding Passed test: test02.m:52 ... charset 'ibm819' is NSISOLatin1StringEncoding Passed test: test02.m:55 ... charset 'iso-10646-ucs-2' is NSUnicodeStringEncoding Passed test: test02.m:58 ... charset 'iso10646-ucs-2' is NSUnicodeStringEncoding Passed test: test02.m:61 ... charset 'iso-8859-1' is NSISOLatin1StringEncoding Passed test: test02.m:64 ... charset 'iso8859-1' is NSISOLatin1StringEncoding Passed test: test02.m:67 ... charset 'iso-8859-10' is NSISOLatin6StringEncoding Passed test: test02.m:70 ... charset 'iso8859-10' is NSISOLatin6StringEncoding Passed test: test02.m:73 ... charset 'iso-8859-11' is NSISOThaiStringEncoding Passed test: test02.m:76 ... charset 'iso8859-11' is NSISOThaiStringEncoding Passed test: test02.m:79 ... charset 'iso-8859-13' is NSISOLatin7StringEncoding Passed test: test02.m:82 ... charset 'iso8859-13' is NSISOLatin7StringEncoding Passed test: test02.m:85 ... charset 'iso-8859-14' is NSISOLatin8StringEncoding Passed test: test02.m:88 ... charset 'iso8859-14' is NSISOLatin8StringEncoding Passed test: test02.m:91 ... charset 'iso-8859-15' is NSISOLatin9StringEncoding Passed test: test02.m:94 ... charset 'iso8859-15' is NSISOLatin9StringEncoding Passed test: test02.m:97 ... charset 'iso-8859-1:1987' is NSISOLatin1StringEncoding Passed test: test02.m:100 ... charset 'iso8859-1:1987' is NSISOLatin1StringEncoding Passed test: test02.m:103 ... charset 'iso-8859-2' is NSISOLatin2StringEncoding Passed test: test02.m:106 ... charset 'iso8859-2' is NSISOLatin2StringEncoding Passed test: test02.m:109 ... charset 'iso-8859-3' is NSISOLatin3StringEncoding Passed test: test02.m:112 ... charset 'iso8859-3' is NSISOLatin3StringEncoding Passed test: test02.m:115 ... charset 'iso-8859-4' is NSISOLatin4StringEncoding Passed test: test02.m:118 ... charset 'iso8859-4' is NSISOLatin4StringEncoding Passed test: test02.m:121 ... charset 'iso-8859-5' is NSISOCyrillicStringEncoding Passed test: test02.m:124 ... charset 'iso8859-5' is NSISOCyrillicStringEncoding Passed test: test02.m:127 ... charset 'iso-8859-6' is NSISOArabicStringEncoding Passed test: test02.m:130 ... charset 'iso8859-6' is NSISOArabicStringEncoding Passed test: test02.m:133 ... charset 'iso-8859-7' is NSISOGreekStringEncoding Passed test: test02.m:136 ... charset 'iso8859-7' is NSISOGreekStringEncoding Passed test: test02.m:139 ... charset 'iso-8859-8' is NSISOHebrewStringEncoding Passed test: test02.m:142 ... charset 'iso8859-8' is NSISOHebrewStringEncoding Passed test: test02.m:145 ... charset 'iso-8859-9' is NSISOLatin5StringEncoding Passed test: test02.m:148 ... charset 'iso8859-9' is NSISOLatin5StringEncoding Passed test: test02.m:151 ... charset 'iso-ir-100' is NSISOLatin1StringEncoding Passed test: test02.m:154 ... charset 'iso-ir-6' is NSASCIIStringEncoding Passed test: test02.m:157 ... charset 'iso-10646-1' is NSUnicodeStringEncoding Passed test: test02.m:160 ... charset 'iso10646-1' is NSUnicodeStringEncoding Passed test: test02.m:163 ... charset 'iso646-us' is NSASCIIStringEncoding Passed test: test02.m:166 ... charset 'iso_646.991-irv' is NSASCIIStringEncoding Passed test: test02.m:169 ... charset 'iso_646.irv:1991' is NSASCIIStringEncoding Passed test: test02.m:172 ... charset 'iso_8859-1' is NSISOLatin1StringEncoding Passed test: test02.m:175 ... charset 'jisx0201.1976' is NSShiftJISStringEncoding Passed test: test02.m:178 ... charset 'koi8-r' is NSKOI8RStringEncoding Passed test: test02.m:181 ... charset 'ksc5601.1987' is NSKoreanEUCStringEncoding Passed test: test02.m:184 ... charset 'ksc5601.1997' is NSKoreanEUCStringEncoding Passed test: test02.m:187 ... charset 'l1' is NSISOLatin1StringEncoding Passed test: test02.m:190 ... charset 'latin1' is NSISOLatin1StringEncoding Passed test: test02.m:193 ... charset 'microsoft-cp1250' is NSWindowsCP1250StringEncoding Passed test: test02.m:196 ... charset 'microsoft-cp1251' is NSWindowsCP1251StringEncoding Passed test: test02.m:199 ... charset 'microsoft-cp1252' is NSWindowsCP1252StringEncoding Passed test: test02.m:202 ... charset 'microsoft-cp1253' is NSWindowsCP1253StringEncoding Passed test: test02.m:205 ... charset 'microsoft-cp1254' is NSWindowsCP1254StringEncoding Passed test: test02.m:208 ... charset 'microsoft-symbol' is NSSymbolStringEncoding Passed test: test02.m:211 ... charset 'shift_JIS' is NSShiftJISStringEncoding Passed test: test02.m:214 ... charset 'us' is NSASCIIStringEncoding Passed test: test02.m:217 ... charset 'us-ascii' is NSASCIIStringEncoding Passed test: test02.m:220 ... charset 'utf-16' is NSUnicodeStringEncoding Passed test: test02.m:223 ... charset 'utf16' is NSUnicodeStringEncoding Passed test: test02.m:226 ... charset 'utf-7' is NSUTF7StringEncoding Passed test: test02.m:229 ... charset 'utf7' is NSUTF7StringEncoding Passed test: test02.m:232 ... charset 'utf-8' is NSUTF8StringEncoding Passed test: test02.m:235 ... charset 'utf8' is NSUTF8StringEncoding Passed test: test02.m:238 ... charset 'windows-1250' is NSWindowsCP1250StringEncoding Passed test: test02.m:241 ... charset 'windows-1251' is NSWindowsCP1251StringEncoding Passed test: test02.m:244 ... charset 'windows-1252' is NSWindowsCP1252StringEncoding Passed test: test02.m:247 ... charset 'windows-1253' is NSWindowsCP1253StringEncoding Passed test: test02.m:250 ... charset 'windows-1254' is NSWindowsCP1254StringEncoding Passed test: test02.m:253 ... charset 'windows-symbol' is NSSymbolStringEncoding Passed test: test02.m:259 ... NSASCIIStringEncoding canonical charset is us-ascii Passed test: test02.m:262 ... NSBIG5StringEncoding canonical charset is big5 Passed test: test02.m:265 ... NSGB2312StringEncoding canonical charset is gb2312.1980 Passed test: test02.m:268 ... NSGSM0338StringEncoding canonical charset is gsm0338 Passed test: test02.m:271 ... NSISOArabicStringEncoding canonical charset is iso-8859-6 Passed test: test02.m:274 ... NSISOCyrillicStringEncoding canonical charset is iso-8859-5 Passed test: test02.m:277 ... NSISOGreekStringEncoding canonical charset is iso-8859-7 Passed test: test02.m:280 ... NSISOHebrewStringEncoding canonical charset is iso-8859-8 Passed test: test02.m:283 ... NSISOLatin1StringEncoding canonical charset is iso-8859-1 Passed test: test02.m:286 ... NSISOLatin2StringEncoding canonical charset is iso-8859-2 Passed test: test02.m:289 ... NSISOLatin3StringEncoding canonical charset is iso-8859-3 Passed test: test02.m:292 ... NSISOLatin4StringEncoding canonical charset is iso-8859-4 Passed test: test02.m:295 ... NSISOLatin5StringEncoding canonical charset is iso-8859-9 Passed test: test02.m:298 ... NSISOLatin6StringEncoding canonical charset is iso-8859-10 Passed test: test02.m:301 ... NSISOLatin7StringEncoding canonical charset is iso-8859-13 Passed test: test02.m:304 ... NSISOLatin8StringEncoding canonical charset is iso-8859-14 Passed test: test02.m:307 ... NSISOLatin9StringEncoding canonical charset is iso-8859-15 Passed test: test02.m:310 ... NSISOThaiStringEncoding canonical charset is iso-8859-11 Passed test: test02.m:313 ... NSKOI8RStringEncoding canonical charset is koi8-r Passed test: test02.m:316 ... NSKoreanEUCStringEncoding canonical charset is ksc5601.1987 Passed test: test02.m:319 ... NSMacOSRomanStringEncoding canonical charset is apple-roman Passed test: test02.m:322 ... NSShiftJISStringEncoding canonical charset is shift_JIS Passed test: test02.m:325 ... NSUTF7StringEncoding canonical charset is utf-7 Passed test: test02.m:328 ... NSUTF8StringEncoding canonical charset is utf-8 Passed test: test02.m:331 ... NSUnicodeStringEncoding canonical charset is utf-16 Passed test: test02.m:334 ... NSWindowsCP1250StringEncoding canonical charset is windows-1250 Passed test: test02.m:337 ... NSWindowsCP1251StringEncoding canonical charset is windows-1251 Passed test: test02.m:340 ... NSWindowsCP1252StringEncoding canonical charset is windows-1252 Passed test: test02.m:343 ... NSWindowsCP1253StringEncoding canonical charset is windows-1253 Passed test: test02.m:346 ... NSWindowsCP1254StringEncoding canonical charset is windows-1254 Completed file: test02.m Building in base/GSXML This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running base/GSXML/basic.m... Start set: basic.m:154 ... GSXML Skipped set: basic.m 155 ... GSXML support unavailable End set: basic.m:156 ... GSXML Completed file: basic.m Building in base/GarbageCollection This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool general... Making all for test_tool notifications... Compiling file general.m ... Compiling file notifications.m ... Linking test_tool notifications ... Linking test_tool general ... Testing general.m... Running base/GarbageCollection/general.m... Completed file: general.m Testing notifications.m... Running base/GarbageCollection/notifications.m... Completed file: notifications.m Building in base/KVC This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool array... Making all for test_tool mutable... Making all for test_tool basic... Making all for test_tool nil... Compiling file array.m ... Compiling file basic.m ... Compiling file mutable.m ... Compiling file nil.m ... mutable.m:88:4: warning: 'NSObject' may not respond to 'didChangeValueForKey:' [super didChangeValueForKey: k]; ^ mutable.m:93:4: warning: 'NSObject' may not respond to 'willChangeValueForKey:' [super willChangeValueForKey: k]; ^ mutable.m:154:3: warning: instance method '-addObserver:forKeyPath:options:context:' not found (return type defaults to 'id') [list addObserver: observer forKeyPath: @"numbers" options: 15 context: 0]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mutable.m:155:3: warning: instance method '-addObserver:forKeyPath:options:context:' not found (return type defaults to 'id') [list addObserver: observer forKeyPath: @"string" options: 15 context: 0]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mutable.m:245:3: warning: instance method '-removeObserver:forKeyPath:' not found (return type defaults to 'id') [list removeObserver: observer forKeyPath: @"numbers"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mutable.m:246:3: warning: instance method '-removeObserver:forKeyPath:' not found (return type defaults to 'id') [list removeObserver: observer forKeyPath: @"string"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ array.m:34:17: warning: unused variable 'tmp' [-Wunused-variable] id tmp = nil; ^ Linking test_tool nil ... 1 warning generated. Linking test_tool array ... 6 warnings generated. Making all for test_tool path... Linking test_tool mutable ... Linking test_tool basic ... Compiling file path.m ... path.m:52:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ path.m:106:14: warning: unused variable 'adjustedN' [-Wunused-variable] NSNumber * adjustedN = [NSNumber numberWithInt:7]; ^ 2 warnings generated. Linking test_tool path ... Testing array.m... Running base/KVC/array.m... Passed test: array.m:41 ... -[NSArray valueForKeyPath: @"@sum.value"] Passed test: array.m:44 ... -[NSArray valueForKeyPath: @"@count.value"] Passed test: array.m:47 ... -[NSArray valueForKeyPath: @"@count"] Passed test: array.m:54 ... valueForKey: matches valueForKeypath: Passed test: array.m:59 ... -[NSArray valueForKeyPath: @"displayGroup.allObjects.@sum.detailArray.@avg.value"] Passed test: array.m:62 ... -[NSArray valueForKeyPath: @"displayGroup.allObjects.@sum.detailArray.@count.value"] Passed test: array.m:65 ... -[NSArray valueForKeyPath: @"displayGroup.allObjects.@sum.detailArray.@count"] Completed file: array.m Testing basic.m... Running base/KVC/basic.m... Passed test: basic.m:173 ... KVC works with strings Passed test: basic.m:178 ... KVC works with mutable string Passed test: basic.m:181 ... KVC retains object values Passed test: basic.m:186 ... KVC works with ints Passed test: basic.m:190 ... KVC works with doubles Passed test: basic.m:194 ... KVC works with setKey: 2011-07-27 10:14:07.763 basic[6476] File NSKeyValueCoding.m: 146. In void SetValueForKey(NSObject *, id, const char *, unsigned int) Key-value access using _setKey: is deprecated: Passed test: basic.m:198 ... KVC works with _setKey: Passed test: basic.m:204 ... KVC valueForKey: works for a struct (direct) Passed test: basic.m:210 ... KVC valueForKey: works for a struct (getter) Passed test: basic.m:217 ... KVC setValue:forKey: works for a struct (direct) Passed test: basic.m:224 ... KVC setValue:forKey: works for a struct (setter) Passed test: basic.m:228 ... KVC works with undefined keys Passed test: basic.m:232 ... KVC works with undefined keys (using deprecated methods) Passed test: basic.m:237 ... KVC properly throws @"NSUnknownKeyException" Passed test: basic.m:242 ... KVC properly throws NSUndefinedKeyException Passed test: basic.m:247 ... KVC properly throws @"NSUnknownKeyException" with key paths Passed test: basic.m:252 ... KVC properly throws NSUndefinedKeyException with key paths Passed test: basic.m:254 ... null string gives null selector Passed test: basic.m:255 ... register null string gives null selector Passed test: basic.m:256 ... null selector name Completed file: basic.m Testing mutable.m... Running base/KVC/mutable.m... 2011-07-27 10:14:07.907 mutable[6507] observeValueForKeyPath: numbers ofObject: change:{kind = 1; new = (One, Ten, Three, Ninety); } context:(null) 2011-07-27 10:14:07.909 mutable[6507] observeValueForKeyPath: string ofObject: change:{kind = 1; new = ""; } context:(null) 2011-07-27 10:14:07.909 mutable[6507] observeValueForKeyPath: string ofObject: change:{kind = 1; notificationIsPrior = 1; old = ""; } context:(null) 2011-07-27 10:14:07.909 mutable[6507] willChangeValueForKey: string 2011-07-27 10:14:07.909 mutable[6507] didChangeValueForKey: string 2011-07-27 10:14:07.909 mutable[6507] observeValueForKeyPath: string ofObject: change:{kind = 1; new = x; old = ""; } context:(null) Passed test: mutable.m:161 ... proxy is a kind of NSMutableArray 2011-07-27 10:14:07.910 mutable[6507] observeValueForKeyPath: numbers ofObject: change:{kind = 3; new = (One, Ten, Three, Ninety); notificationIsPrior = 1; old = (Ninety); } context:(null) 2011-07-27 10:14:07.910 mutable[6507] observeValueForKeyPath: numbers ofObject: change:{indexes = "[number of indexes: 1 (in 1 ranges), indexes: 3]"; kind = 3; new = (One, Ten, Three); old = (Ninety); } context:(null) 2011-07-27 10:14:07.910 mutable[6507] observeValueForKeyPath: numbers ofObject: change:{indexes = "[number of indexes: 1 (in 1 ranges), indexes: 3]"; kind = 2; new = (One, Ten, Three); notificationIsPrior = 1; old = (Ninety); } context:(null) Passed test: mutable.m:164 ... bad removal causes range exception when observing Passed test: mutable.m:176 ... KVC mutableArrayValueForKey: proxy works with array proxy methods Passed test: mutable.m:180 ... proxy is a kind of NSMutableArray Passed test: mutable.m:188 ... KVC mutableArrayValueForKey: proxy works with set: Passed test: mutable.m:192 ... proxy is a kind of NSMutableArray Passed test: mutable.m:195 ... KVC mutableArrayValueForKey: returns a proxy array for the ivar Passed test: mutable.m:197 ... This proxy works Passed test: mutable.m:202 ... mutableArrayValueForKey: works Passed test: mutable.m:210 ... proxy is a kind of NSMutableSet Passed test: mutable.m:219 ... KVC mutableSetValueForKey: proxy uses methods Passed test: mutable.m:223 ... proxy is a kind of NSMutableSet Passed test: mutable.m:228 ... KVC mutableSetValueForKey: proxy works with set: Passed test: mutable.m:232 ... proxy is kind of NSMutableSet Passed test: mutable.m:234 ... KVC mutableSetValueForKey: returns a proxy set for the ivar Passed test: mutable.m:238 ... this proxy works Passed test: mutable.m:243 ... mutableSetValueForKey: works Completed file: mutable.m Testing nil.m... Running base/KVC/nil.m... Passed test: nil.m:51 ... KVC handles setting nil for a scalar 2011-07-27 10:14:08.255 nil[6560] File NSKeyValueCoding.m: 809. In -[NSObject(KeyValueCoding) takeValue:forKey:] This method is deprecated, use -setValue:forKey: Passed test: nil.m:55 ... KVC handles setting nil for a scalar via takeValue: Passed test: nil.m:59 ... KVC uses setNilValueForKey: Passed test: nil.m:63 ... KVC uses deprecated unableToSetNilForKey: Completed file: nil.m Testing path.m... Running base/KVC/path.m... Passed test: path.m:111 ... KVC works with simple paths Passed test: path.m:119 ... KVC appears to work with key path Passed test: path.m:121 ... KVC works with key paths 2011-07-27 10:14:08.673 path[6628] tester.child.child = Passed test: path.m:127 ... KVC appears to work with a unicode key path Passed test: path.m:129 ... KVC works with unicode path Passed test: path.m:133 ... KVC appears to work with a unicode key path (test2) Passed test: path.m:135 ... KVC works with unicode path (test2) Completed file: path.m Building in base/NSAffineTransform This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running base/NSAffineTransform/basic.m... Passed test: basic.m:60 ... can create a new transfor Passed test: NSAffineTransform is a known className Passed test: Object 0 of class 'NSAffineTransform' conforms to NSObject Passed test: Object 0 of class 'NSAffineTransform' can return self Passed test: Object 0 of class 'NSAffineTransform' can return own class Passed test: Object 0 of class 'NSAffineTransform' object NSAffineTransform ((1.000000, 0.000000) (0.000000, 1.000000) (0.000000, 0.000000)) is of correct class Passed test: Object 0 of class 'NSAffineTransform' isMemberOfClass works Passed test: Object 0 of class 'NSAffineTransform' can return superclass Passed test: Object 0 of class 'NSAffineTransform' responds to hash Passed test: Object 0 of class 'NSAffineTransform' isEqual: to self Passed test: Object 0 of class 'NSAffineTransform' respondsToSelector: Passed test: Object 0 of class 'NSAffineTransform' handles retain Passed test: Object 0 of class 'NSAffineTransform' has working retainCount Passed test: Object 0 of class 'NSAffineTransform' has NSString description Passed test: Object 0 of class 'NSAffineTransform' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'NSAffineTransform' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSAffineTransform is a known class Passed test: NSAffineTransform is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSAffineTransform' understands -copy Passed test: Object 0 of class 'NSAffineTransform' copy is of correct type Passed test: Object 0 of class 'NSAffineTransform' original and copy are equal Passed test: Object 0 of class 'NSAffineTransform' is not retained by copy with same zone Passed test: Object 0 of class 'NSAffineTransform' understands -copyWithZone Passed test: Object 0 of class 'NSAffineTransform' zCopy has correct type Passed test: Object 0 of class 'NSAffineTransform' copy and original are equal Passed test: Object 0 of class 'NSAffineTransform' is not retained by copy with other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: basic.m:67 ... can create an autoreleased transform Passed test: basic.m:71 ... flip transform inverts point y Passed test: basic.m:74 ... flip transform inverts size height Passed test: basic.m:79 ... flip is reversible Passed test: basic.m:84 ... simple translate works Passed test: basic.m:88 ... two simple translates work Passed test: basic.m:92 ... translate and rotate works Passed test: basic.m:98 ... simple rotate works Passed test: basic.m:102 ... rotate and translate works Passed test: basic.m:114 ... appendTransform: Passed test: basic.m:120 ... prependTransform: Passed test: basic.m:126 ... scaleXBy:yBy: Passed test: basic.m:130 ... translateXBy:yBy: Passed test: basic.m:137 ... rotateByDegrees Passed test: basic.m:141 ... Translate X Rotate X A Passed test: basic.m:147 ... Scale X Translate X Rotate X A Completed file: basic.m Building in base/NSArchiver This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool create... Making all for test_tool general... Compiling file basic.m ... Compiling file create.m ... Compiling file general.m ... Linking test_tool basic ... Linking test_tool create ... Linking test_tool general ... Testing basic.m... Running base/NSArchiver/basic.m... Passed test: Class 'NSArchiver' exists Passed test: Class 'NSArchiver' has working alloc Passed test: Class 'NSArchiver' alloc gives the correct class Passed test: Class 'NSArchiver' has working init Passed test: Class 'NSArchiver' has working new Passed test: Class 'NSArchiver' has working allocWithZone Passed test: NSArchiver is a known className Passed test: Object 0 of class 'NSArchiver' conforms to NSObject Passed test: Object 0 of class 'NSArchiver' can return self Passed test: Object 0 of class 'NSArchiver' can return own class Passed test: Object 0 of class 'NSArchiver' object is of correct class Passed test: Object 0 of class 'NSArchiver' isMemberOfClass works Passed test: Object 0 of class 'NSArchiver' can return superclass Passed test: Object 0 of class 'NSArchiver' responds to hash Passed test: Object 0 of class 'NSArchiver' isEqual: to self Passed test: Object 0 of class 'NSArchiver' respondsToSelector: Passed test: Object 0 of class 'NSArchiver' handles retain Passed test: Object 0 of class 'NSArchiver' has working retainCount Passed test: Object 0 of class 'NSArchiver' has NSString description Passed test: Object 0 of class 'NSArchiver' handles performSelector Passed test: Class 'NSUnarchiver' exists Passed test: Class 'NSUnarchiver' has working alloc Passed test: Class 'NSUnarchiver' alloc gives the correct class Passed test: Class 'NSUnarchiver' has working init Passed test: Class 'NSUnarchiver' has working new Passed test: Class 'NSUnarchiver' has working allocWithZone Passed test: NSUnarchiver is a known className Passed test: Object 0 of class 'NSUnarchiver' conforms to NSObject Passed test: Object 0 of class 'NSUnarchiver' can return self Passed test: Object 0 of class 'NSUnarchiver' can return own class Passed test: Object 0 of class 'NSUnarchiver' object is of correct class Passed test: Object 0 of class 'NSUnarchiver' isMemberOfClass works Passed test: Object 0 of class 'NSUnarchiver' can return superclass Passed test: Object 0 of class 'NSUnarchiver' responds to hash Passed test: Object 0 of class 'NSUnarchiver' isEqual: to self Passed test: Object 0 of class 'NSUnarchiver' respondsToSelector: Passed test: Object 0 of class 'NSUnarchiver' handles retain Passed test: Object 0 of class 'NSUnarchiver' has working retainCount Passed test: Object 0 of class 'NSUnarchiver' has NSString description Passed test: Object 0 of class 'NSUnarchiver' handles performSelector Completed file: basic.m Testing create.m... Running base/NSArchiver/create.m... Passed test: create.m:15 ... +new creates an empty NSArchiver Passed test: create.m:20 ... -initForWritingWithMutableData seems ok Passed test: create.m:24 ... Creating an NSUnarchiver with nil data throws an exception Completed file: create.m Testing general.m... Running base/NSArchiver/general.m... Passed test: general.m:23 ... We can build basic strings and arrays for tests Passed test: general.m:27 ... archivedDataWithRootObject: seems ok Passed test: general.m:30 ... archiveRootObject:toFile: seems ok Passed test: general.m:34 ... unarchiveObjectWithData: seems ok Passed test: general.m:38 ... unarchiveObjectWithFile: seems ok Completed file: general.m Building in base/NSArray This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool create... Making all for test_tool general... Compiling file create.m ... Compiling file basic.m ... Compiling file general.m ... basic.m:31:14: warning: 'NSArray' may not respond to 'addObject:' PASS_RUNS([obj addObject: @"x"],"can add to array"); ^ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:277:7: note: expanded from: testCode__; \ ^ Linking test_tool create ... 1 warning generated. Linking test_tool basic ... Linking test_tool general ... Testing basic.m... Running base/NSArray/basic.m... Passed test: Class 'NSArray' exists Passed test: Class 'NSArray' has working alloc Passed test: Class 'NSArray' alloc gives the correct class Passed test: Class 'NSArray' has working init Passed test: Class 'NSArray' has working new Passed test: Class 'NSArray' has working allocWithZone Passed test: basic.m:13 ... can create an empty array Passed test: basic.m:17 ... can create an array with one element Passed test: NSArray is a known className Passed test: Object 0 of class 'NSArray' conforms to NSObject Passed test: Object 0 of class 'NSArray' can return self Passed test: Object 0 of class 'NSArray' can return own class Passed test: Object 0 of class 'NSArray' object () is of correct class Passed test: Object 0 of class 'NSArray' isMemberOfClass works Passed test: Object 0 of class 'NSArray' can return superclass Passed test: Object 0 of class 'NSArray' responds to hash Passed test: Object 0 of class 'NSArray' isEqual: to self Passed test: Object 0 of class 'NSArray' respondsToSelector: Passed test: Object 0 of class 'NSArray' handles retain Passed test: Object 0 of class 'NSArray' has working retainCount Passed test: Object 0 of class 'NSArray' has NSString description Passed test: Object 0 of class 'NSArray' handles performSelector Passed test: Object 1 of class 'NSArray' conforms to NSObject Passed test: Object 1 of class 'NSArray' can return self Passed test: Object 1 of class 'NSArray' can return own class Passed test: Object 1 of class 'NSArray' object (hello) is of correct class Passed test: Object 1 of class 'NSArray' isMemberOfClass works Passed test: Object 1 of class 'NSArray' can return superclass Passed test: Object 1 of class 'NSArray' responds to hash Passed test: Object 1 of class 'NSArray' isEqual: to self Passed test: Object 1 of class 'NSArray' respondsToSelector: Passed test: Object 1 of class 'NSArray' handles retain Passed test: Object 1 of class 'NSArray' has working retainCount Passed test: Object 1 of class 'NSArray' has NSString description Passed test: Object 1 of class 'NSArray' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'GSInlineArray' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 1 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 1 of class 'GSInlineArray' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 1 Passed test: NSArray is a known class Passed test: NSMutableArray is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSMutableArray' understands -copy Passed test: Object 0 of class 'NSMutableArray' copy is of correct type Passed test: Object 0 of class 'NSMutableArray' original and copy are equal Passed test: Object 0 of class 'NSMutableArray' is retained by copy with same zone Passed test: Object 0 of class 'NSMutableArray' result of copy is not immutable Passed test: Object 0 of class 'NSMutableArray' understands -copyWithZone Passed test: Object 0 of class 'NSMutableArray' zCopy has correct type Passed test: Object 0 of class 'NSMutableArray' copy and original are equal Passed test: Object 0 of class 'NSMutableArray' is retained by copy with other zone Passed test: Object 0 of class 'NSMutableArray' result of copyWithZone: is not immutable End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 1 Passed test: conforms to NSCopying Passed test: Object 1 of class 'NSMutableArray' understands -copy Passed test: Object 1 of class 'NSMutableArray' copy is of correct type Passed test: Object 1 of class 'NSMutableArray' original and copy are equal Passed test: Object 1 of class 'NSMutableArray' is retained by copy with same zone Passed test: Object 1 of class 'NSMutableArray' result of copy is not immutable Passed test: Object 1 of class 'NSMutableArray' understands -copyWithZone Passed test: Object 1 of class 'NSMutableArray' zCopy has correct type Passed test: Object 1 of class 'NSMutableArray' copy and original are equal Passed test: Object 1 of class 'NSMutableArray' is retained by copy with other zone Passed test: Object 1 of class 'NSMutableArray' result of copyWithZone: is not immutable End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 1 Passed test: NSArray is a known class Passed test: NSMutableArray is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSArray' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSArray' understands -mutableCopy Passed test: Object 0 of class 'NSArray' mutable copy is of correct type Passed test: Object 0 of class 'NSArray' copy equals original Passed test: NSMutableArray not retained by mutable copy in the same zone Passed test: NSMutableArray understands mutableCopyWithZone Passed test: NSMutableArray not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 1 Passed test: Object 1 of class 'NSArray' conforms to NSMutableCopying protocol Passed test: Object 1 of class 'NSArray' understands -mutableCopy Passed test: Object 1 of class 'NSArray' mutable copy is of correct type Passed test: Object 1 of class 'NSArray' copy equals original Passed test: NSMutableArray not retained by mutable copy in the same zone Passed test: NSMutableArray understands mutableCopyWithZone Passed test: NSMutableArray not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 1 Passed test: basic.m:25 ... can create an array from file Passed test: basic.m:30 ... array mutable Passed test: basic.m:31 ... can add to array Passed test: basic.m:36 ... array mutable Completed file: basic.m Testing create.m... Running base/NSArray/create.m... Passed test: create.m:22 ... +new creates an empty array Passed test: create.m:26 ... +array creates an empty array Passed test: create.m:28 ... +arrayWithObject with nil argument throws exception Passed test: create.m:32 ... +arrayWithObject: builds a minimal array Passed test: create.m:37 ... +arrayWithObjects: builds an array Passed test: create.m:40 ... +arrayWithArray: copies array Completed file: create.m Testing general.m... Running base/NSArray/general.m... Passed test: general.m:20 ... -count returns zero for an empty array Passed test: general.m:21 ... -hash returns zero for an empty array Passed test: general.m:22 ... -containsObject works Passed test: general.m:24 ... -indexOfObject: finds object Passed test: general.m:26 ... -indexOfObjectIdenticalTo: finds identical object Passed test: general.m:34 ... -objectEnumerator: is ok for empty array Passed test: general.m:41 ... -objectEnumerator: enumerates the array Passed test: general.m:47 ... -description gives us a text property-list (empty array) Passed test: general.m:51 ... -description gives us a text property-list Passed test: general.m:54 ... -count returns two for an array with two objects Passed test: general.m:55 ... -hash returns two for an array with two objects Passed test: general.m:57 ... -indexOfObject: gives NSNotFound for a nil object Passed test: general.m:59 ... -indexOfObject: gives NSNotFound for a object not in the array Passed test: general.m:61 ... Array is equal to itself using -isEqualToArray: Passed test: general.m:62 ... Similar arrays are not equal using -isEqualToArray: Passed test: general.m:70 ... -subarrayWithRange: seems ok Passed test: general.m:72 ... -subarrayWithRange with invalid range Passed test: general.m:80 ... -componentsJoinedByString: seems ok Passed test: general.m:86 ... -sortedArrayUsingSelector: seems ok Completed file: general.m Building in base/NSAttributedString This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool test00... Compiling file test00.m ... Compiling file basic.m ... Linking test_tool test00 ... Linking test_tool basic ... Testing basic.m... Running base/NSAttributedString/basic.m... Passed test: Class 'NSAttributedString' exists Passed test: Class 'NSAttributedString' has working alloc Passed test: Class 'NSAttributedString' alloc gives the correct class Passed test: Class 'NSAttributedString' has working init Passed test: Class 'NSAttributedString' has working new Passed test: Class 'NSAttributedString' has working allocWithZone Passed test: NSAttributedString is a known className Passed test: Object 0 of class 'NSAttributedString' conforms to NSObject Passed test: Object 0 of class 'NSAttributedString' can return self Passed test: Object 0 of class 'NSAttributedString' can return own class Passed test: Object 0 of class 'NSAttributedString' object is of correct class Passed test: Object 0 of class 'NSAttributedString' isMemberOfClass works Passed test: Object 0 of class 'NSAttributedString' can return superclass Passed test: Object 0 of class 'NSAttributedString' responds to hash Passed test: Object 0 of class 'NSAttributedString' isEqual: to self Passed test: Object 0 of class 'NSAttributedString' respondsToSelector: Passed test: Object 0 of class 'NSAttributedString' handles retain Passed test: Object 0 of class 'NSAttributedString' has working retainCount Passed test: Object 0 of class 'NSAttributedString' has NSString description Passed test: Object 0 of class 'NSAttributedString' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'GSAttributedString' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSAttributedString is a known class Passed test: NSMutableAttributedString is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSMutableAttributedString' understands -copy Passed test: Object 0 of class 'NSMutableAttributedString' copy is of correct type Passed test: Object 0 of class 'NSMutableAttributedString' original and copy are equal Passed test: Object 0 of class 'NSMutableAttributedString' result of copy is not immutable Passed test: Object 0 of class 'NSMutableAttributedString' understands -copyWithZone Passed test: Object 0 of class 'NSMutableAttributedString' zCopy has correct type Passed test: Object 0 of class 'NSMutableAttributedString' copy and original are equal Passed test: Object 0 of class 'NSMutableAttributedString' result of copyWithZone: is not immutable End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSAttributedString is a known class Passed test: NSMutableAttributedString is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSAttributedString' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSAttributedString' understands -mutableCopy Passed test: Object 0 of class 'NSAttributedString' mutable copy is of correct type Passed test: Object 0 of class 'NSAttributedString' copy equals original Passed test: NSMutableAttributedString not retained by mutable copy in the same zone Passed test: NSMutableAttributedString understands mutableCopyWithZone Passed test: NSMutableAttributedString not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Completed file: basic.m Testing test00.m... Running base/NSAttributedString/test00.m... Passed test: test00.m:23 ... -initWithString:attributes: works Passed test: test00.m:28 ... -attributesAtIndex:effectiveRange: works Passed test: test00.m:32 ... -attribute:atIndex:effectiveRange: works Passed test: test00.m:35 ... -attributedSubstringFromRange works Passed test: test00.m:40 ... extract and compare using -isEqualToAttributedString works Completed file: test00.m Building in base/NSBundle This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all in ../GenericTests ... Making all for subproject generictests... Compiling file generic.m ... Linking subproject generictests ... clang: warning: argument unused during compilation: '-shared-libgcc' Making all in Resources ... Making all for bundle TestBundle... Creating TestBundle.bundle/.... Compiling file TestBundle.m ... Linking bundle TestBundle ... clang: warning: argument unused during compilation: '-shared-libgcc' Creating TestBundle.bundle/Resources... Copying resources into the bundle wrapper... Copying localized resources into the bundle wrapper... Creating stamp file... Creating TestBundle.bundle/Resources/Info-gnustep.plist... Making all for test_tool basic... Making all for test_tool create... Making all for test_tool general... Making all for test_tool resources... Compiling file resources.m ... Compiling file basic.m ... Compiling file create.m ... Compiling file general.m ... resources.m:34:10: warning: instance method '-testEquals:' not found (return type defaults to 'id') PASS([[bundle resourcePath] testEquals: [[bundle bundlePath] ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ resources.m:46:12: warning: instance method '-testForString' not found (return type defaults to 'id') PASS([[NSBundle pathForResource: @"abbreviations" ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ resources.m:52:12: warning: instance method '-testForString' not found (return type defaults to 'id') PASS([[NSBundle pathForResource: @"abbreviations" ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ resources.m:63:12: warning: instance method '-testForString' not found (return type defaults to 'id') PASS([[gnustepBundle pathForResource: @"abbreviations" ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ resources.m:76:12: warning: instance method '-testForString' not found (return type defaults to 'id') PASS([[gnustepBundle pathForResource: @"abbreviations" ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ resources.m:86:12: warning: instance method '-testForString' not found (return type defaults to 'id') PASS([[gnustepBundle pathForResource: @"NSTimeZones" ofType: nil] ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ Linking test_tool basic ... Linking test_tool create ... Making all for test_tool resources2... Linking test_tool general ... 6 warnings generated. Linking test_tool resources ... Compiling file resources2.m ... Linking test_tool resources2 ... Testing basic.m... Running base/NSBundle/basic.m... Passed test: Class 'NSBundle' exists Passed test: Class 'NSBundle' has working alloc Passed test: Class 'NSBundle' alloc gives the correct class Passed test: Class 'NSBundle' has working init Passed test: Class 'NSBundle' has working new Passed test: Class 'NSBundle' has working allocWithZone Passed test: NSBundle is a known className Passed test: Object 0 of class 'NSBundle' conforms to NSObject Passed test: Object 0 of class 'NSBundle' can return self Passed test: Object 0 of class 'NSBundle' can return own class Passed test: Object 0 of class 'NSBundle' object <(null)> is of correct class Passed test: Object 0 of class 'NSBundle' isMemberOfClass works Passed test: Object 0 of class 'NSBundle' can return superclass Passed test: Object 0 of class 'NSBundle' responds to hash Passed test: Object 0 of class 'NSBundle' isEqual: to self Passed test: Object 0 of class 'NSBundle' respondsToSelector: Passed test: Object 0 of class 'NSBundle' handles retain Passed test: Object 0 of class 'NSBundle' has working retainCount Passed test: Object 0 of class 'NSBundle' has NSString description Passed test: Object 0 of class 'NSBundle' handles performSelector Completed file: basic.m Testing create.m... Running base/NSBundle/create.m... Passed test: create.m:16 ... +mainBundle returns non-nil if the tool has no bundle Passed test: create.m:21 ... +bundleWithPath returns a bundle Passed test: a bundle has a path Passed test: create.m:27 ... bundlePath returns the correct path Passed test: create.m:30 ... a bundle has an infoDictionary Passed test: create.m:34 ... +bundleWithPath returns nil for a non-existing path Passed test: create.m:39 ... +allBundles returns an array Completed file: create.m Testing general.m... Running base/NSBundle/general.m... Start set: general.m:12 ... NSBundle general Start set: general.m:20 ... NSBundle GNUstep general Passed test: general.m:30 ... +bundleForLibrary: makes a bundle for us Passed test: general.m:33 ... -principalClass returns NSObject for the +bundleForLibrary:gnustep-base Passed test: general.m:37 ... -classNamed returns the correct class Passed test: -resourcePath returns a string Passed test: general.m:43 ... we can set and get gnustep bundle version Passed test: general.m:45 ... -load behaves properly on the gnustep bundle Passed test: general.m:49 ... -executablePath returns an executable path (gnustep bundle) End set: general.m:51 ... NSBundle GNUstep general Passed test: general.m:57 ... +bundleForClass: makes a bundle for us 2011-07-27 10:14:18.003 general[7955] TestClass Passed test: general.m:61 ... -principalClass returns TestClass for +bundleForClass:[TestClass class] Passed test: general.m:64 ... -mainBundle is the same as +bundleForClass:[TestClass class] Passed test: general.m:72 ... +bundleWithPath returns an NSBundle Passed test: general.m:76 ... -executablePath returns an executable path (real bundle) Passed test: general.m:81 ... +bundleWithIdentifier returns correct bundle Passed test: general.m:86 ... +bundleWithIdentifier returns nil for non-existent identifier End set: general.m:88 ... NSBundle general Completed file: general.m Testing resources.m... Running base/NSBundle/resources.m... Start set: resources.m:10 ... NSBundle resources Passed test: resources.m:18 ... +bundleWithPath returns anNSBundle Passed test: resources.m:21 ... -pathsForResourcesOfType: inDirectory: returns an array Passed test: resources.m:25 ... -pathForResource:ofType:inDirectory: works with nil args Passed test: resources.m:27 ... -pathForResource:ofType: works with nil type Passed test: resources.m:29 ... -pathForResource:ofType: works with nil name Passed test: resources.m:31 ... -pathForResource:ofType: works with empty type Passed test: resources.m:33 ... -pathForResource:ofType: works with empty name Passed test: resources.m:36 ... -resourcePath returns the correct path Start set: resources.m:39 ... NSBundle GNUstep general Passed test: resources.m:50 ... +pathForResource:ofType:inDirectory: works Passed test: resources.m:57 ... +pathForResource:ofType:inDirectory:withVersion: works Passed test: resources.m:62 ... -pathsForResourcesOfType:inDirectory: returns an array Passed test: resources.m:66 ... -pathForResource:ofType:inDirectory: finds a file Passed test: resources.m:70 ... -pathForResource:ofType:inDirectory: doesn't find non-existing file Passed test: resources.m:75 ... -pathForResource:ofType:inDirectory: doesn't find files ina non-existing dir Passed test: resources.m:79 ... -pathForResource:ofType:inDirectory: with nil type finds a file Passed test: resources.m:84 ... -pathForResource:ofType:inDirectory: with nil type doesn't findnon-existing files Passed test: resources.m:88 ... -pathForResource:ofType: finds a file Error: resources.m:90 ... END(NSBundle GNUstep resources) with START(NSBundle GNUstep general). End set: resources.m:90 ... NSBundle GNUstep general End set: resources.m:92 ... NSBundle resources Completed file: resources.m Testing resources2.m... Running base/NSBundle/resources2.m... Passed test: resources2.m:23 ... -pathsForResourcesOfType:inDirectory: returns an array Passed test: resources2.m:25 ... Returned array contains non-localized resource Passed test: resources2.m:27 ... Returned array contains localized resource Passed test: resources2.m:31 ... +pathsForResourcesOfType:inDirectory: returns same array Passed test: resources2.m:35 ... -pathsForResourcesOfType:inDirectory:forLocalization returns an array Passed test: resources2.m:37 ... Returned array contains non-localized resource Passed test: resources2.m:39 ... Returned array contains localized resource Completed file: resources2.m Building in base/NSCalendar This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool create... Compiling file basic.m ... Compiling file create.m ... Linking test_tool create ... Linking test_tool basic ... Testing basic.m... Running base/NSCalendar/basic.m... Start set: basic.m:13 ... NSCalendar basic Passed test: NSCalendar is a known className Passed test: Object 0 of class 'NSCalendar' conforms to NSObject Passed test: Object 0 of class 'NSCalendar' can return self Passed test: Object 0 of class 'NSCalendar' can return own class Passed test: Object 0 of class 'NSCalendar' object is of correct class Passed test: Object 0 of class 'NSCalendar' isMemberOfClass works Passed test: Object 0 of class 'NSCalendar' can return superclass Passed test: Object 0 of class 'NSCalendar' responds to hash Passed test: Object 0 of class 'NSCalendar' isEqual: to self Passed test: Object 0 of class 'NSCalendar' respondsToSelector: Passed test: Object 0 of class 'NSCalendar' handles retain Passed test: Object 0 of class 'NSCalendar' has working retainCount Passed test: Object 0 of class 'NSCalendar' has NSString description Passed test: Object 0 of class 'NSCalendar' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'NSCalendar' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSCalendar is a known class Passed test: NSCalendar is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSCalendar' understands -copy Passed test: Object 0 of class 'NSCalendar' copy is of correct type Passed test: Object 0 of class 'NSCalendar' original and copy are equal Passed test: Object 0 of class 'NSCalendar' understands -copyWithZone Passed test: Object 0 of class 'NSCalendar' zCopy has correct type Passed test: Object 0 of class 'NSCalendar' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 End set: basic.m:23 ... NSCalendar basic Completed file: basic.m Testing create.m... Running base/NSCalendar/create.m... Start set: create.m:14 ... NSCalendar create Passed test: create.m:21 ... +currentCalendar returns non-nil Passed test: create.m:22 ... +currentCalendar return a NSCalendar Passed test: create.m:25 ... -initWithCalendarIdentifier: return non-nil Passed test: create.m:27 ... -initWithCalendarIdentifier: return a NSCalendar End set: create.m:30 ... NSCalendar create Completed file: create.m Building in base/NSCalendarDate This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool test00... Making all for test_tool test01... Making all for test_tool test02... Compiling file basic.m ... Compiling file test01.m ... Compiling file test00.m ... Compiling file test02.m ... Linking test_tool basic ... Linking test_tool test01 ... Linking test_tool test02 ... Linking test_tool test00 ... Testing basic.m... Running base/NSCalendarDate/basic.m... Passed test: NSCalendarDate is a known className Passed test: Object 0 of class 'NSCalendarDate' conforms to NSObject Passed test: Object 0 of class 'NSCalendarDate' can return self Passed test: Object 0 of class 'NSCalendarDate' can return own class Passed test: Object 0 of class 'NSCalendarDate' object 2011-07-27 10:14:22 -0700 is of correct class Passed test: Object 0 of class 'NSCalendarDate' isMemberOfClass works Passed test: Object 0 of class 'NSCalendarDate' can return superclass Passed test: Object 0 of class 'NSCalendarDate' responds to hash Passed test: Object 0 of class 'NSCalendarDate' isEqual: to self Passed test: Object 0 of class 'NSCalendarDate' respondsToSelector: Passed test: Object 0 of class 'NSCalendarDate' handles retain Passed test: Object 0 of class 'NSCalendarDate' has working retainCount Passed test: Object 0 of class 'NSCalendarDate' has NSString description Passed test: Object 0 of class 'NSCalendarDate' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'NSCalendarDate' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSCalendarDate is a known class Passed test: NSCalendarDate is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSCalendarDate' understands -copy Passed test: Object 0 of class 'NSCalendarDate' copy is of correct type Passed test: Object 0 of class 'NSCalendarDate' original and copy are equal Passed test: Object 0 of class 'NSCalendarDate' understands -copyWithZone Passed test: Object 0 of class 'NSCalendarDate' zCopy has correct type Passed test: Object 0 of class 'NSCalendarDate' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Completed file: basic.m Testing test00.m... Running base/NSCalendarDate/test00.m... Passed test: test00.m:36 ... +calendarDate works Passed test: test00.m:39 ... +dateWithString:calendarFormat: works Passed test: test00.m:46 ... +dateWithString:calendarFormat:locale: with nil format works Passed test: test00.m:52 ... +dateWithString:calendarFormat:locale: objects to missing seconds Passed test: test00.m:58 ... +dateWithString:calendarFormat:locale: objects to missing minutes Passed test: test00.m:64 ... +dateWithString:calendarFormat:locale: objects to missing hours Passed test: test00.m:70 ... +dateWithString:calendarFormat:locale: objects to zero day Passed test: test00.m:76 ... +dateWithString:calendarFormat:locale: objects to zero month Passed test: test00.m:82 ... +dateWithString:calendarFormat:locale: objects to missing timezone Passed test: test00.m:88 ... +dateWithString:calendarFormat:locale: objects to long timezone Passed test: test00.m:94 ... +dateWithString:calendarFormat:locale: handles GMT+0100 timezone Passed test: test00.m:100 ... +dateWithString:calendarFormat:locale: handles GMT-0100 timezone Passed test: test00.m:107 ... +dateWithString:calendarFormat:locale: handles Africa/Addis_Ababa Passed test: test00.m:113 ... date check with 1999-12-31 23:59:59 Passed test: test00.m:117 ... date check with 2000-01-01 00:00:00 Passed test: test00.m:122 ... date check with 2000-01-01 00:00:01 Passed test: test00.m:127 ... date check with 2000-01-01 01:00:01 Passed test: test00.m:132 ... date check with 1999-12-31 23:00:01 Passed test: test00.m:140 ... date check with 2000-02-28 23:59:59 Passed test: test00.m:145 ... date check with 2000-02-29 00:00:00 Passed test: test00.m:150 ... date check with 2000-02-29 00:00:01 Passed test: test00.m:155 ... date check with 2000-02-29 01:00:01 Passed test: test00.m:160 ... date check with 2000-02-28 23:00:01 Passed test: test00.m:165 ... date check with 2000-02-29 04:00:01 Passed test: test00.m:170 ... date check with 2001-03-01 04:00:01 Passed test: test00.m:175 ... date check with 2001-02-28 04:00:01 Passed test: test00.m:180 ... date check with 2002-03-01 04:00:01 Passed test: test00.m:187 ... date check with 2004-02-28 23:59:59 Passed test: test00.m:192 ... date check with 2004-02-29 00:00:00 Passed test: test00.m:197 ... date check with 2004-02-29 00:00:01 Passed test: test00.m:201 ... date check with 2004-02-29 01:00:01 Passed test: test00.m:206 ... date check with 2004-02-28 23:00:01 Passed test: test00.m:214 ... date check with 2100-02-28 23:59:59 Passed test: test00.m:219 ... date check with 2100-03-01 00:00:00 Passed test: test00.m:223 ... date check with 2100-03-01 00:00:01 Passed test: test00.m:227 ... date check with 2100-03-01 01:00:01 Passed test: test00.m:232 ... date check with 2100-02-28 23:00:01 Passed test: test00.m:241 ... date check with 2002-03-31 00:30:00 Passed test: test00.m:246 ... date check with 2002-03-31 02:30:00 Passed test: test00.m:251 ... date check with 2002-03-31 00:30:00 Passed test: test00.m:256 ... date check with 2002-03-31 02:30:00 Passed test: test00.m:261 ... date check with 2002-03-31 00:30:00 Passed test: test00.m:265 ... date check with 2002-03-30 23:30:00 Passed test: test00.m:273 ... date second calculation check with 2002-10-27 00:30:00 Passed test: test00.m:278 ... date second calculation check with 2002-10-27 00:29:59 Passed test: test00.m:283 ... date second calculation check with 2002-10-27 00:30:00 Passed test: test00.m:288 ... date second calculation check with 2002-10-27 00:30:02 Passed test: test00.m:295 ... date minute calculation check with 2002-10-27 00:30:00 Passed test: test00.m:300 ... date minute calculation check with 2002-10-27 00:29:00 Passed test: test00.m:305 ... date minute calculation check with 2002-10-27 00:30:00 Passed test: test00.m:310 ... date minute calculation check with 2002-10-27 00:31:00 Passed test: test00.m:317 ... date hour calculation check with 2002-10-27 00:30:00 Passed test: test00.m:322 ... date hour calculation check with 2002-10-26 23:30:00 Passed test: test00.m:327 ... date hour calculation check with 2002-10-27 00:30:00 Passed test: test00.m:332 ... date hour calculation check with 2002-10-27 02:30:00 Passed test: test00.m:339 ... date day calculation check with 2002-10-27 00:30:00 Passed test: test00.m:344 ... date day calculation check with 2002-10-26 00:30:00 Passed test: test00.m:349 ... date day calculation check with 2002-10-27 00:30:00 Passed test: test00.m:354 ... date day calculation check with 2002-10-29 00:30:00 Passed test: test00.m:361 ... date month calculation check with 2002-10-27 00:30:00 Passed test: test00.m:366 ... date month calculation check with 2002-09-27 00:30:00 Passed test: test00.m:371 ... date month calculation check with 2002-10-27 00:30:00 Passed test: test00.m:376 ... date month calculation check with 2002-12-27 00:30:00 Passed test: test00.m:383 ... date year calculation check with 2002-10-27 00:30:00 Passed test: test00.m:388 ... date year calculation check with 2001-10-27 00:30:00 Passed test: test00.m:393 ... date year calculation check with 2002-10-27 00:30:00 Passed test: test00.m:398 ... date year calculation check with 2004-10-27 00:30:00 Passed test: test00.m:408 ... date year calculation check with 2006-11-01 02:10:00 +0000 Passed test: test00.m:410 ... date year calculation preserves timezone Completed file: test00.m Testing test01.m... Running base/NSCalendarDate/test01.m... Passed test: test01.m:57 ... +dateWithString:calendarFormat: works if no time zone is specified Passed test: test01.m:62 ... 12:00am is midnight Passed test: test01.m:67 ... 12:00pm is noon Passed test: test01.m:74 ... -addTimeInterval: works on a NSCalendarDate parsed with no timezone 2011-07-27 10:14:22.526 test01[8487] 2006-04-22 22:22:22:901 2006-04-22 22:22:22:901 Passed test: test01.m:87 ... formatting milliseconds works Passed test: test01.m:89 ... formatting with %e works Completed file: test01.m Testing test02.m... Running base/NSCalendarDate/test02.m... Passed test: test02.m:93 ... % format works in description Passed test: test02.m:97 ... %a format works in description Passed test: test02.m:101 ... %A format works in description Passed test: test02.m:105 ... %b format works in description Passed test: test02.m:109 ... %B format works in description Passed test: test02.m:113 ... %d format works in description Passed test: test02.m:117 ... %e format works in description Passed test: test02.m:121 ... %e format has no leading space with single digit Passed test: test02.m:125 ... %2e format has leading space with single digit Passed test: test02.m:129 ... %F format works in description Passed test: test02.m:133 ... %H format works in description Passed test: test02.m:137 ... %I format works in description Passed test: test02.m:141 ... %j format works in description Passed test: test02.m:145 ... %m format works in description Passed test: test02.m:149 ... %M format works in description Passed test: test02.m:153 ... %p format works in description Passed test: test02.m:157 ... %S format works in description Passed test: test02.m:161 ... %w format works in description Passed test: test02.m:165 ... %y format works in description Passed test: test02.m:169 ... %Y format works in description Passed test: test02.m:173 ... %Z format works in description Passed test: test02.m:177 ... %z format works in description Passed test: test02.m:181 ... %d %m %Y format works in description Passed test: test02.m:185 ... %d %B %Y format works in description Passed test: test02.m:189 ... %H:%M:%S format works in description Passed test: test02.m:193 ... %H%%%M%%%S format works in description Passed test: test02.m:197 ... %H%M format works in description Passed test: test02.m:201 ... %R format works in description Passed test: test02.m:205 ... %r format works in description Completed file: test02.m Building in base/NSCharacterSet This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool class... Making all for test_tool general... Making all for test_tool illegalCharacterSet... Compiling file basic.m ... Compiling file class.m ... Compiling file illegalCharacterSet.m ... Compiling file general.m ... Linking test_tool basic ... Linking test_tool class ... Linking test_tool general ... Linking test_tool illegalCharacterSet ... Testing basic.m... Running base/NSCharacterSet/basic.m... Passed test: Class 'NSCharacterSet' exists Passed test: Class 'NSCharacterSet' has working alloc Passed test: Class 'NSCharacterSet' alloc gives the correct class Passed test: Class 'NSCharacterSet' has working init Passed test: Class 'NSCharacterSet' has working new Passed test: Class 'NSCharacterSet' has working allocWithZone Passed test: NSCharacterSet is a known className Passed test: Object 0 of class 'NSCharacterSet' conforms to NSObject Passed test: Object 0 of class 'NSCharacterSet' can return self Passed test: Object 0 of class 'NSCharacterSet' can return own class Passed test: Object 0 of class 'NSCharacterSet' object <_GSStaticCharSet: 0x6d5a28> is of correct class Passed test: Object 0 of class 'NSCharacterSet' isMemberOfClass works Passed test: Object 0 of class 'NSCharacterSet' can return superclass Passed test: Object 0 of class 'NSCharacterSet' responds to hash Passed test: Object 0 of class 'NSCharacterSet' isEqual: to self Passed test: Object 0 of class 'NSCharacterSet' respondsToSelector: Passed test: Object 0 of class 'NSCharacterSet' handles retain Passed test: Object 0 of class 'NSCharacterSet' has working retainCount Passed test: Object 0 of class 'NSCharacterSet' has NSString description Passed test: Object 0 of class 'NSCharacterSet' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class '_GSStaticCharSet' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSCharacterSet is a known class Passed test: NSMutableCharacterSet is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSMutableCharacterSet' understands -copy Passed test: Object 0 of class 'NSMutableCharacterSet' copy is of correct type Passed test: Object 0 of class 'NSMutableCharacterSet' original and copy are equal Passed test: Object 0 of class 'NSMutableCharacterSet' result of copy is not immutable Passed test: Object 0 of class 'NSMutableCharacterSet' understands -copyWithZone Passed test: Object 0 of class 'NSMutableCharacterSet' zCopy has correct type Passed test: Object 0 of class 'NSMutableCharacterSet' copy and original are equal Passed test: Object 0 of class 'NSMutableCharacterSet' result of copyWithZone: is not immutable End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSCharacterSet is a known class Passed test: NSMutableCharacterSet is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSCharacterSet' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSCharacterSet' understands -mutableCopy Passed test: Object 0 of class 'NSCharacterSet' mutable copy is of correct type Passed test: Object 0 of class 'NSCharacterSet' copy equals original Passed test: NSMutableCharacterSet not retained by mutable copy in the same zone Passed test: NSMutableCharacterSet understands mutableCopyWithZone Passed test: NSMutableCharacterSet not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Completed file: basic.m Testing class.m... Running base/NSCharacterSet/class.m... Passed test: class.m:11 ... NSCharacterSet understands [+alphanumericCharacterSet] Passed test: class.m:13 ... NSCharacterSet uniques alphanumericCharacterSet Passed test: class.m:16 ... NSCharacterSet understands [+controlCharacterSet] Passed test: class.m:18 ... NSCharacterSet uniques controlCharacterSet Passed test: class.m:21 ... NSCharacterSet understands [+decimalDigitCharacterSet] Passed test: class.m:23 ... NSCharacterSet uniques [+decimalDigitCharacterSet] Passed test: class.m:26 ... NSCharacterSet understands [+illegalCharacterSet] Passed test: class.m:28 ... NSCharacterSet uniques [+illegalCharacterSet] Passed test: class.m:31 ... NSCharacterSet understands [+letterCharacterSet] Passed test: class.m:33 ... NSCharacterSet uniques [+letterCharacterSet] Passed test: class.m:36 ... NSCharacterSet understands [+lowercaseLetterCharacterSet] Passed test: class.m:38 ... NSCharacterSet uniques [+lowercaseLetterCharacterSet] Passed test: class.m:41 ... NSCharacterSet understands [+nonBaseCharacterSet] Passed test: class.m:43 ... NSCharacterSet uniques [+nonBaseCharacterSet] Passed test: class.m:46 ... NSCharacterSet understands [+punctuationCharacterSet] Passed test: class.m:48 ... NSCharacterSet uniques [+punctuationCharacterSet] Passed test: class.m:51 ... NSCharacterSet understands [+uppercaseLetterCharacterSet] Passed test: class.m:53 ... NSCharacterSet uniques [+uppercaseLetterCharacterSet] Passed test: class.m:56 ... NSCharacterSet understands [+whitespaceAndNewlineCharacterSet] Passed test: class.m:58 ... NSCharacterSet uniques [+whitespaceAndNewlineCharacterSet] Passed test: class.m:61 ... NSCharacterSet understands [+whitespaceCharacterSet] Passed test: class.m:63 ... NSCharacterSet uniques [+whitespaceCharacterSet] Completed file: class.m Testing general.m... Running base/NSCharacterSet/general.m... Passed test: general.m:21 ... Check some characters from alphanumericCharacterSet Passed test: general.m:33 ... Check some characters from lowercaseLetterCharacterSet Passed test: general.m:46 ... Check some characters from whitespaceAndNewlineCharacterSet Passed test: general.m:50 ... -bitmapRepresentation works Passed test: general.m:63 ... -invertedSet works Passed test: general.m:74 ... Caching of standard sets Passed test: general.m:79 ... Create custom set with characterSetWithCharactersInString: Passed test: general.m:86 ... Check custom set Completed file: general.m Testing illegalCharacterSet.m... Running base/NSCharacterSet/illegalCharacterSet.m... Passed test: illegalCharacterSet.m:15 ... 0xfffe is illegal Passed test: illegalCharacterSet.m:16 ... 0xfffe is bnot legal Passed test: illegalCharacterSet.m:17 ... 0xffff is illegal Passed test: illegalCharacterSet.m:18 ... 0xffff is not legal Passed test: illegalCharacterSet.m:19 ... 0xfdd0 is illegal Passed test: illegalCharacterSet.m:20 ... 0xfdd0 is not legal Passed test: illegalCharacterSet.m:21 ... 0x0010fffe is illegal Passed test: illegalCharacterSet.m:22 ... 0x0010fffe is not legal Passed test: illegalCharacterSet.m:25 ... 0x0000 is not illegal Passed test: illegalCharacterSet.m:26 ... 0x0000 is legal Passed test: illegalCharacterSet.m:28 ... 0xd800 is not illegal Passed test: illegalCharacterSet.m:29 ... 0xd800 is legal Passed test: illegalCharacterSet.m:31 ... 0xdc00 is not illegal Passed test: illegalCharacterSet.m:32 ... 0xdc00 is legal Passed test: illegalCharacterSet.m:34 ... 0x0010fffd illegal Passed test: illegalCharacterSet.m:35 ... 0x0010fffd is illegal Passed test: illegalCharacterSet.m:54 ... legal UCS-2 set can be represented in an NSString. Completed file: illegalCharacterSet.m Building in base/NSConnection This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all in ../GenericTests ... Making all for subproject generictests... Compiling file generic.m ... Linking subproject generictests ... clang: warning: argument unused during compilation: '-shared-libgcc' Making all in Resources ... Making all for bundle TestConnection... Creating TestConnection.bundle/.... Compiling file Connection.m ... Linking bundle TestConnection ... clang: warning: argument unused during compilation: '-shared-libgcc' Creating TestConnection.bundle/Resources... Creating stamp file... Creating TestConnection.bundle/Resources/Info-gnustep.plist... make[2]: Nothing to be done for `internal-master-test-tool-all'. Making all for test_tool basic... Making all for test_tool connection... Compiling file basic.m ... Compiling file connection.m ... Linking test_tool connection ... Linking test_tool basic ... Testing basic.m... Running base/NSConnection/basic.m... Passed test: Class 'NSConnection' exists Passed test: Class 'NSConnection' has working alloc Passed test: Class 'NSConnection' alloc gives the correct class Passed test: Class 'NSConnection' has working init Passed test: Class 'NSConnection' has working new Passed test: Class 'NSConnection' has working allocWithZone Passed test: NSConnection is a known className Passed test: Object 0 of class 'NSConnection' conforms to NSObject Passed test: Object 0 of class 'NSConnection' can return self Passed test: Object 0 of class 'NSConnection' can return own class Passed test: Object 0 of class 'NSConnection' object local: '', remote '', is of correct class Passed test: Object 0 of class 'NSData' isMemberOfClass works Passed test: Object 0 of class 'NSData' can return superclass Passed test: Object 0 of class 'NSData' responds to hash Passed test: Object 0 of class 'NSData' isEqual: to self Passed test: Object 0 of class 'NSData' respondsToSelector: Passed test: Object 0 of class 'NSData' handles retain Passed test: Object 0 of class 'NSData' has working retainCount Passed test: Object 0 of class 'NSData' has NSString description Passed test: Object 0 of class 'NSData' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'NSDataMalloc' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSData is a known class Passed test: NSMutableData is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSMutableData' understands -copy Passed test: Object 0 of class 'NSMutableData' copy is of correct type Passed test: Object 0 of class 'NSMutableData' original and copy are equal Passed test: Object 0 of class 'NSMutableData' result of copy is not immutable Passed test: Object 0 of class 'NSMutableData' understands -copyWithZone Passed test: Object 0 of class 'NSMutableData' zCopy has correct type Passed test: Object 0 of class 'NSMutableData' copy and original are equal Passed test: Object 0 of class 'NSMutableData' result of copyWithZone: is not immutable End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSData is a known class Passed test: NSMutableData is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSData' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSData' understands -mutableCopy Passed test: Object 0 of class 'NSData' mutable copy is of correct type Passed test: Object 0 of class 'NSData' copy equals original Passed test: NSMutableData not retained by mutable copy in the same zone Passed test: NSMutableData understands mutableCopyWithZone Passed test: NSMutableData not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Completed file: basic.m Testing general.m... Running base/NSData/general.m... Passed test: general.m:29 ... +dataWithBytes:length: works Passed test: general.m:35 ... +dataWithBytesNoCopy:length: works Passed test: general.m:40 ... +dataWithBytes:length works with 0 length Passed test: general.m:43 ... -getBytes:range works Passed test: general.m:48 ... getBytes:range: with bad location Passed test: general.m:53 ... getBytes:range: with bad length Passed test: general.m:57 ... -subdataWithRange: with bad location Passed test: general.m:61 ... -subdataWithRange: with bad length Passed test: general.m:69 ... +dataWithBytesNoCopy:length:freeWhenDone: works Passed test: general.m:75 ... +dataWithBytesNoCopy:length:freeWhenDone:NO doesn't free memory Completed file: general.m Building in base/NSDate This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool create... Making all for test_tool general... Compiling file create.m ... Compiling file basic.m ... Compiling file general.m ... create.m:26:24: warning: receiver 'NSTimeZone' is a forward class and corresponding @interface may not exist [date2 setTimeZone: [NSTimeZone timeZoneForSecondsFromGMT: 0]]; ^ create.m:26:23: warning: class method '+timeZoneForSecondsFromGMT:' not found (return type defaults to 'id') [date2 setTimeZone: [NSTimeZone timeZoneForSecondsFromGMT: 0]]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ create.m:26:4: warning: 'NSDate' may not respond to 'setTimeZone:' [date2 setTimeZone: [NSTimeZone timeZoneForSecondsFromGMT: 0]]; ^ create.m:27:9: warning: 'NSDate' may not respond to 'dayOfMonth' PASS([date2 dayOfMonth] == 19, "+dateWithString makes correct day"); ^ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ create.m:28:9: warning: 'NSDate' may not respond to 'monthOfYear' PASS([date2 monthOfYear] == 10, "+dateWithString makes correct month"); ^ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ create.m:29:9: warning: 'NSDate' may not respond to 'yearOfCommonEra' PASS([date2 yearOfCommonEra] == 2000, "+dateWithString makes correct year"); ^ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ Linking test_tool basic ... 6 warnings generated. Linking test_tool general ... Linking test_tool create ... Testing basic.m... Running base/NSDate/basic.m... Passed test: NSDate is a known className Passed test: Object 0 of class 'NSDate' conforms to NSObject Passed test: Object 0 of class 'NSDate' can return self Passed test: Object 0 of class 'NSDate' can return own class Passed test: Object 0 of class 'NSDate' object 2011-07-27 10:14:37 -0700 is of correct class Passed test: Object 0 of class 'NSDate' isMemberOfClass works Passed test: Object 0 of class 'NSDate' can return superclass Passed test: Object 0 of class 'NSDate' responds to hash Passed test: Object 0 of class 'NSDate' isEqual: to self Passed test: Object 0 of class 'NSDate' respondsToSelector: Passed test: Object 0 of class 'NSDate' handles retain Passed test: Object 0 of class 'NSDate' has working retainCount Passed test: Object 0 of class 'NSDate' has NSString description Passed test: Object 0 of class 'NSDate' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'NSGDate' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSDate is a known class Passed test: NSDate is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSDate' understands -copy Passed test: Object 0 of class 'NSDate' copy is of correct type Passed test: Object 0 of class 'NSDate' original and copy are equal Passed test: Object 0 of class 'NSDate' understands -copyWithZone Passed test: Object 0 of class 'NSDate' zCopy has correct type Passed test: Object 0 of class 'NSDate' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Completed file: basic.m Testing create.m... Running base/NSDate/create.m... Passed test: create.m:16 ... +date works Passed test: create.m:19 ... +dateWithString works Passed test: create.m:24 ... +dateWithTimeIntervalSinceReferenceDate: works Passed test: create.m:27 ... +dateWithString makes correct day Passed test: create.m:28 ... +dateWithString makes correct month Passed test: create.m:29 ... +dateWithString makes correct year Passed test: create.m:33 ... +dateWithTimeIntervalSinceNow: works Passed test: create.m:37 ... +dateWithTimeIntervalSince1970: works Passed test: create.m:41 ... +dateWithTimeIntervalSinceReferenceDate: works Passed test: create.m:45 ... +distantFuture works Passed test: create.m:49 ... +distantPast works Completed file: create.m Testing general.m... Running base/NSDate/general.m... Passed test: general.m:14 ... +distantFuture is in the future Passed test: general.m:17 ... +distantPast is in the past Passed test: general.m:21 ... -earlierDate works Passed test: general.m:24 ... -laterDate works Passed test: general.m:27 ... -isEqualToDate works Completed file: general.m Building in base/NSDateFormatter This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool general... Compiling file general.m ... Linking test_tool general ... Testing general.m... Running base/NSDateFormatter/general.m... Start set: general.m:25 ... NSDateFormatter Passed test: general.m:39 ... Output has the same format as Cocoa. Passed test: general.m:51 ... GMT time zone is correctly accounted for. Passed test: general.m:55 ... EST time zone is correctly accounted for. Passed test: general.m:68 ... Year is 1982 Passed test: general.m:69 ... Date is formatted correctly. Passed test: general.m:75 ... Convert date format as Cocoa. End set: general.m:78 ... NSDateFormatter Completed file: general.m Building in base/NSDictionary This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool create... Making all for test_tool general... Compiling file basic.m ... Compiling file create.m ... Compiling file general.m ... Linking test_tool basic ... Linking test_tool create ... Linking test_tool general ... Testing basic.m... Running base/NSDictionary/basic.m... Passed test: Class 'NSDictionary' exists Passed test: Class 'NSDictionary' has working alloc Passed test: Class 'NSDictionary' alloc gives the correct class Passed test: Class 'NSDictionary' has working init Passed test: Class 'NSDictionary' has working new Passed test: Class 'NSDictionary' has working allocWithZone Passed test: basic.m:18 ... can create an empty dictionary Passed test: basic.m:24 ... can create a dictionary with one element Passed test: NSDictionary is a known className Passed test: Object 0 of class 'NSDictionary' conforms to NSObject Passed test: Object 0 of class 'NSDictionary' can return self Passed test: Object 0 of class 'NSDictionary' can return own class Passed test: Object 0 of class 'NSDictionary' object {} is of correct class Passed test: Object 0 of class 'NSDictionary' isMemberOfClass works Passed test: Object 0 of class 'NSDictionary' can return superclass Passed test: Object 0 of class 'NSDictionary' responds to hash Passed test: Object 0 of class 'NSDictionary' isEqual: to self Passed test: Object 0 of class 'NSDictionary' respondsToSelector: Passed test: Object 0 of class 'NSDictionary' handles retain Passed test: Object 0 of class 'NSDictionary' has working retainCount Passed test: Object 0 of class 'NSDictionary' has NSString description Passed test: Object 0 of class 'NSDictionary' handles performSelector Passed test: Object 1 of class 'NSDictionary' conforms to NSObject Passed test: Object 1 of class 'NSDictionary' can return self Passed test: Object 1 of class 'NSDictionary' can return own class Passed test: Object 1 of class 'NSDictionary' object {Key = Hello; } is of correct class Passed test: Object 1 of class 'NSDictionary' isMemberOfClass works Passed test: Object 1 of class 'NSDictionary' can return superclass Passed test: Object 1 of class 'NSDictionary' responds to hash Passed test: Object 1 of class 'NSDictionary' isEqual: to self Passed test: Object 1 of class 'NSDictionary' respondsToSelector: Passed test: Object 1 of class 'NSDictionary' handles retain Passed test: Object 1 of class 'NSDictionary' has working retainCount Passed test: Object 1 of class 'NSDictionary' has NSString description Passed test: Object 1 of class 'NSDictionary' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'GSDictionary' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 1 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 1 of class 'GSDictionary' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 1 Passed test: NSDictionary is a known class Passed test: NSMutableDictionary is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSMutableDictionary' understands -copy Passed test: Object 0 of class 'NSMutableDictionary' copy is of correct type Passed test: Object 0 of class 'NSMutableDictionary' original and copy are equal Passed test: Object 0 of class 'NSMutableDictionary' is retained by copy with same zone Passed test: Object 0 of class 'NSMutableDictionary' result of copy is not immutable Passed test: Object 0 of class 'NSMutableDictionary' understands -copyWithZone Passed test: Object 0 of class 'NSMutableDictionary' zCopy has correct type Passed test: Object 0 of class 'NSMutableDictionary' copy and original are equal Passed test: Object 0 of class 'NSMutableDictionary' is retained by copy with other zone Passed test: Object 0 of class 'NSMutableDictionary' result of copyWithZone: is not immutable End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 1 Passed test: conforms to NSCopying Passed test: Object 1 of class 'NSMutableDictionary' understands -copy Passed test: Object 1 of class 'NSMutableDictionary' copy is of correct type Passed test: Object 1 of class 'NSMutableDictionary' original and copy are equal Passed test: Object 1 of class 'NSMutableDictionary' is retained by copy with same zone Passed test: Object 1 of class 'NSMutableDictionary' result of copy is not immutable Passed test: Object 1 of class 'NSMutableDictionary' understands -copyWithZone Passed test: Object 1 of class 'NSMutableDictionary' zCopy has correct type Passed test: Object 1 of class 'NSMutableDictionary' copy and original are equal Passed test: Object 1 of class 'NSMutableDictionary' is retained by copy with other zone Passed test: Object 1 of class 'NSMutableDictionary' result of copyWithZone: is not immutable End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 1 Passed test: NSDictionary is a known class Passed test: NSMutableDictionary is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSDictionary' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSDictionary' understands -mutableCopy Passed test: Object 0 of class 'NSDictionary' mutable copy is of correct type Passed test: Object 0 of class 'NSDictionary' copy equals original Passed test: NSMutableDictionary not retained by mutable copy in the same zone Passed test: NSMutableDictionary understands mutableCopyWithZone Passed test: NSMutableDictionary not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 1 Passed test: Object 1 of class 'NSDictionary' conforms to NSMutableCopying protocol Passed test: Object 1 of class 'NSDictionary' understands -mutableCopy Passed test: Object 1 of class 'NSDictionary' mutable copy is of correct type Passed test: Object 1 of class 'NSDictionary' copy equals original Passed test: NSMutableDictionary not retained by mutable copy in the same zone Passed test: NSMutableDictionary understands mutableCopyWithZone Passed test: NSMutableDictionary not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 1 Completed file: basic.m Testing create.m... Running base/NSDictionary/create.m... Passed test: create.m:30 ... +new creates an empty dictionary Passed test: create.m:36 ... +dictionary creates an empty dictionary Passed test: create.m:40 ... +dictionaryWithObject:forKey: with nil key Passed test: create.m:44 ... +dictionaryWithObject:forKey: with nil value Passed test: create.m:50 ... +dictionaryWithObject:forKey: builds minimal dictionary Passed test: create.m:56 ... +dictionaryWithObjects:forKeys: builds a dictionary Passed test: create.m:60 ... +dictionaryWithObjects:forKeys: with arrays of different sizes Passed test: create.m:65 ... we can have multiple identical objects in a dictionary Passed test: create.m:71 ... we can't have multiple identical keys in a dictionary Passed test: create.m:75 ... +dictionaryWithDictionary: copies dictionary Completed file: create.m Testing general.m... Running base/NSDictionary/general.m... Passed test: general.m:47 ... -count returns zero for an empty dictionary Passed test: general.m:49 ... -hash returns zero for an empty dictionary Passed test: general.m:54 ... -allKeys gives an empty array for an empty dictionary Passed test: general.m:57 ... -allKeysForObject: gives nil for an empty dictionary Passed test: general.m:63 ... -allValues gives an empty array for an empty dictionary Passed test: general.m:71 ... -objectForKey: gives nil for an empty dictionary Passed test: general.m:81 ... -keyEnumerator: is ok for empty dictionary Passed test: general.m:91 ... -objectEnumerator: is ok for empty dictionary Passed test: general.m:102 ... -objectsForKeys:notFoundMarker: is ok for empty dictionary Passed test: general.m:110 ... -description gives us a text property-list Passed test: general.m:116 ... -count returns two for an dictionary with two keys Passed test: general.m:118 ... -hash returns two for a dictionary with two keys Passed test: general.m:126 ... -allKeys gives the keys we put in the dictionary Passed test: general.m:140 ... -allKeysForObject: gives the key we expect Passed test: general.m:148 ... -allValues gives the values we put in the dictionary Passed test: general.m:150 ... -objectForKey: gives nil for a nil key Passed test: general.m:152 ... -objectForKey: gives nil for a key not in the dictionary Passed test: general.m:158 ... -objectForKey: gives the objects we added for the keys Passed test: general.m:173 ... -keyEnumerator: enumerates the dictionary Passed test: general.m:189 ... -objectEnumerator: enumerates the dictionary Passed test: general.m:202 ... -objectsForKeys:notFoundMarker: is ok for dictionary Passed test: general.m:212 ... -keysSortedByValueUsingSelector: seems ok Passed test: general.m:220 ... -description gives us a text property-list Passed test: general.m:224 ... we can create a dictionary with several keys Passed test: general.m:233 ... data/number/data are ok in serialized property-list Completed file: general.m Building in base/NSException This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool throwstr... Compiling file throwstr.m ... Compiling file basic.m ... Linking test_tool throwstr ... Linking test_tool basic ... Testing basic.m... Running base/NSException/basic.m... Passed test: Class 'NSException' exists Passed test: Class 'NSException' has working alloc Passed test: Class 'NSException' alloc gives the correct class Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:136 ... raises NSInvalidArgumentException in description Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:139 ... returns nil or raises NSInvalidArgumentException in init Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:142 ... returns nil or raises NSInvalidArgumentException in new Passed test: Class 'NSException' has working allocWithZone Passed test: basic.m:33 ... can create an exception Passed test: basic.m:34 ... name works Passed test: NSException is a known className Passed test: Object 0 of class 'NSException' conforms to NSObject Passed test: Object 0 of class 'NSException' can return self Passed test: Object 0 of class 'NSException' can return own class Passed test: Object 0 of class 'NSException' object NAME:NSGenericException REASON:(null) is of correct class Passed test: Object 0 of class 'NSException' isMemberOfClass works Passed test: Object 0 of class 'NSException' can return superclass Passed test: Object 0 of class 'NSException' responds to hash Passed test: Object 0 of class 'NSException' isEqual: to self Passed test: Object 0 of class 'NSException' respondsToSelector: Passed test: Object 0 of class 'NSException' handles retain Passed test: Object 0 of class 'NSException' has working retainCount Passed test: Object 0 of class 'NSException' has NSString description Passed test: Object 0 of class 'NSException' handles performSelector Dashed hope: basic.m:53 ... working callStackSymbols ... if this has failed it is probably due to a lack of support for objective-c method names (local symbols) in the backtrace_symbols() function of your libc. If so, you might lobby your operating system provider for a fix. Passed test: basic.m:58 ... default handler is null Passed test: basic.m:60 ... setting handler works We expect a single FAIL without any explanation as the test is terminated by an uncaught exception ... Passed test: basic.m:9 ... uncaught exceptionhandler called as expected /home/theraven/gs/install/bin/gnustep-tests: line 300: 10449 Aborted $RUN_CMD Completed file: basic.m Testing throwstr.m... Running base/NSException/throwstr.m... Start set: throwstr.m:6 ... String throwing Passed test: throwstr.m:18 ... Throwing an NSConstantString instance before the class is initialised End set: throwstr.m:22 ... String throwing Completed file: throwstr.m Building in base/NSFileHandle This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool general... Making all for test_tool socket... Compiling file socket.m ... Compiling file general.m ... Compiling file basic.m ... Linking test_tool socket ... Linking test_tool basic ... Linking test_tool general ... Testing basic.m... Running base/NSFileHandle/basic.m... Passed test: NSFileHandle is a known className Passed test: Object 0 of class 'NSFileHandle' conforms to NSObject Passed test: Object 0 of class 'NSFileHandle' can return self Passed test: Object 0 of class 'NSFileHandle' can return own class Passed test: Object 0 of class 'NSFileHandle' object is of correct class Passed test: Object 0 of class 'NSFileHandle' isMemberOfClass works Passed test: Object 0 of class 'NSFileHandle' can return superclass Passed test: Object 0 of class 'NSFileHandle' responds to hash Passed test: Object 0 of class 'NSFileHandle' isEqual: to self Passed test: Object 0 of class 'NSFileHandle' respondsToSelector: Passed test: Object 0 of class 'NSFileHandle' handles retain Passed test: Object 0 of class 'NSFileHandle' has working retainCount Passed test: Object 0 of class 'NSFileHandle' has NSString description Passed test: Object 0 of class 'NSFileHandle' handles performSelector Completed file: basic.m Testing general.m... Running base/NSFileHandle/general.m... Passed test: general.m:44 ... NSFileHandle understands +fileHandleWithStandardInput Passed test: general.m:46 ... NSFileHandle +fileHandleWithStandardInput has 0 as fileDescriptor Passed test: general.m:49 ... NSFileHandle understands +fileHandleWithStandardOutput Passed test: general.m:51 ... NSFileHandle +fileHandleWithStandardOutput has 1 as fileDescriptor Passed test: general.m:54 ... NSFileHandle understands +fileHandleWithStandardError Passed test: general.m:56 ... NSFileHandle +fileHandleWithStandardError has 2 as fileDescriptor Passed test: general.m:59 ... NSFileHandle understands +fileHandleWithNullDevice Passed test: general.m:63 ... NSFileHandle understands -initWithFileDescriptor: Passed test: general.m:67 ... NSFileHandle +fileHandleForWritingAtPath: with non-existing file return nil Passed test: general.m:72 ... NSFileHandle understands +fileHandleForWritingAtPath: Passed test: general.m:76 ... NSFileHandle understands +fileHandleForReadingAtPath: Passed test: general.m:81 ... NSFileHandle -writeData:/-availableData match Completed file: general.m Testing socket.m... Running base/NSFileHandle/socket.m... Passed test: socket.m:73 ... NSFileHandle understands +fileHandleAsServerAtAddress: 2011-07-27 10:14:47.947 socket[10767] Name: NSFileHandleConnectionAcceptedNotification Object: Info: {NSFileHandleNotificationFileHandleItem = ""; NSFileHandleNotificationKey = NSFileHandleConnectionAcceptedNotification; } Passed test: socket.m:82 ... NSFileHandle understands +fileHandleAsClientAtAddress: Passed test: socket.m:86 ... NSFileHandle connection was made Passed test: socket.m:90 ... NSFileHandle -writeData:/-availableData match with socket Completed file: socket.m Building in base/NSFileManager This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool general... Making all for test_tool basic... Making all for test_tool unrepresentable_filenames... Compiling file basic.m ... Compiling file unrepresentable_filenames.m ... Compiling file general.m ... unrepresentable_filenames.m:20:11: warning: conversion specifies type 'int' but the argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] printf("%i files\n",[files count]); ~^ ~~~~~~~~~~~~~ %lu 1 warning generated. Linking test_tool unrepresentable_filenames ... Linking test_tool basic ... Linking test_tool general ... Testing basic.m... Running base/NSFileManager/basic.m... Passed test: NSFileManager is a known className Passed test: Object 0 of class 'NSFileManager' conforms to NSObject Passed test: Object 0 of class 'NSFileManager' can return self Passed test: Object 0 of class 'NSFileManager' can return own class Passed test: Object 0 of class 'NSFileManager' object is of correct class Passed test: Object 0 of class 'NSFileManager' isMemberOfClass works Passed test: Object 0 of class 'NSFileManager' can return superclass Passed test: Object 0 of class 'NSFileManager' responds to hash Passed test: Object 0 of class 'NSFileManager' isEqual: to self Passed test: Object 0 of class 'NSFileManager' respondsToSelector: Passed test: Object 0 of class 'NSFileManager' handles retain Passed test: Object 0 of class 'NSFileManager' has working retainCount Passed test: Object 0 of class 'NSFileManager' has NSString description Passed test: Object 0 of class 'NSFileManager' handles performSelector Completed file: basic.m Testing general.m... Running base/NSFileManager/general.m... Passed test: general.m:16 ... NSFileManager understands +defaultManager Passed test: general.m:28 ... NSFileManager returns nil for attributes of non-existent file Passed test: general.m:35 ... NSFileManager can create a directory Passed test: general.m:38 ... exists and is a directory Passed test: general.m:40 ... NSFileManager returns non-nil for attributes of existing file Passed test: general.m:43 ... NSFileManager returns non-nil for attributes of existing file Passed test: general.m:45 ... newly created file is owned by current user 2011-07-27 10:14:50.466 general[11009] 'theraven', 'theraven' Passed test: general.m:50 ... NSFileManager can change directories Passed test: general.m:56 ... NSFileManager can get current dir Passed test: general.m:63 ... NSFileManager creates a file Passed test: general.m:64 ... -fileExistsAtPath: agrees Passed test: general.m:69 ... NSFileManager file contents match Passed test: general.m:75 ... NSFileManager copies a file Passed test: general.m:76 ... -fileExistsAtPath: agrees Passed test: general.m:80 ... NSFileManager copied file contents match Passed test: general.m:86 ... NSFileManager moves a file Passed test: general.m:88 ... NSFileManager move destination exists Passed test: general.m:90 ... NSFileManager move source doesn't exist Passed test: general.m:94 ... NSFileManager moved file contents match Passed test: general.m:101 ... NSFileManager creates a symbolic link Passed test: general.m:103 ... link exists Passed test: general.m:106 ... NSFileManager removes a symbolic link Passed test: general.m:109 ... NSFileManager removed link doesn't exist Passed test: general.m:112 ... NSFileManager removed link's target still exists Passed test: general.m:116 ... NSFileManager removes a file Passed test: general.m:119 ... NSFileManager removed file doesn't exist Passed test: general.m:122 ... NSFileManager isReadableFileAtPath: works Passed test: general.m:124 ... NSFileManager isWritableFileAtPath: works Passed test: general.m:126 ... NSFileManager isDeletableFileAtPath: works Passed test: general.m:128 ... NSFileManager isExecutableFileAtPath: works Passed test: general.m:132 ... NSFileManager -removeFileAtPath: @"." throws exception Passed test: general.m:135 ... NSFileManager can create a subdirectory Passed test: general.m:138 ... NSFileManager can move into subdir Passed test: general.m:146 ... NSFileManager refuses to create non-existent intermediate directories withIntermediateDirectories == NO Passed test: general.m:152 ... NSFileManager can create intermediate directories withIntermediateDirectories == YES Passed test: general.m:154 ... NSFileManager create directory and intermediate directory that actually exist Passed test: general.m:160 ... NSFileManager -removeFileAtPath: @"." throws exception Passed test: general.m:164 ... NSFileManager -removeFileAtPath: @".." throws exception Passed test: general.m:173 ... NSFileManager removes a directory Passed test: general.m:174 ... directory no longer exists Completed file: general.m Testing unrepresentable_filenames.m... Running base/NSFileManager/unrepresentable_filenames.m... 8 files 0: 1 1 .svn 0: 002e 1: 0073 2: 0076 3: 006e 1: 1 0 unrepresentable_filenames.m 0: 0075 1: 006e 2: 0072 3: 0065 4: 0070 5: 0072 6: 0065 7: 0073 8: 0065 9: 006e 10: 0074 11: 0061 12: 0062 13: 006c 14: 0065 15: 005f 16: 0066 17: 0069 18: 006c 19: 0065 20: 006e 21: 0061 22: 006d 23: 0065 24: 0073 25: 002e 26: 006d 2: 1 0 .d 0: 002e 1: 0064 3: 1 0 GNUmakefile 0: 0047 1: 004e 2: 0055 3: 006d 4: 0061 5: 006b 6: 0065 7: 0066 8: 0069 9: 006c 10: 0065 4: 1 0 basic.m 0: 0062 1: 0061 2: 0073 3: 0069 4: 0063 5: 002e 6: 006d 5: 1 1 obj 0: 006f 1: 0062 2: 006a 6: 1 0 general.m 0: 0067 1: 0065 2: 006e 3: 0065 4: 0072 5: 0061 6: 006c 7: 002e 8: 006d 7: 1 0 TestInfo 0: 0054 1: 0065 2: 0073 3: 0074 4: 0049 5: 006e 6: 0066 7: 006f Completed file: unrepresentable_filenames.m Building in base/NSHTTPCookie This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running base/NSHTTPCookie/basic.m... Passed test: basic.m:14 ... NSHTTPCookie +alloc returns an NSHTTPCookie Passed test: basic.m:20 ... NSHTTPCookie +cookieWithProperties: returns an NSHTTPCookie Passed test: basic.m:25 ... cookie without path returns nil Passed test: basic.m:34 ... NSHTTPCookie +cookiesWithResponseHeaderFields: returns an NSArray Passed test: basic.m:35 ... cookies array contains a cookie Passed test: basic.m:37 ... NSHTTPCookie returns proper name Passed test: basic.m:39 ... NSHTTPCookie returns proper value Passed test: basic.m:41 ... NSHTTPCookie returns proper domain Passed test: basic.m:45 ... NSHTTPCookie can generate proper cookie Completed file: basic.m Building in base/NSHashTable This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool create... Making all for test_tool general... Making all for test_tool weak... Compiling file basic.m ... Compiling file general.m ... Compiling file create.m ... Compiling file weak.m ... Linking test_tool basic ... create.m:9:22: warning: unused variable 'old' [-Wunused-variable] NSHashTable *obj, *old; ^ Linking test_tool general ... 1 warning generated. Linking test_tool create ... Linking test_tool weak ... Testing basic.m... Running base/NSHashTable/basic.m... Passed test: Class 'NSHashTable' exists Passed test: Class 'NSHashTable' has working alloc Passed test: Class 'NSHashTable' alloc gives the correct class Passed test: Class 'NSHashTable' has working init Passed test: Class 'NSHashTable' has working new Passed test: Class 'NSHashTable' has working allocWithZone Passed test: NSHashTable is a known className Passed test: Object 0 of class 'NSHashTable' conforms to NSObject Passed test: Object 0 of class 'NSHashTable' can return self Passed test: Object 0 of class 'NSHashTable' can return own class Passed test: Object 0 of class 'NSHashTable' object is of correct class Passed test: Object 0 of class 'NSHashTable' isMemberOfClass works Passed test: Object 0 of class 'NSHashTable' can return superclass Passed test: Object 0 of class 'NSHashTable' responds to hash Passed test: Object 0 of class 'NSHashTable' isEqual: to self Passed test: Object 0 of class 'NSHashTable' respondsToSelector: Passed test: Object 0 of class 'NSHashTable' handles retain Passed test: Object 0 of class 'NSHashTable' has working retainCount Passed test: Object 0 of class 'NSHashTable' has NSString description Passed test: Object 0 of class 'NSHashTable' handles performSelector Passed test: NSHashTable is a known class Passed test: NSHashTable is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSHashTable' understands -copy Passed test: Object 0 of class 'NSHashTable' copy is of correct type 2011-07-27 10:14:54.194 basic[11424] Reading from 0x10f7928 2011-07-27 10:14:54.195 basic[11424] Value: 0x406730 Passed test: Object 0 of class 'NSHashTable' original and copy are equal Passed test: Object 0 of class 'NSHashTable' is not retained by copy with same zone Passed test: Object 0 of class 'NSHashTable' understands -copyWithZone Passed test: Object 0 of class 'NSHashTable' zCopy has correct type 2011-07-27 10:14:54.195 basic[11424] Reading from 0x10f7278 2011-07-27 10:14:54.195 basic[11424] Value: 0x406730 Passed test: Object 0 of class 'NSHashTable' copy and original are equal Passed test: Object 0 of class 'NSHashTable' is not retained by copy with other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Completed file: basic.m Testing create.m... Running base/NSHashTable/create.m... Passed test: create.m:24 ... +new creates an empty hash table Passed test: create.m:27 ... -addObject: increments count Passed test: create.m:29 ... -addObject: raises with nil Completed file: create.m Testing general.m... Running base/NSHashTable/general.m... Completed file: general.m Testing weak.m... Running base/NSHashTable/weak.m... Passed test: weak.m:12 ... Added object to weak hash table Testing node: 0x1499c38 Passed test: weak.m:13 ... Weak hash table contains one object Passed test: weak.m:14 ... Added object to weak hash table Testing node: (nil) Passed test: weak.m:17 ... Weak hash table contains no objects Passed test: weak.m:18 ... Weak hash table contains no objects Completed file: weak.m Building in base/NSHost This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool create... Compiling file create.m ... Compiling file basic.m ... Linking test_tool basic ... Linking test_tool create ... Testing basic.m... Running base/NSHost/basic.m... Passed test: NSHost is a known className Passed test: Object 0 of class 'NSHost' conforms to NSObject Passed test: Object 0 of class 'NSHost' can return self Passed test: Object 0 of class 'NSHost' can return own class Passed test: Object 0 of class 'NSHost' object Host google7.osuosl.org (("google7.osuosl.org", google7) ("140.211.15.47")) is of correct class Passed test: Object 0 of class 'NSHost' isMemberOfClass works Passed test: Object 0 of class 'NSHost' can return superclass Passed test: Object 0 of class 'NSHost' responds to hash Passed test: Object 0 of class 'NSHost' isEqual: to self Passed test: Object 0 of class 'NSHost' respondsToSelector: Passed test: Object 0 of class 'NSHost' handles retain Passed test: Object 0 of class 'NSHost' has working retainCount Passed test: Object 0 of class 'NSHost' has NSString description Passed test: Object 0 of class 'NSHost' handles performSelector Completed file: basic.m Testing create.m... Running base/NSHost/create.m... Passed test: create.m:15 ... NSHost understands +currentHost Passed test: create.m:20 ... NSHost understands +localHost Passed test: create.m:26 ... NSHost understands +hostWithName: Passed test: create.m:29 ... NSHost understands +hostWithAddress: Passed test: create.m:33 ... NSHost understands [+hostWithName: 127.0.0.1] Completed file: create.m Building in base/NSIndexPath This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool general... Compiling file general.m ... Linking test_tool general ... Testing general.m... Running base/NSIndexPath/general.m... Passed test: general.m:22 ... +indexPathWithIndex: works Passed test: general.m:26 ... index path gives a shared instance Passed test: general.m:29 ... indexAtPosition: with bad location gives NSNotFound Passed test: general.m:35 ... indexPathByAddingIndex: works Passed test: general.m:40 ... indexPathByRemovingLastIndex works Passed test: general.m:46 ... indexPathWithindexes:length: works Passed test: general.m:52 ... indexPathWithindexes:length: works for another path Passed test: general.m:55 ... different index paths are not equal Passed test: general.m:58 ... comparison one way works Passed test: general.m:60 ... comparison the other way works Passed test: general.m:63 ... longer index1 comparison one way works Passed test: general.m:65 ... longer index1 comparison the other way works Passed test: general.m:69 ... longer index2 comparison one way works Passed test: general.m:71 ... longer index2 comparison the other way works Passed test: general.m:76 ... +indexPathWithIndex: doesn't mess up memory Completed file: general.m Building in base/NSInvocation This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all in ../GenericTests ... Making all for subproject generictests... Compiling file generic.m ... Linking subproject generictests ... clang: warning: argument unused during compilation: '-shared-libgcc' Making all in Resources ... Making all for bundle InvokeProxy... Creating InvokeProxy.bundle/.... Compiling file InvokeProxy.m ... Linking bundle InvokeProxy ... clang: warning: argument unused during compilation: '-shared-libgcc' Creating InvokeProxy.bundle/Resources... Creating stamp file... Creating InvokeProxy.bundle/Resources/Info-gnustep.plist... make[2]: Nothing to be done for `internal-master-test-tool-all'. Making all for test_tool basic... Making all for test_tool general... Making all for test_tool test01... Compiling file basic.m ... Compiling file test01.m ... Compiling file general.m ... Linking test_tool basic ... Linking test_tool test01 ... Linking test_tool general ... Testing basic.m... Running base/NSInvocation/basic.m... Passed test: Class 'NSInvocation' exists Passed test: Class 'NSInvocation' has working alloc Passed test: Class 'NSInvocation' alloc gives the correct class Passed test: Class 'NSInvocation' has working init Passed test: Class 'NSInvocation' has working new Passed test: Class 'NSInvocation' has working allocWithZone Passed test: NSInvocation is a known className Passed test: Object 0 of class 'NSInvocation' conforms to NSObject Passed test: Object 0 of class 'NSInvocation' can return self Passed test: Object 0 of class 'NSInvocation' can return own class Passed test: Object 0 of class 'NSInvocation' object is of correct class Passed test: Object 0 of class 'NSInvocation' isMemberOfClass works Passed test: Object 0 of class 'NSInvocation' can return superclass Passed test: Object 0 of class 'NSInvocation' responds to hash Passed test: Object 0 of class 'NSInvocation' isEqual: to self Passed test: Object 0 of class 'NSInvocation' respondsToSelector: Passed test: Object 0 of class 'NSInvocation' handles retain Passed test: Object 0 of class 'NSInvocation' has working retainCount Passed test: Object 0 of class 'NSInvocation' has NSString description Passed test: Object 0 of class 'NSInvocation' handles performSelector Completed file: basic.m Testing general.m... Running base/NSInvocation/general.m... Passed test: general.m:76 ... loading resources from bundle Passed test: general.m:83 ... Invoke retChar Passed test: general.m:87 ... Can return chars Passed test: general.m:89 ... Invoke retShort Passed test: general.m:93 ... Can return short Passed test: general.m:95 ... Invoke retInt Passed test: general.m:99 ... Can return int Passed test: general.m:101 ... Invoke retLong Passed test: general.m:105 ... Can return long Passed test: general.m:107 ... Invoke retFloat Passed test: general.m:111 ... Can return float Passed test: general.m:113 ... Invoke retDouble Passed test: general.m:117 ... Can return double Passed test: general.m:119 ... Invoke retObject Passed test: general.m:123 ... Can return object Passed test: general.m:126 ... Invoke loopChar: Passed test: general.m:130 ... Can send/return chars Passed test: general.m:133 ... Invoke loopShort: Passed test: general.m:137 ... Can send/return shorts Passed test: general.m:140 ... Invoke loopInt: Passed test: general.m:144 ... Can send/return ints Passed test: general.m:147 ... Invoke loopLong: Passed test: general.m:151 ... Can send/return longs Passed test: general.m:154 ... Invoke loopFloat: Passed test: general.m:158 ... Can send/return floats Passed test: general.m:161 ... Invoke loopDouble: Passed test: general.m:165 ... Can send/return double Passed test: general.m:168 ... Invoke loopObject: Passed test: general.m:172 ... Can send/return objects Passed test: general.m:180 ... Invoke loopString: Passed test: general.m:184 ... Can send/return char * Passed test: general.m:188 ... Invoke loopSmall: Passed test: general.m:191 ... Can send/return small structs Passed test: general.m:196 ... Invoke loopLarge: Passed test: general.m:201 ... Can send/return large structs Passed test: general.m:204 ... Invoke loopRect: Passed test: general.m:208 ... Can send/return NSRect Completed file: general.m Testing test01.m... Running base/NSInvocation/test01.m... Passed test: test01.m:31 ... loading resources from bundle Passed test: test01.m:51 ... Retain return value Passed test: test01.m:64 ... Will Retain arguments after -retainArguments Passed test: test01.m:74 ... default will not retain arguments Passed test: test01.m:81 ... Check if nil target works Passed test: test01.m:86 ... Exception in invocation #1 Passed test: test01.m:87 ... Exception getting return value #1 Passed test: test01.m:98 ... Exception in invocation #2 Passed test: test01.m:99 ... Exception getting return value #2 Completed file: test01.m Building in base/NSJSONSerialization This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool json... Compiling file json.m ... Linking test_tool json ... Testing json.m... Running base/NSJSONSerialization/json.m... Passed test: json.m:33 ... Decoding in different encodings give the same result Passed test: json.m:33 ... Decoding in different encodings give the same result Passed test: json.m:33 ... Decoding in different encodings give the same result Passed test: json.m:33 ... Decoding in different encodings give the same result Passed test: json.m:37 ... Decoded dictionary had the right number of elements Passed test: json.m:38 ... Can serialise deserialised JSON Passed test: json.m:40 ... Round trip worked with pretty printing Passed test: json.m:42 ... Round trip worked with ugly printing Passed test: json.m:43 ... Round trip worked through stream Completed file: json.m Building in base/NSKeyedArchiver This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool general... Making all for test_tool create... Compiling file basic.m ... Compiling file general.m ... Compiling file create.m ... general.m:35:13: warning: field width should have type 'int', but argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] NSLog(@"%*.*s", [data2 length], [data2 length], [data2 bytes]); ~~^~~ ~~~~~~~~~~~~~~ 1 warning generated. Linking test_tool general ... Linking test_tool basic ... Linking test_tool create ... Testing basic.m... Running base/NSKeyedArchiver/basic.m... Passed test: Class 'NSKeyedArchiver' exists Passed test: Class 'NSKeyedArchiver' has working alloc Passed test: Class 'NSKeyedArchiver' alloc gives the correct class Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:136 ... raises NSInvalidArgumentException in description Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:139 ... returns nil or raises NSInvalidArgumentException in init Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:142 ... returns nil or raises NSInvalidArgumentException in new Passed test: Class 'NSKeyedArchiver' has working allocWithZone Passed test: NSKeyedArchiver is a known className Passed test: Object 0 of class 'NSKeyedArchiver' conforms to NSObject Passed test: Object 0 of class 'NSKeyedArchiver' can return self Passed test: Object 0 of class 'NSKeyedArchiver' can return own class Passed test: Object 0 of class 'NSKeyedArchiver' object is of correct class Passed test: Object 0 of class 'NSKeyedArchiver' isMemberOfClass works Passed test: Object 0 of class 'NSKeyedArchiver' can return superclass Passed test: Object 0 of class 'NSKeyedArchiver' responds to hash Passed test: Object 0 of class 'NSKeyedArchiver' isEqual: to self Passed test: Object 0 of class 'NSKeyedArchiver' respondsToSelector: Passed test: Object 0 of class 'NSKeyedArchiver' handles retain Passed test: Object 0 of class 'NSKeyedArchiver' has working retainCount Passed test: Object 0 of class 'NSKeyedArchiver' has NSString description Passed test: Object 0 of class 'NSKeyedArchiver' handles performSelector Passed test: Class 'NSKeyedUnarchiver' exists Passed test: Class 'NSKeyedUnarchiver' has working alloc Passed test: Class 'NSKeyedUnarchiver' alloc gives the correct class Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:136 ... raises NSInvalidArgumentException in description Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:139 ... returns nil or raises NSInvalidArgumentException in init Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:142 ... returns nil or raises NSInvalidArgumentException in new Passed test: Class 'NSKeyedUnarchiver' has working allocWithZone 2011-07-27 10:15:06.630 basic[12286] Reading from 0x1a80a88 2011-07-27 10:15:06.632 basic[12286] Value: 0x19d0f58 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80aa0 2011-07-27 10:15:06.632 basic[12286] Value: 0x7f288fcc9eb0 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80ab8 2011-07-27 10:15:06.632 basic[12286] Value: 0x7f288fcc9e90 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80ad0 2011-07-27 10:15:06.632 basic[12286] Value: 0x7f288fcc9e70 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80ae8 2011-07-27 10:15:06.632 basic[12286] Value: 0x7f288fcc9e50 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80b00 2011-07-27 10:15:06.632 basic[12286] Value: 0x19a3978 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80b18 2011-07-27 10:15:06.632 basic[12286] Value: 0x19a3898 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80b18 2011-07-27 10:15:06.632 basic[12286] Value: 0x19a3898 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80b18 2011-07-27 10:15:06.632 basic[12286] Value: 0x19a3898 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80b30 2011-07-27 10:15:06.632 basic[12286] Value: 0xc3501 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80b48 2011-07-27 10:15:06.632 basic[12286] Value: 0x19d1058 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80b60 2011-07-27 10:15:06.632 basic[12286] Value: 0x7f288fcc9ef0 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80b78 2011-07-27 10:15:06.632 basic[12286] Value: 0x199e9e8 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80b90 2011-07-27 10:15:06.632 basic[12286] Value: 0x7f288fcc9da0 2011-07-27 10:15:06.632 basic[12286] Reading from 0x1a80ba8 2011-07-27 10:15:06.632 basic[12286] Value: 0x19d0ed8 Passed test: NSKeyedUnarchiver is a known className Passed test: Object 0 of class 'NSKeyedUnarchiver' conforms to NSObject Passed test: Object 0 of class 'NSKeyedUnarchiver' can return self Passed test: Object 0 of class 'NSKeyedUnarchiver' can return own class Passed test: Object 0 of class 'NSKeyedUnarchiver' object is of correct class Passed test: Object 0 of class 'NSKeyedUnarchiver' isMemberOfClass works Passed test: Object 0 of class 'NSKeyedUnarchiver' can return superclass Passed test: Object 0 of class 'NSKeyedUnarchiver' responds to hash Passed test: Object 0 of class 'NSKeyedUnarchiver' isEqual: to self Passed test: Object 0 of class 'NSKeyedUnarchiver' respondsToSelector: Passed test: Object 0 of class 'NSKeyedUnarchiver' handles retain Passed test: Object 0 of class 'NSKeyedUnarchiver' has working retainCount Passed test: Object 0 of class 'NSKeyedUnarchiver' has NSString description Passed test: Object 0 of class 'NSKeyedUnarchiver' handles performSelector Completed file: basic.m Testing create.m... Running base/NSKeyedArchiver/create.m... Passed test: create.m:17 ... -initForWritingWithMutableData seems ok Passed test: create.m:21 ... Creating an NSUnarchiver with nil data throws an exception Completed file: create.m Testing general.m... Running base/NSKeyedArchiver/general.m... 2011-07-27 10:15:07.556 general[12326] $archiver NSKeyedArchiver $objects $null $class CF$UID 5 NS.objects CF$UID 2 $class CF$UID 4 NS.base CF$UID 0 NS.relative CF$UID 3 http://www.w3.org/ $classes NSURL NSObject $classname NSURL $classes NSMutableSet NSSet NSObject $classname NSMutableSet $top root CF$UID 1 $version 100000 Passed test: general.m:38 ... Can archive and restore a URL Passed test: general.m:52 ... We can build basic strings and arrays for tests 2011-07-27 10:15:07.559 general[12326] Reading from 0x1242cc8 2011-07-27 10:15:07.559 general[12326] Value: 0x1232c58 2011-07-27 10:15:07.559 general[12326] Reading from 0x1242ce0 2011-07-27 10:15:07.559 general[12326] Value: 0x7fbe08d0eeb0 2011-07-27 10:15:07.559 general[12326] Reading from 0x1242cf8 2011-07-27 10:15:07.559 general[12326] Value: 0x7fbe08d0ee90 2011-07-27 10:15:07.559 general[12326] Reading from 0x1242d10 2011-07-27 10:15:07.559 general[12326] Value: 0x7fbe08d0ee70 2011-07-27 10:15:07.559 general[12326] Reading from 0x1242d28 2011-07-27 10:15:07.559 general[12326] Value: 0x7fbe08d0ee50 2011-07-27 10:15:07.559 general[12326] Reading from 0x1242d40 2011-07-27 10:15:07.559 general[12326] Value: 0x1091998 2011-07-27 10:15:07.559 general[12326] Reading from 0x1242db8 2011-07-27 10:15:07.559 general[12326] Value: 0x11b5888 2011-07-27 10:15:07.559 general[12326] Reading from 0x1242db8 2011-07-27 10:15:07.560 general[12326] Value: 0x11b5888 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.560 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.560 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.560 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242d70 2011-07-27 10:15:07.560 general[12326] Value: 0xc3501 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242d88 2011-07-27 10:15:07.560 general[12326] Value: 0x1232d58 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242da0 2011-07-27 10:15:07.560 general[12326] Value: 0x7fbe08d0eef0 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242e18 2011-07-27 10:15:07.560 general[12326] Value: 0x12329d8 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242db8 2011-07-27 10:15:07.560 general[12326] Value: 0x11b5888 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242e48 2011-07-27 10:15:07.560 general[12326] Value: 0x11b5968 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.560 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242e48 2011-07-27 10:15:07.560 general[12326] Value: 0x11b5968 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.560 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242cc8 2011-07-27 10:15:07.560 general[12326] Value: 0x1232c58 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242cc8 2011-07-27 10:15:07.560 general[12326] Value: 0x1232c58 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242dd0 2011-07-27 10:15:07.560 general[12326] Value: 0x122eb38 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242de8 2011-07-27 10:15:07.560 general[12326] Value: 0x1090828 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242e00 2011-07-27 10:15:07.560 general[12326] Value: 0x321 2011-07-27 10:15:07.560 general[12326] Reading from 0x1242e18 2011-07-27 10:15:07.561 general[12326] Value: 0x12329d8 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e18 2011-07-27 10:15:07.561 general[12326] Value: 0x12329d8 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242db8 2011-07-27 10:15:07.561 general[12326] Value: 0x11b5888 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e18 2011-07-27 10:15:07.561 general[12326] Value: 0x12329d8 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242db8 2011-07-27 10:15:07.561 general[12326] Value: 0x11b5888 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e30 2011-07-27 10:15:07.561 general[12326] Value: 0x7fbe08d0eda0 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e90 2011-07-27 10:15:07.561 general[12326] Value: 0x1232b98 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e48 2011-07-27 10:15:07.561 general[12326] Value: 0x11b5968 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e60 2011-07-27 10:15:07.561 general[12326] Value: 0x7fbe08d0ed50 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e78 2011-07-27 10:15:07.561 general[12326] Value: 0x7fbe08cde120 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e90 2011-07-27 10:15:07.561 general[12326] Value: 0x1232b98 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242ea8 2011-07-27 10:15:07.561 general[12326] Value: 0x1232588 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e90 2011-07-27 10:15:07.561 general[12326] Value: 0x1232b98 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e48 2011-07-27 10:15:07.561 general[12326] Value: 0x11b5968 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.561 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e90 2011-07-27 10:15:07.561 general[12326] Value: 0x1232b98 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e48 2011-07-27 10:15:07.561 general[12326] Value: 0x11b5968 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.561 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242f20 2011-07-27 10:15:07.561 general[12326] Value: 0x1232648 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e90 2011-07-27 10:15:07.561 general[12326] Value: 0x1232b98 2011-07-27 10:15:07.561 general[12326] Reading from 0x1242e48 2011-07-27 10:15:07.562 general[12326] Value: 0x11b5968 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.562 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242f20 2011-07-27 10:15:07.562 general[12326] Value: 0x1232648 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242e90 2011-07-27 10:15:07.562 general[12326] Value: 0x1232b98 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242e48 2011-07-27 10:15:07.562 general[12326] Value: 0x11b5968 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.562 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242f38 2011-07-27 10:15:07.562 general[12326] Value: 0x1232758 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242f20 2011-07-27 10:15:07.562 general[12326] Value: 0x1232648 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242e90 2011-07-27 10:15:07.562 general[12326] Value: 0x1232b98 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242e48 2011-07-27 10:15:07.562 general[12326] Value: 0x11b5968 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.562 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242f38 2011-07-27 10:15:07.562 general[12326] Value: 0x1232758 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242f20 2011-07-27 10:15:07.562 general[12326] Value: 0x1232648 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242e90 2011-07-27 10:15:07.562 general[12326] Value: 0x1232b98 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242e48 2011-07-27 10:15:07.562 general[12326] Value: 0x11b5968 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242d58 2011-07-27 10:15:07.562 general[12326] Value: 0x10918d8 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242f50 2011-07-27 10:15:07.562 general[12326] Value: 0x1232878 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242f38 2011-07-27 10:15:07.562 general[12326] Value: 0x1232758 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242ec0 2011-07-27 10:15:07.562 general[12326] Value: 0x7fbe08d0ed30 2011-07-27 10:15:07.562 general[12326] Reading from 0x1242ed8 2011-07-27 10:15:07.563 general[12326] Value: 0x7fbe08d0ed10 2011-07-27 10:15:07.563 general[12326] Reading from 0x1242ef0 2011-07-27 10:15:07.563 general[12326] Value: 0x1232728 2011-07-27 10:15:07.563 general[12326] Reading from 0x1242f08 2011-07-27 10:15:07.563 general[12326] Value: 0x1232558 2011-07-27 10:15:07.563 general[12326] Reading from 0x1242f08 2011-07-27 10:15:07.563 general[12326] Value: 0x1232558 2011-07-27 10:15:07.563 general[12326] Reading from 0x1242f50 2011-07-27 10:15:07.563 general[12326] Value: 0x1232878 2011-07-27 10:15:07.563 general[12326] Reading from 0x1242f38 2011-07-27 10:15:07.563 general[12326] Value: 0x1232758 2011-07-27 10:15:07.563 general[12326] Reading from 0x1242f20 2011-07-27 10:15:07.563 general[12326] Value: 0x1232648 2011-07-27 10:15:07.563 general[12326] Reading from 0x1242f50 2011-07-27 10:15:07.563 general[12326] Value: 0x1232878 2011-07-27 10:15:07.563 general[12326] Reading from 0x1242f38 2011-07-27 10:15:07.563 general[12326] Value: 0x1232758 2011-07-27 10:15:07.563 general[12326] Reading from 0x1242f50 2011-07-27 10:15:07.563 general[12326] Value: 0x1232878 2011-07-27 10:15:07.563 general[12326] Reading from 0x1242f68 2011-07-27 10:15:07.563 general[12326] Value: 0x1232b68 Passed test: general.m:55 ... archiveRootObject:toFile: seems ok 2011-07-27 10:15:07.563 general[12326] Reading from 0x12676a8 2011-07-27 10:15:07.563 general[12326] Value: 0x1232e68 2011-07-27 10:15:07.563 general[12326] Reading from 0x12676c0 2011-07-27 10:15:07.563 general[12326] Value: 0x7fbe08d0eeb0 2011-07-27 10:15:07.563 general[12326] Reading from 0x12676d8 2011-07-27 10:15:07.563 general[12326] Value: 0x7fbe08d0ee90 2011-07-27 10:15:07.564 general[12326] Reading from 0x12676f0 2011-07-27 10:15:07.564 general[12326] Value: 0x7fbe08d0ee70 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267708 2011-07-27 10:15:07.564 general[12326] Value: 0x7fbe08d0ee50 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267720 2011-07-27 10:15:07.564 general[12326] Value: 0x122eb68 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267798 2011-07-27 10:15:07.564 general[12326] Value: 0x1232bf8 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267798 2011-07-27 10:15:07.564 general[12326] Value: 0x1232bf8 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.564 general[12326] Value: 0x1232978 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.564 general[12326] Value: 0x1232978 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.564 general[12326] Value: 0x1232978 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267750 2011-07-27 10:15:07.564 general[12326] Value: 0xc3501 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267768 2011-07-27 10:15:07.564 general[12326] Value: 0x1232f28 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267780 2011-07-27 10:15:07.564 general[12326] Value: 0x7fbe08d0eef0 2011-07-27 10:15:07.564 general[12326] Reading from 0x12677f8 2011-07-27 10:15:07.564 general[12326] Value: 0x1236cf8 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267798 2011-07-27 10:15:07.564 general[12326] Value: 0x1232bf8 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267828 2011-07-27 10:15:07.564 general[12326] Value: 0x1232a38 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.564 general[12326] Value: 0x1232978 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267828 2011-07-27 10:15:07.564 general[12326] Value: 0x1232a38 2011-07-27 10:15:07.564 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.564 general[12326] Value: 0x1232978 2011-07-27 10:15:07.564 general[12326] Reading from 0x12676a8 2011-07-27 10:15:07.564 general[12326] Value: 0x1232e68 2011-07-27 10:15:07.564 general[12326] Reading from 0x12676a8 2011-07-27 10:15:07.564 general[12326] Value: 0x1232e68 2011-07-27 10:15:07.564 general[12326] Reading from 0x12677b0 2011-07-27 10:15:07.565 general[12326] Value: 0x122eb38 2011-07-27 10:15:07.565 general[12326] Reading from 0x12677c8 2011-07-27 10:15:07.565 general[12326] Value: 0x1090828 2011-07-27 10:15:07.565 general[12326] Reading from 0x12677e0 2011-07-27 10:15:07.565 general[12326] Value: 0x321 2011-07-27 10:15:07.565 general[12326] Reading from 0x12677f8 2011-07-27 10:15:07.565 general[12326] Value: 0x1236cf8 2011-07-27 10:15:07.565 general[12326] Reading from 0x12677f8 2011-07-27 10:15:07.565 general[12326] Value: 0x1236cf8 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267798 2011-07-27 10:15:07.565 general[12326] Value: 0x1232bf8 2011-07-27 10:15:07.565 general[12326] Reading from 0x12677f8 2011-07-27 10:15:07.565 general[12326] Value: 0x1236cf8 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267798 2011-07-27 10:15:07.565 general[12326] Value: 0x1232bf8 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267810 2011-07-27 10:15:07.565 general[12326] Value: 0x7fbe08d0eda0 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267870 2011-07-27 10:15:07.565 general[12326] Value: 0x1236ee8 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267828 2011-07-27 10:15:07.565 general[12326] Value: 0x1232a38 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267840 2011-07-27 10:15:07.565 general[12326] Value: 0x7fbe08d0ed50 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267858 2011-07-27 10:15:07.565 general[12326] Value: 0x7fbe08cde120 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267870 2011-07-27 10:15:07.565 general[12326] Value: 0x1236ee8 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267888 2011-07-27 10:15:07.565 general[12326] Value: 0x1232cf8 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267870 2011-07-27 10:15:07.565 general[12326] Value: 0x1236ee8 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267828 2011-07-27 10:15:07.565 general[12326] Value: 0x1232a38 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.565 general[12326] Value: 0x1232978 2011-07-27 10:15:07.565 general[12326] Reading from 0x1267870 2011-07-27 10:15:07.566 general[12326] Value: 0x1236ee8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267828 2011-07-27 10:15:07.566 general[12326] Value: 0x1232a38 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.566 general[12326] Value: 0x1232978 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267900 2011-07-27 10:15:07.566 general[12326] Value: 0x12326a8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267870 2011-07-27 10:15:07.566 general[12326] Value: 0x1236ee8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267828 2011-07-27 10:15:07.566 general[12326] Value: 0x1232a38 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.566 general[12326] Value: 0x1232978 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267900 2011-07-27 10:15:07.566 general[12326] Value: 0x12326a8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267870 2011-07-27 10:15:07.566 general[12326] Value: 0x1236ee8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267828 2011-07-27 10:15:07.566 general[12326] Value: 0x1232a38 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.566 general[12326] Value: 0x1232978 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267918 2011-07-27 10:15:07.566 general[12326] Value: 0x12325b8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267900 2011-07-27 10:15:07.566 general[12326] Value: 0x12326a8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267870 2011-07-27 10:15:07.566 general[12326] Value: 0x1236ee8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267828 2011-07-27 10:15:07.566 general[12326] Value: 0x1232a38 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.566 general[12326] Value: 0x1232978 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267918 2011-07-27 10:15:07.566 general[12326] Value: 0x12325b8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267900 2011-07-27 10:15:07.566 general[12326] Value: 0x12326a8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267870 2011-07-27 10:15:07.566 general[12326] Value: 0x1236ee8 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267828 2011-07-27 10:15:07.566 general[12326] Value: 0x1232a38 2011-07-27 10:15:07.566 general[12326] Reading from 0x1267738 2011-07-27 10:15:07.566 general[12326] Value: 0x1232978 2011-07-27 10:15:07.567 general[12326] Reading from 0x1267930 2011-07-27 10:15:07.567 general[12326] Value: 0x1232818 2011-07-27 10:15:07.567 general[12326] Reading from 0x1267918 2011-07-27 10:15:07.567 general[12326] Value: 0x12325b8 2011-07-27 10:15:07.567 general[12326] Reading from 0x12678a0 2011-07-27 10:15:07.567 general[12326] Value: 0x7fbe08d0ed30 2011-07-27 10:15:07.567 general[12326] Reading from 0x12678b8 2011-07-27 10:15:07.567 general[12326] Value: 0x7fbe08d0ed10 2011-07-27 10:15:07.567 general[12326] Reading from 0x12678d0 2011-07-27 10:15:07.567 general[12326] Value: 0x1236df8 2011-07-27 10:15:07.567 general[12326] Reading from 0x12678e8 2011-07-27 10:15:07.567 general[12326] Value: 0x1091958 2011-07-27 10:15:07.567 general[12326] Reading from 0x12678e8 2011-07-27 10:15:07.567 general[12326] Value: 0x1091958 2011-07-27 10:15:07.567 general[12326] Reading from 0x1267930 2011-07-27 10:15:07.567 general[12326] Value: 0x1232818 2011-07-27 10:15:07.567 general[12326] Reading from 0x1267918 2011-07-27 10:15:07.567 general[12326] Value: 0x12325b8 2011-07-27 10:15:07.567 general[12326] Reading from 0x1267900 2011-07-27 10:15:07.567 general[12326] Value: 0x12326a8 2011-07-27 10:15:07.567 general[12326] Reading from 0x1267930 2011-07-27 10:15:07.567 general[12326] Value: 0x1232818 2011-07-27 10:15:07.567 general[12326] Reading from 0x1267918 2011-07-27 10:15:07.567 general[12326] Value: 0x12325b8 2011-07-27 10:15:07.567 general[12326] Reading from 0x1267930 2011-07-27 10:15:07.567 general[12326] Value: 0x1232818 2011-07-27 10:15:07.567 general[12326] Reading from 0x1267948 2011-07-27 10:15:07.567 general[12326] Value: 0x1236eb8 Passed test: general.m:59 ... archivedDataWithRootObject: seems ok 2011-07-27 10:15:07.567 general[12326] From data: original array ("Archiver.dat", "A Goodbye", 100, "A Goodbye"), decoded array ("Archiver.dat", "A Goodbye", 100, "A Goodbye") Passed test: general.m:64 ... unarchiveObjectWithData: seems ok 2011-07-27 10:15:07.568 general[12326] From file: original array ("Archiver.dat", "A Goodbye", 100, "A Goodbye"), decoded array ("Archiver.dat", "A Goodbye", 100, "A Goodbye") Passed test: general.m:69 ... unarchiveObjectWithFile: seems ok 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287de8 2011-07-27 10:15:07.568 general[12326] Value: 0x12406d8 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287e00 2011-07-27 10:15:07.568 general[12326] Value: 0x7fbe08d0eeb0 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287e18 2011-07-27 10:15:07.568 general[12326] Value: 0x7fbe08d0ee90 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287e30 2011-07-27 10:15:07.568 general[12326] Value: 0x7fbe08d0ee70 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287e48 2011-07-27 10:15:07.568 general[12326] Value: 0x7fbe08d0ee50 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287e60 2011-07-27 10:15:07.568 general[12326] Value: 0x12405c8 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287e78 2011-07-27 10:15:07.568 general[12326] Value: 0x12410f8 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287e78 2011-07-27 10:15:07.568 general[12326] Value: 0x12410f8 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287e78 2011-07-27 10:15:07.568 general[12326] Value: 0x12410f8 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287e90 2011-07-27 10:15:07.568 general[12326] Value: 0xc3501 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287ea8 2011-07-27 10:15:07.568 general[12326] Value: 0x12407d8 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287ec0 2011-07-27 10:15:07.568 general[12326] Value: 0x7fbe08d0eef0 2011-07-27 10:15:07.568 general[12326] Reading from 0x1287ed8 2011-07-27 10:15:07.592 general[12326] Value: 0x1090858 2011-07-27 10:15:07.592 general[12326] Reading from 0x1287ef0 2011-07-27 10:15:07.593 general[12326] Value: 0x407850 2011-07-27 10:15:07.593 general[12326] Reading from 0x1287f08 2011-07-27 10:15:07.593 general[12326] Value: 0x1240618 Passed test: general.m:81 ... encodeObject:forKey: seems okay 2011-07-27 10:15:07.593 general[12326] Original string: Testing all strings, unarchived string: Testing all strings Completed file: general.m Building in base/NSLocale This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool create... Making all for test_tool general... Compiling file basic.m ... Compiling file create.m ... Compiling file general.m ... Linking test_tool create ... Linking test_tool basic ... Linking test_tool general ... Testing basic.m... Running base/NSLocale/basic.m... Start set: basic.m:13 ... NSLocale Passed test: NSLocale is a known className Passed test: Object 0 of class 'NSLocale' conforms to NSObject Passed test: Object 0 of class 'NSLocale' can return self Passed test: Object 0 of class 'NSLocale' can return own class Passed test: Object 0 of class 'NSLocale' object en_US_POSIX is of correct class Passed test: Object 0 of class 'NSLocale' isMemberOfClass works Passed test: Object 0 of class 'NSLocale' can return superclass Passed test: Object 0 of class 'NSLocale' responds to hash Passed test: Object 0 of class 'NSLocale' isEqual: to self Passed test: Object 0 of class 'NSLocale' respondsToSelector: Passed test: Object 0 of class 'NSLocale' handles retain Passed test: Object 0 of class 'NSLocale' has working retainCount Passed test: Object 0 of class 'NSLocale' has NSString description Passed test: Object 0 of class 'NSLocale' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:255 ... test_keyed_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol 2011-07-27 10:15:09.324 basic[12425] Reading from 0x1784278 2011-07-27 10:15:09.326 basic[12425] Value: 0x1723808 2011-07-27 10:15:09.326 basic[12425] Reading from 0x1784278 2011-07-27 10:15:09.326 basic[12425] Value: 0x1723808 2011-07-27 10:15:09.326 basic[12425] Reading from 0x1784278 2011-07-27 10:15:09.326 basic[12425] Value: 0x1723808 2011-07-27 10:15:09.326 basic[12425] Reading from 0x1784290 2011-07-27 10:15:09.326 basic[12425] Value: 0x7feff6c39eb0 2011-07-27 10:15:09.326 basic[12425] Reading from 0x17842a8 2011-07-27 10:15:09.326 basic[12425] Value: 0x7feff6c39e90 2011-07-27 10:15:09.326 basic[12425] Reading from 0x17842c0 2011-07-27 10:15:09.326 basic[12425] Value: 0x7feff6c39e70 2011-07-27 10:15:09.326 basic[12425] Reading from 0x17842d8 2011-07-27 10:15:09.326 basic[12425] Value: 0x7feff6c39e50 2011-07-27 10:15:09.326 basic[12425] Reading from 0x17842f0 2011-07-27 10:15:09.326 basic[12425] Value: 0x17231d8 2011-07-27 10:15:09.326 basic[12425] Reading from 0x1784368 2011-07-27 10:15:09.326 basic[12425] Value: 0x1723228 2011-07-27 10:15:09.326 basic[12425] Reading from 0x1784368 2011-07-27 10:15:09.326 basic[12425] Value: 0x1723228 2011-07-27 10:15:09.326 basic[12425] Reading from 0x1784308 2011-07-27 10:15:09.326 basic[12425] Value: 0x17230f8 2011-07-27 10:15:09.326 basic[12425] Reading from 0x1784308 2011-07-27 10:15:09.326 basic[12425] Value: 0x17230f8 2011-07-27 10:15:09.326 basic[12425] Reading from 0x1784308 2011-07-27 10:15:09.326 basic[12425] Value: 0x17230f8 2011-07-27 10:15:09.326 basic[12425] Reading from 0x1784320 2011-07-27 10:15:09.326 basic[12425] Value: 0xc3501 2011-07-27 10:15:09.326 basic[12425] Reading from 0x1784338 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723908 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784350 2011-07-27 10:15:09.327 basic[12425] Value: 0x7feff6c39ef0 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784398 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723548 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784368 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723228 2011-07-27 10:15:09.327 basic[12425] Reading from 0x17843c8 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723308 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784308 2011-07-27 10:15:09.327 basic[12425] Value: 0x17230f8 2011-07-27 10:15:09.327 basic[12425] Reading from 0x17843c8 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723308 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784308 2011-07-27 10:15:09.327 basic[12425] Value: 0x17230f8 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784410 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723768 2011-07-27 10:15:09.327 basic[12425] Reading from 0x17843c8 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723308 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784308 2011-07-27 10:15:09.327 basic[12425] Value: 0x17230f8 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784410 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723768 2011-07-27 10:15:09.327 basic[12425] Reading from 0x17843c8 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723308 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784308 2011-07-27 10:15:09.327 basic[12425] Value: 0x17230f8 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784380 2011-07-27 10:15:09.327 basic[12425] Value: 0x170df18 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784398 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723548 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784398 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723548 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784368 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723228 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784398 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723548 2011-07-27 10:15:09.327 basic[12425] Reading from 0x1784368 2011-07-27 10:15:09.327 basic[12425] Value: 0x1723228 2011-07-27 10:15:09.327 basic[12425] Reading from 0x17843b0 2011-07-27 10:15:09.328 basic[12425] Value: 0x7feff6c39da0 2011-07-27 10:15:09.328 basic[12425] Reading from 0x1784428 2011-07-27 10:15:09.328 basic[12425] Value: 0x17234a8 2011-07-27 10:15:09.328 basic[12425] Reading from 0x1784410 2011-07-27 10:15:09.328 basic[12425] Value: 0x1723768 2011-07-27 10:15:09.328 basic[12425] Reading from 0x17843c8 2011-07-27 10:15:09.328 basic[12425] Value: 0x1723308 2011-07-27 10:15:09.328 basic[12425] Reading from 0x17843e0 2011-07-27 10:15:09.328 basic[12425] Value: 0x7feff6c39d50 2011-07-27 10:15:09.328 basic[12425] Reading from 0x17843f8 2011-07-27 10:15:09.328 basic[12425] Value: 0x1723418 2011-07-27 10:15:09.328 basic[12425] Reading from 0x1784428 2011-07-27 10:15:09.328 basic[12425] Value: 0x17234a8 2011-07-27 10:15:09.328 basic[12425] Reading from 0x1784410 2011-07-27 10:15:09.328 basic[12425] Value: 0x1723768 2011-07-27 10:15:09.328 basic[12425] Reading from 0x1784428 2011-07-27 10:15:09.328 basic[12425] Value: 0x17234a8 2011-07-27 10:15:09.328 basic[12425] Reading from 0x1784440 2011-07-27 10:15:09.328 basic[12425] Value: 0x7feff6c39d30 2011-07-27 10:15:09.328 basic[12425] Reading from 0x1784458 2011-07-27 10:15:09.328 basic[12425] Value: 0x7feff6c39d10 2011-07-27 10:15:09.328 basic[12425] Reading from 0x1784470 2011-07-27 10:15:09.328 basic[12425] Value: 0x1723648 2011-07-27 10:15:09.328 basic[12425] Reading from 0x1784488 2011-07-27 10:15:09.328 basic[12425] Value: 0x17233e8 2011-07-27 10:15:09.328 basic[12425] Reading from 0x1784488 2011-07-27 10:15:09.328 basic[12425] Value: 0x17233e8 2011-07-27 10:15:09.328 basic[12425] Reading from 0x17844a0 2011-07-27 10:15:09.328 basic[12425] Value: 0x1723708 Passed test: Object 0 of class 'NSLocale' can be encoded Passed test: can be decoded Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:267 ... decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:268 ... test_keyed_NSCoding object 0 Passed test: NSLocale is a known class Passed test: NSLocale is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSLocale' understands -copy Passed test: Object 0 of class 'NSLocale' copy is of correct type Passed test: Object 0 of class 'NSLocale' original and copy are equal Passed test: Object 0 of class 'NSLocale' understands -copyWithZone Passed test: Object 0 of class 'NSLocale' zCopy has correct type Passed test: Object 0 of class 'NSLocale' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 End set: basic.m:25 ... NSLocale Completed file: basic.m Testing create.m... Running base/NSLocale/create.m... Start set: create.m:13 ... NSLocale Passed test: create.m:19 ... +systemLocale returns non-nil Passed test: create.m:20 ... +systemLocale return a NSLocale Passed test: create.m:23 ... +currentLocale return non-nil Passed test: create.m:24 ... +currentLocale return a NSLocale End set: create.m:26 ... NSLocale Completed file: create.m Testing general.m... Running base/NSLocale/general.m... Start set: general.m:14 ... NSLocale Passed test: general.m:28 ... NSLocaleIdentifier key returns 'es_ES@currency=ESP' Passed test: general.m:31 ... NSLocaleLanguageCode key returns 'es' Passed test: general.m:34 ... NSLocaleCountryCode key returns 'ES' Passed test: general.m:37 ... NSLocaleScriptCode key returns nil Passed test: general.m:39 ... NSLocaleVariantCode key returns nil Passed test: general.m:41 ... NSLocaleCollationIdentifier key returns nil Passed test: general.m:44 ... NSLocaleExemplarCharacterSet key returns a NSCharacterSet Passed test: general.m:46 ... NSLocaleCalendar key returns a NSCalendar Passed test: general.m:49 ... NSLocaleUsesMetricSystem key returns a NSNumber Passed test: general.m:51 ... NSLocaleUsesMetricSystem key returns YES Passed test: general.m:54 ... NSLocaleMeasurementSystem key returns 'Metric' Passed test: general.m:57 ... NSLocaleDecimalSeparator key returns ',' Passed test: general.m:60 ... NSLocaleGroupingSeparator key returns '.' Passed test: general.m:64 ... NSLocaleCurrencySymbol key returns 'xx3' Passed test: general.m:67 ... NSLocaleCurrencyCode key returns 'ESP' Passed test: general.m:69 ... NSLocaleCollatorIdentifier for Spain Passed test: general.m:73 ... NSLocaleQuotationBeginDelimiterKey key works Passed test: general.m:77 ... NSLocaleQuotationEndDelimiterKey key returns 'xx6' Passed test: general.m:81 ... NSLocaleAlternateQuotationBeginDelimiterKey key returns 'xx7' Passed test: general.m:85 ... NSLocaleAlternateQuotationEndDelimiterKey key returns 'xx8' Passed test: general.m:90 ... 'en_US' is stored as 'en_US'. Passed test: general.m:92 ... en_US does not have script code Passed test: general.m:94 ... en_US does not have variant code Passed test: general.m:96 ... en_US does not have a collation identifier Passed test: general.m:98 ... en_US does not use the metric system Passed test: general.m:103 ... zh-Hant_TW country code is zh Passed test: general.m:105 ... zh-Hant_TW language code is zh Passed test: general.m:107 ... 'zh-Hant_TW' is stored as 'zh_TW' Passed test: general.m:109 ... zh-Hant_TW has no script code Passed test: general.m:113 ... Canonical identifier for nil is nil Passed test: general.m:115 ... Canonical identifier for an empty string is an empty string Passed test: general.m:118 ... Canonical identifier for 'some rubbish is 'some rubbish' Dashed hope: general.m:125 ... Canonical identifier for 'AmericanEnglish is americanenglish Expected 'americanenglish' and got 'en_US' Dashed hope: general.m:128 ... Canonical language identifier for 'AmericanEnglish is americanenglish Expected 'americanenglish' and got 'en' End set: general.m:130 ... NSLocale Completed file: general.m Building in base/NSLock This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all in Helpers ... Making all for tool doubleNSLock... Making all for tool doubleNSConditionLock... Compiling file doubleNSLock.m ... Compiling file doubleNSConditionLock.m ... Linking tool doubleNSLock ... clang: warning: argument unused during compilation: '-shared-libgcc' Linking tool doubleNSConditionLock ... clang: warning: argument unused during compilation: '-shared-libgcc' Making all for test_tool RecursiveLock... Making all for test_tool condlock... Making all for test_tool doubleLocking... Making all for test_tool tryLock... Compiling file tryLock.m ... Compiling file doubleLocking.m ... Compiling file condlock.m ... Compiling file RecursiveLock.m ... doubleLocking.m:36:22: warning: field width should have type 'int', but argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] NSLog(@"Data was %*.*s", [data length], [data length], [data bytes]); ~~^~~ ~~~~~~~~~~~~~ doubleLocking.m:60:22: warning: field width should have type 'int', but argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] NSLog(@"Data was %*.*s", [data length], [data length], [data bytes]); ~~^~~ ~~~~~~~~~~~~~ doubleLocking.m:72:3: warning: incompatible pointer types assigning to 'NSLock *' from 'NSRecursiveLock *' [-Wincompatible-pointer-types] ASSIGN(lock,[NSRecursiveLock new]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/GNUstepBase/GNUstep.h:125:10: note: expanded from: object = [(value) retain]; \ ^ ~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSObject.h:276:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSRecursiveLock *') - (id) retain; ^ doubleLocking.m:83:3: warning: incompatible pointer types assigning to 'NSLock *' from 'NSConditionLock *' [-Wincompatible-pointer-types] ASSIGN(lock,[NSConditionLock new]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/GNUstepBase/GNUstep.h:125:10: note: expanded from: object = [(value) retain]; \ ^ ~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSObject.h:276:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSConditionLock *') - (id) retain; ^ doubleLocking.m:88:3: warning: incompatible pointer types assigning to 'NSLock *' from 'NSRecursiveLock *' [-Wincompatible-pointer-types] ASSIGN(lock,[NSRecursiveLock new]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/GNUstepBase/GNUstep.h:125:10: note: expanded from: object = [(value) retain]; \ ^ ~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSObject.h:276:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSRecursiveLock *') - (id) retain; ^ RecursiveLock.m:8:11: warning: incompatible pointer types initializing 'NSLock *' with an expression of type 'NSRecursiveLock *' [-Wincompatible-pointer-types] NSLock *lock = [NSRecursiveLock new]; ^ ~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSObject.h:240:1: note: class method 'new' is assumed to return an instance of its receiver type ('NSRecursiveLock *') + (id) new; ^ RecursiveLock.m:14:3: warning: incompatible pointer types assigning to 'NSLock *' from 'NSRecursiveLock *' [-Wincompatible-pointer-types] ASSIGN(lock,[NSRecursiveLock new]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/GNUstepBase/GNUstep.h:125:10: note: expanded from: object = [(value) retain]; \ ^ ~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSObject.h:276:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSRecursiveLock *') - (id) retain; ^ RecursiveLock.m:20:3: warning: incompatible pointer types assigning to 'NSLock *' from 'NSRecursiveLock *' [-Wincompatible-pointer-types] ASSIGN(lock,[NSRecursiveLock new]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/GNUstepBase/GNUstep.h:125:10: note: expanded from: object = [(value) retain]; \ ^ ~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSObject.h:276:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSRecursiveLock *') - (id) retain; ^ 5 warnings generated. Linking test_tool doubleLocking ... 3 warnings generated. Linking test_tool RecursiveLock ... Linking test_tool condlock ... Linking test_tool tryLock ... Testing RecursiveLock.m... Running base/NSLock/RecursiveLock.m... Passed test: RecursiveLock.m:12 ... NSRecursiveLock with tryLock, then unlocking Passed test: RecursiveLock.m:18 ... NSRecursiveLock lockBeforeDate: works Passed test: RecursiveLock.m:25 ... NSRecursiveLock lockBeforeDate: with NSRecursiveLock returns YES Completed file: RecursiveLock.m Testing condlock.m... Running base/NSLock/condlock.m... Passed test: condlock.m:92 ... Condition lock Completed file: condlock.m Testing doubleLocking.m... Running base/NSLock/doubleLocking.m... 2011-07-27 10:15:26.963 doubleLocking[12853] Data was 2011-07-27 10:15:25.001 doubleNSLock[12857] *** -[NSLock lock]: deadlock () 2011-07-27 10:15:25.002 doubleNSLock[12857] *** Break on _NSLockError() to debug. 2011-07-27 10:15:26.001 doubleNSLock[12857] Done. Passed test: doubleLocking.m:40 ... NSLock reported deadlock as expected 2011-07-27 10:15:28.977 doubleLocking[12853] Data was 2011-07-27 10:15:27.076 doubleNSConditionLock[12875] *** -[NSCondition lock]: deadlock () 2011-07-27 10:15:27.078 doubleNSConditionLock[12875] *** Break on _NSLockError() to debug. 2011-07-27 10:15:28.062 doubleNSConditionLock[12875] Done. Passed test: doubleLocking.m:64 ... NSConditionLock reported deadlock as expected Passed test: doubleLocking.m:79 ... NSLock can tryLock Passed test: doubleLocking.m:80 ... NSLock says NO for recursive tryLock Passed test: doubleLocking.m:84 ... NSConditionLock can tryLock Passed test: doubleLocking.m:85 ... NSConditionLock says NO for recursive tryLock Passed test: doubleLocking.m:89 ... NSRecursiveLock can tryLock Passed test: doubleLocking.m:90 ... NSRecursiveLock says YES for recursive tryLock Completed file: doubleLocking.m Testing tryLock.m... Running base/NSLock/tryLock.m... Passed test: tryLock.m:14 ... NSLock with tryLock, then unlocking Passed test: tryLock.m:21 ... Recursive try lock with NSLock should return NO Passed test: tryLock.m:28 ... Recursive try lock with NSConditionLock should return NO Passed test: tryLock.m:33 ... Recursive tryLockWhenCondition: with NSConditionLock (1) should return NO Passed test: tryLock.m:39 ... Recursive tryLockWhenCondition: with NSConditionLock (2) should return NO Passed test: tryLock.m:46 ... Recursive try lock with NSRecursiveLock should return YES Passed test: tryLock.m:52 ... NSLock lockBeforeDate: works Passed test: tryLock.m:59 ... Recursive lockBeforeDate: with NSLock returns NO Passed test: tryLock.m:66 ... Recursive lockBeforeDate: with NSConditionLock returns NO Passed test: tryLock.m:73 ... Recursive lockBeforeDate: with NSRecursiveLock returns YES Completed file: tryLock.m Building in base/NSMapTable This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool create... Making all for test_tool general... Making all for test_tool weak... Compiling file create.m ... Compiling file basic.m ... Compiling file general.m ... Compiling file weak.m ... create.m:9:21: warning: unused variable 'old' [-Wunused-variable] NSMapTable *obj, *old; ^ Linking test_tool general ... 1 warning generated. Linking test_tool create ... Linking test_tool basic ... Linking test_tool weak ... Testing basic.m... Running base/NSMapTable/basic.m... Passed test: Class 'NSMapTable' exists Passed test: Class 'NSMapTable' has working alloc Passed test: Class 'NSMapTable' alloc gives the correct class Passed test: Class 'NSMapTable' has working init Passed test: Class 'NSMapTable' has working new Passed test: Class 'NSMapTable' has working allocWithZone Passed test: NSMapTable is a known className Passed test: Object 0 of class 'NSMapTable' conforms to NSObject Passed test: Object 0 of class 'NSMapTable' can return self Passed test: Object 0 of class 'NSMapTable' can return own class Passed test: Object 0 of class 'NSMapTable' object is of correct class Passed test: Object 0 of class 'NSMapTable' isMemberOfClass works Passed test: Object 0 of class 'NSMapTable' can return superclass Passed test: Object 0 of class 'NSMapTable' responds to hash Passed test: Object 0 of class 'NSMapTable' isEqual: to self Passed test: Object 0 of class 'NSMapTable' respondsToSelector: Passed test: Object 0 of class 'NSMapTable' handles retain Passed test: Object 0 of class 'NSMapTable' has working retainCount Passed test: Object 0 of class 'NSMapTable' has NSString description Passed test: Object 0 of class 'NSMapTable' handles performSelector Passed test: NSMapTable is a known class Passed test: NSMapTable is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSMapTable' understands -copy Passed test: Object 0 of class 'NSMapTable' copy is of correct type 2011-07-27 10:15:30.483 basic[13033] Reading from 0x103d1a8 2011-07-27 10:15:30.485 basic[13033] Value: 0x406750 Passed test: Object 0 of class 'NSMapTable' original and copy are equal Passed test: Object 0 of class 'NSMapTable' is not retained by copy with same zone Passed test: Object 0 of class 'NSMapTable' understands -copyWithZone Passed test: Object 0 of class 'NSMapTable' zCopy has correct type 2011-07-27 10:15:30.485 basic[13033] Reading from 0x103caf8 2011-07-27 10:15:30.485 basic[13033] Value: 0x406750 Passed test: Object 0 of class 'NSMapTable' copy and original are equal Passed test: Object 0 of class 'NSMapTable' is not retained by copy with other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Completed file: basic.m Testing create.m... Running base/NSMapTable/create.m... Passed test: create.m:24 ... +new creates an empty hash table Passed test: create.m:27 ... -setObject:forKey increments count 2011-07-27 10:15:30.601 create[13059] Reading from 0x18fe188 2011-07-27 10:15:30.602 create[13059] Value: 0x404760 Passed test: create.m:29 ... -setObject:forKey: works with nil value Passed test: create.m:31 ... -setObject:forKey: raises with nil key Completed file: create.m Testing general.m... Running base/NSMapTable/general.m... Completed file: general.m Testing weak.m... Running base/NSMapTable/weak.m... 2011-07-27 10:15:31.258 weak[13113] Reading from 0x178e398 2011-07-27 10:15:31.259 weak[13113] Value: 0x405870 Passed test: weak.m:15 ... Value stored in weak-value map Passed test: weak.m:16 ... Value stored in weak-key map 2011-07-27 10:15:31.260 weak[13113] Reading from 0x178e398 2011-07-27 10:15:31.260 weak[13113] Value: 0x405870 Passed test: weak.m:19 ... Value removed from weak-value map Passed test: weak.m:23 ... Value removed from weak-key map 2011-07-27 10:15:31.260 weak[13113] Reading from 0x178e398 2011-07-27 10:15:31.260 weak[13113] Value: 0x405870 Testing node: 0x405870 Passed test: weak.m:24 ... Weak-value map reports correct count Passed test: weak.m:25 ... Weak-key map reports correct count Completed file: weak.m Building in base/NSMethodSignature This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool general... Compiling file general.m ... Linking test_tool general ... Testing general.m... Running base/NSMethodSignature/general.m... Passed test: general.m:353 ... @encode(const char*) makes 'r*' type encoding Passed test: general.m:355 ... sel1 return type is 'r*' 2011-07-27 10:15:32.697 general[13202] Skipping test_compare_server_signature: proxy not found. Passed test: general.m:309 ... pair 0 matches: @@:: @12@0:4:8 Passed test: general.m:309 ... pair 1 matches: @@:: @12@+0:+4:+8 Passed test: general.m:309 ... pair 2 matches: @@:: @12@-0:-4:-8 Passed test: general.m:309 ... pair 3 matches: @12@0:4:8 @@:: Passed test: general.m:309 ... pair 4 matches: @12@+0:+4:+8 @@:: Passed test: general.m:309 ... pair 5 matches: @12@-0:-4:-8 @@:: Passed test: general.m:309 ... pair 6 matches: @12@0:4:8 @12@+0:+4:+8 Passed test: general.m:309 ... pair 7 matches: @12@0:4:8 @12@-0:-4:-8 Passed test: general.m:309 ... pair 8 matches: @12@+0:+4:+8 @12@0:4:8 Passed test: general.m:309 ... pair 9 matches: @12@-0:-4:-8 @12@0:4:8 Passed test: general.m:309 ... pair 10 matches: @12@0:4:8 @16@+4:+8:+12 Passed test: general.m:309 ... pair 11 matches: @12@0:4:8 @16@-4:-8:-12 Passed test: general.m:309 ... pair 12 matches: @12@+0:+4:+8 @16@4:8:12 Passed test: general.m:309 ... pair 13 matches: @12@-0:-4:-8 @16@4:8:12 Passed test: general.m:309 ... pair 14 matches: {_MyLargeStruct2={_MyLargeStruct=dd}dd}@: {??={??=dd}dd}16@0:4 Passed test: general.m:309 ... pair 15 matches: {_MyLargeStruct=dd}56@+8:+12@+16c+23s+26i+28l24f28d32{_MyLargeStruct=dd}40{_MySmallStruct=c}44 {_MyLargeStruct=dd}46@+8:+12@+16c+17s+16i+20l+24f+28d24{_MyLargeStruct=dd}32{_MySmallStruct=c}45 Passed test: general.m:309 ... pair 16 matches: {_MyLargeStruct=dd}56@+8:+12@+16c+23s+26i+28l24f28d32{_MyLargeStruct=dd}40{_MySmallStruct=c}44 {??=dd}46@+8:+12@+16c+17s+16i+20l+24f+28d24{??=dd}32{??=c}45 Completed file: general.m Building in base/NSMutableArray This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool general... Making all for test_tool create... Compiling file general.m ... Compiling file basic.m ... general.m:16:9: warning: incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types] vals2 = [[vals1 arrayByAddingObject:val2] retain]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSObject.h:276:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSArray *') - (id) retain; ^ general.m:17:9: warning: incompatible pointer types assigning to 'NSMutableArray *' from 'NSArray *' [-Wincompatible-pointer-types] vals3 = [[vals1 arrayByAddingObject:val3] retain]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSObject.h:276:1: note: instance method 'retain' is assumed to return an instance of its receiver type ('NSArray *') - (id) retain; ^ Compiling file create.m ... 2 warnings generated. Linking test_tool general ... Linking test_tool create ... Linking test_tool basic ... Testing basic.m... Running base/NSMutableArray/basic.m... Passed test: Class 'NSMutableArray' exists Passed test: Class 'NSMutableArray' has working alloc Passed test: Class 'NSMutableArray' alloc gives the correct class Passed test: Class 'NSMutableArray' has working init Passed test: Class 'NSMutableArray' has working new Passed test: Class 'NSMutableArray' has working allocWithZone Passed test: NSMutableArray is a known className Passed test: Object 0 of class 'NSMutableArray' conforms to NSObject Passed test: Object 0 of class 'NSMutableArray' can return self Passed test: Object 0 of class 'NSMutableArray' can return own class Passed test: Object 0 of class 'NSMutableArray' object () is of correct class Passed test: Object 0 of class 'NSMutableArray' isMemberOfClass works Passed test: Object 0 of class 'NSMutableArray' can return superclass Passed test: Object 0 of class 'NSMutableArray' responds to hash Passed test: Object 0 of class 'NSMutableArray' isEqual: to self Passed test: Object 0 of class 'NSMutableArray' respondsToSelector: Passed test: Object 0 of class 'NSMutableArray' handles retain Passed test: Object 0 of class 'NSMutableArray' has working retainCount Passed test: Object 0 of class 'NSMutableArray' has NSString description Passed test: Object 0 of class 'NSMutableArray' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'GSMutableArray' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSArray is a known class Passed test: NSMutableArray is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSArray' understands -copy Passed test: Object 0 of class 'NSArray' copy is of correct type Passed test: Object 0 of class 'NSArray' original and copy are equal Passed test: Object 0 of class 'NSArray' understands -copyWithZone Passed test: Object 0 of class 'NSArray' zCopy has correct type Passed test: Object 0 of class 'NSArray' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSArray is a known class Passed test: NSMutableArray is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSArray' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSArray' understands -mutableCopy Passed test: Object 0 of class 'NSArray' mutable copy is of correct type Passed test: Object 0 of class 'NSArray' copy equals original Passed test: NSMutableArray not retained by mutable copy in the same zone Passed test: NSMutableArray understands mutableCopyWithZone Passed test: NSMutableArray not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Completed file: basic.m Testing create.m... Running base/NSMutableArray/create.m... Passed test: create.m:24 ... +arrayWithCapacity creates an empty mutable array Passed test: create.m:30 ... +array creates an empty mutable array Passed test: create.m:34 ... +arrayWithObject: with nil object raises an exception Passed test: create.m:40 ... +arrayWithObject: builds minimal array Passed test: create.m:46 ... +arrayWithObjects:count: builds an array Passed test: create.m:52 ... +arrayWithObjects: builds an array Passed test: create.m:59 ... +arrayWithArray: copies array Completed file: create.m Testing general.m... Running base/NSMutableArray/general.m... Passed test: general.m:22 ... -count returns zero for an empty array Passed test: general.m:23 ... -hash returns zero for an empty array Passed test: general.m:24 ... -containsObject works Passed test: general.m:26 ... -indexOfObject: finds object Passed test: general.m:28 ... -indexOfObjectIdenticalTo: finds identical object Passed test: general.m:36 ... -objectEnumerator: is ok for empty array Passed test: general.m:43 ... -objectEnumerator: enumerates the array Passed test: general.m:51 ... -description gives us a text property-list (empty array) Passed test: general.m:56 ... -description gives us a text property-list Passed test: general.m:60 ... -count returns two for an array with two objects Passed test: general.m:62 ... -hash returns two for an array with two objects Passed test: general.m:65 ... -indexOfObject: gives NSNotFound for a nil object Passed test: general.m:67 ... -indexOfObject: gives NSNotFound for a object not in the array Passed test: general.m:69 ... Array is equal to itself using -isEqualToArray: Passed test: general.m:70 ... Similar arrays are not equal using -isEqualToArray: Passed test: general.m:79 ... -subarrayWithRange: seems ok Passed test: general.m:82 ... -subarrayWithRange with invalid range Passed test: general.m:90 ... -componentsJoinedByString: seems ok Passed test: general.m:97 ... -sortedArrayUsingSelector: seems ok Completed file: general.m Building in base/NSMutableAttributedString This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool test00... Making all for test_tool test01... Compiling file basic.m ... Compiling file test00.m ... Compiling file test01.m ... Linking test_tool basic ... Linking test_tool test01 ... Linking test_tool test00 ... Testing basic.m... Running base/NSMutableAttributedString/basic.m... Passed test: Class 'NSMutableAttributedString' exists Passed test: Class 'NSMutableAttributedString' has working alloc Passed test: Class 'NSMutableAttributedString' alloc gives the correct class Passed test: Class 'NSMutableAttributedString' has working init Passed test: Class 'NSMutableAttributedString' has working new Passed test: Class 'NSMutableAttributedString' has working allocWithZone Passed test: NSMutableAttributedString is a known className Passed test: Object 0 of class 'NSMutableAttributedString' conforms to NSObject Passed test: Object 0 of class 'NSMutableAttributedString' can return self Passed test: Object 0 of class 'NSMutableAttributedString' can return own class Passed test: Object 0 of class 'NSMutableAttributedString' object is of correct class Passed test: Object 0 of class 'NSMutableAttributedString' isMemberOfClass works Passed test: Object 0 of class 'NSMutableAttributedString' can return superclass Passed test: Object 0 of class 'NSMutableAttributedString' responds to hash Passed test: Object 0 of class 'NSMutableAttributedString' isEqual: to self Passed test: Object 0 of class 'NSMutableAttributedString' respondsToSelector: Passed test: Object 0 of class 'NSMutableAttributedString' handles retain Passed test: Object 0 of class 'NSMutableAttributedString' has working retainCount Passed test: Object 0 of class 'NSMutableAttributedString' has NSString description Passed test: Object 0 of class 'NSMutableAttributedString' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'GSMutableAttributedString' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSAttributedString is a known class Passed test: NSMutableAttributedString is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSAttributedString' understands -copy Passed test: Object 0 of class 'NSAttributedString' copy is of correct type Passed test: Object 0 of class 'NSAttributedString' original and copy are equal Passed test: Object 0 of class 'NSAttributedString' understands -copyWithZone Passed test: Object 0 of class 'NSAttributedString' zCopy has correct type Passed test: Object 0 of class 'NSAttributedString' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSAttributedString is a known class Passed test: NSMutableAttributedString is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSAttributedString' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSAttributedString' understands -mutableCopy Passed test: Object 0 of class 'NSAttributedString' mutable copy is of correct type Passed test: Object 0 of class 'NSAttributedString' copy equals original Passed test: NSMutableAttributedString not retained by mutable copy in the same zone Passed test: NSMutableAttributedString understands mutableCopyWithZone Passed test: NSMutableAttributedString not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Completed file: basic.m Testing test00.m... Running base/NSMutableAttributedString/test00.m... Passed test: test00.m:49 ... -initWithString:attributes: works Passed test: test00.m:53 ... -setAttributes:range: works for the whole string Passed test: test00.m:60 ... -setAttributes:range: works for the first half of the string Passed test: test00.m:68 ... -setAttributes:range: works for the middle of the string Passed test: test00.m:75 ... -setAttributes:range: works for the last half of the string Passed test: test00.m:85 ... -setAttributes:range: works in three parts of the string Passed test: test00.m:96 ... -setAttributes:range: works with overlapping Passed test: test00.m:109 ... -setAttributes:range: works with overlapping (2) Passed test: test00.m:118 ... -setAttributes:range: works with replacing Passed test: test00.m:132 ... -setAttributes:range: works with chinese boxes Passed test: test00.m:141 ... -setAttributes:range: works with extending at the end (diff color) Passed test: test00.m:150 ... -setAttributes:range: works with extending at the end (diff color) Passed test: test00.m:159 ... -setAttributes:range: works with extending at the beginning (diff color) Passed test: test00.m:168 ... -setAttributes:range: works with extending at the beginning (same color) Passed test: test00.m:179 ... -setAttributes:range: works with subset at the end (diff color) Passed test: test00.m:188 ... -setAttributes:range: works with subset at the end (same color) Passed test: test00.m:198 ... -setAttributes:range: works with subset at the beginning (diff color) Passed test: test00.m:207 ... -setAttributes:range: works with subset at the beginning (same color) Passed test: test00.m:217 ... -setAttributes:range: works with subsets (diff color) Passed test: test00.m:227 ... -setAttributes:range: works with subsets (same color) Passed test: test00.m:237 ... -setAttributes:range: works with setting attributes for the whole string Passed test: test00.m:246 ... -setAttributes:range: works with nearby attributes Completed file: test00.m Testing test01.m... Running base/NSMutableAttributedString/test01.m... Passed test: test01.m:62 ... -replaceCharactersInRange: withString: works with zero length string Passed test: test01.m:68 ... -replaceCharactersInRange:withString: works in middle of string Passed test: test01.m:74 ... -replaceCharactersInRange:withString: works at end of string works Passed test: test01.m:80 ... -replaceCharactersInRange:withString: works at start of string works Passed test: test01.m:93 ... -replaceCharactersInRange:withString: keeps attributes if entire string is replaced Passed test: test01.m:101 ... -replaceCharactersInRange:withString: keeps attributes if entire string is replaced Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 0 0 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 0 0 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 0 1 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 0 1 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 0 2 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 0 2 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 0 3 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 0 3 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 0 4 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 0 4 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 0 5 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 0 5 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 0 6 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 0 6 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 0 7 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 0 7 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 0 8 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 1 0 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 1 0 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 1 1 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 1 1 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 1 2 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 1 2 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 1 3 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 1 3 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 1 4 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 1 4 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 1 5 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 1 5 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 1 6 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 1 6 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 1 7 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 1 7 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 2 0 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 2 0 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 2 1 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 2 1 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 2 2 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 2 2 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 2 3 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 2 3 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 2 4 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 2 4 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 2 5 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 2 5 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 2 6 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 2 6 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 3 0 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 3 0 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 3 1 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 3 1 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 3 2 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 3 2 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 3 3 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 3 3 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 3 4 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 3 4 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 3 5 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 3 5 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 4 0 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 4 0 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 4 1 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 4 1 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 4 2 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 4 2 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 4 3 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 4 3 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 4 4 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 4 4 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 5 0 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 5 0 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 5 1 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 5 1 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 5 2 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 5 2 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 5 3 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 5 3 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 6 0 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 6 0 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 6 1 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 6 1 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 6 2 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 6 2 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 7 0 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 7 0 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 7 1 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 7 1 Passed test: test01.m:134 ... attribute/(replaceCharacters... with zero length string) interaction _sanity checks 8 0 Passed test: test01.m:155 ... attribute/replaceCharacters... interaction _sanity checks 8 0 Completed file: test01.m Building in base/NSMutableCharacterSet This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool test00... Compiling file basic.m ... Compiling file test00.m ... test00.m:10:23: warning: incompatible pointer types assigning to 'NSMutableCharacterSet *' from 'NSCharacterSet *' [-Wincompatible-pointer-types] testMutableNamedSet = [NSMutableCharacterSet letterCharacterSet]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test00.m:17:24: warning: incompatible pointer types assigning to 'NSMutableCharacterSet *' from 'NSCharacterSet *' [-Wincompatible-pointer-types] testMutableNamedSet1 = [NSMutableCharacterSet letterCharacterSet]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test00.m:18:24: warning: incompatible pointer types assigning to 'NSMutableCharacterSet *' from 'NSCharacterSet *' [-Wincompatible-pointer-types] testMutableNamedSet2 = [NSMutableCharacterSet letterCharacterSet]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. Linking test_tool test00 ... Linking test_tool basic ... Testing basic.m... Running base/NSMutableCharacterSet/basic.m... Passed test: Class 'NSMutableCharacterSet' exists Passed test: Class 'NSMutableCharacterSet' has working alloc Passed test: Class 'NSMutableCharacterSet' alloc gives the correct class Passed test: Class 'NSMutableCharacterSet' has working init Passed test: Class 'NSMutableCharacterSet' has working new Passed test: Class 'NSMutableCharacterSet' has working allocWithZone Passed test: NSMutableCharacterSet is a known className Passed test: Object 0 of class 'NSMutableCharacterSet' conforms to NSObject Passed test: Object 0 of class 'NSMutableCharacterSet' can return self Passed test: Object 0 of class 'NSMutableCharacterSet' can return own class Passed test: Object 0 of class 'NSMutableCharacterSet' object is of correct class Passed test: Object 0 of class 'NSMutableCharacterSet' isMemberOfClass works Passed test: Object 0 of class 'NSMutableCharacterSet' can return superclass Passed test: Object 0 of class 'NSMutableCharacterSet' responds to hash Passed test: Object 0 of class 'NSMutableCharacterSet' isEqual: to self Passed test: Object 0 of class 'NSMutableCharacterSet' respondsToSelector: Passed test: Object 0 of class 'NSMutableCharacterSet' handles retain Passed test: Object 0 of class 'NSMutableCharacterSet' has working retainCount Passed test: Object 0 of class 'NSMutableCharacterSet' has NSString description Passed test: Object 0 of class 'NSMutableCharacterSet' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'NSMutableBitmapCharSet' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSCharacterSet is a known class Passed test: NSMutableCharacterSet is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSCharacterSet' understands -copy Passed test: Object 0 of class 'NSCharacterSet' copy is of correct type Passed test: Object 0 of class 'NSCharacterSet' original and copy are equal Passed test: Object 0 of class 'NSCharacterSet' understands -copyWithZone Passed test: Object 0 of class 'NSCharacterSet' zCopy has correct type Passed test: Object 0 of class 'NSCharacterSet' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSCharacterSet is a known class Passed test: NSMutableCharacterSet is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSCharacterSet' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSCharacterSet' understands -mutableCopy Passed test: Object 0 of class 'NSCharacterSet' mutable copy is of correct type Passed test: Object 0 of class 'NSCharacterSet' copy equals original Passed test: NSMutableCharacterSet not retained by mutable copy in the same zone Passed test: NSMutableCharacterSet understands mutableCopyWithZone Passed test: NSMutableCharacterSet not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Completed file: basic.m Testing test00.m... Running base/NSMutableCharacterSet/test00.m... Passed test: test00.m:15 ... Insure defaults set accessors return the correct class Passed test: test00.m:22 ... Test whether we always get a clean mutable set Completed file: test00.m Building in base/NSMutableData This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool general... Compiling file basic.m ... Compiling file general.m ... general.m:11:19: warning: unused variable 'data2' [-Wunused-variable] NSData *data1, *data2; ^ 1 warning generated. Linking test_tool basic ... Linking test_tool general ... Testing basic.m... Running base/NSMutableData/basic.m... Passed test: Class 'NSMutableData' exists Passed test: Class 'NSMutableData' has working alloc Passed test: Class 'NSMutableData' alloc gives the correct class Passed test: Class 'NSMutableData' has working init Passed test: Class 'NSMutableData' has working new Passed test: Class 'NSMutableData' has working allocWithZone Passed test: NSData is a known className Passed test: Object 0 of class 'NSData' conforms to NSObject Passed test: Object 0 of class 'NSData' can return self Passed test: Object 0 of class 'NSData' can return own class Passed test: Object 0 of class 'NSData' object <> is of correct class Passed test: Object 0 of class 'NSData' isMemberOfClass works Passed test: Object 0 of class 'NSData' can return superclass Passed test: Object 0 of class 'NSData' responds to hash Passed test: Object 0 of class 'NSData' isEqual: to self Passed test: Object 0 of class 'NSData' respondsToSelector: Passed test: Object 0 of class 'NSData' handles retain Passed test: Object 0 of class 'NSData' has working retainCount Passed test: Object 0 of class 'NSData' has NSString description Passed test: Object 0 of class 'NSData' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'NSMutableDataMalloc' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSData is a known class Passed test: NSMutableData is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSData' understands -copy Passed test: Object 0 of class 'NSData' copy is of correct type Passed test: Object 0 of class 'NSData' original and copy are equal Passed test: Object 0 of class 'NSData' understands -copyWithZone Passed test: Object 0 of class 'NSData' zCopy has correct type Passed test: Object 0 of class 'NSData' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSData is a known class Passed test: NSMutableData is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSData' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSData' understands -mutableCopy Passed test: Object 0 of class 'NSData' mutable copy is of correct type Passed test: Object 0 of class 'NSData' copy equals original Passed test: NSMutableData not retained by mutable copy in the same zone Passed test: NSMutableData understands mutableCopyWithZone Passed test: NSMutableData not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Completed file: basic.m Testing general.m... Running base/NSMutableData/general.m... Passed test: general.m:29 ... +dataWithBytes:length: works Passed test: general.m:35 ... +data creates empty mutable data Passed test: general.m:40 ... -setData: works Passed test: general.m:48 ... -replaceBytesInRange:withBytes suceeds Passed test: general.m:52 ... -replaceBytesInRange:withBytes out of range raises exception Completed file: general.m Building in base/NSMutableDictionary This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool general... Compiling file basic.m ... Compiling file general.m ... Linking test_tool general ... Linking test_tool basic ... Testing basic.m... Running base/NSMutableDictionary/basic.m... Passed test: NSMutableDictionary is a known className Passed test: Object 0 of class 'NSMutableDictionary' conforms to NSObject Passed test: Object 0 of class 'NSMutableDictionary' can return self Passed test: Object 0 of class 'NSMutableDictionary' can return own class Passed test: Object 0 of class 'NSMutableDictionary' object {} is of correct class Passed test: Object 0 of class 'NSMutableDictionary' isMemberOfClass works Passed test: Object 0 of class 'NSMutableDictionary' can return superclass Passed test: Object 0 of class 'NSMutableDictionary' responds to hash Passed test: Object 0 of class 'NSMutableDictionary' isEqual: to self Passed test: Object 0 of class 'NSMutableDictionary' respondsToSelector: Passed test: Object 0 of class 'NSMutableDictionary' handles retain Passed test: Object 0 of class 'NSMutableDictionary' has working retainCount Passed test: Object 0 of class 'NSMutableDictionary' has NSString description Passed test: Object 0 of class 'NSMutableDictionary' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'GSMutableDictionary' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSDictionary is a known class Passed test: NSMutableDictionary is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSDictionary' understands -copy Passed test: Object 0 of class 'NSDictionary' copy is of correct type Passed test: Object 0 of class 'NSDictionary' original and copy are equal Passed test: Object 0 of class 'NSDictionary' understands -copyWithZone Passed test: Object 0 of class 'NSDictionary' zCopy has correct type Passed test: Object 0 of class 'NSDictionary' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSDictionary is a known class Passed test: NSMutableDictionary is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSDictionary' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSDictionary' understands -mutableCopy Passed test: Object 0 of class 'NSDictionary' mutable copy is of correct type Passed test: Object 0 of class 'NSDictionary' copy equals original Passed test: NSMutableDictionary not retained by mutable copy in the same zone Passed test: NSMutableDictionary understands mutableCopyWithZone Passed test: NSMutableDictionary not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Completed file: basic.m Testing general.m... Running base/NSMutableDictionary/general.m... Passed test: general.m:35 ... -count returns zero for an empty dictionary Passed test: general.m:37 ... -hash returns zero for an empty dictionary Passed test: general.m:42 ... -allKeys gives an empty array for an empty dictionary Passed test: general.m:45 ... -allKeysForObject: gives nil for an empty dictionary Passed test: general.m:51 ... -allValues gives an empty array for an empty dictionary Passed test: general.m:59 ... -objectForKey: gives nil for an empty dictionary Passed test: general.m:69 ... -keyEnumerator: is ok for empty dictionary Passed test: general.m:79 ... -objectEnumerator: is ok for empty dictionary Passed test: general.m:90 ... -objectsForKeys:notFoundMarker: is ok for empty dictionary Passed test: general.m:98 ... -description gives us a text property-list Passed test: general.m:104 ... -count returns two for an dictionary with two keys Passed test: general.m:106 ... -hash returns two for a dictionary with two keys Passed test: general.m:114 ... -allKeys gives the keys we put in the dictionary Passed test: general.m:128 ... -allKeysForObject: gives the key we expect Passed test: general.m:136 ... -allValues gives the values we put in the dictionary Passed test: general.m:138 ... -objectForKey: gives nil for a nil key Passed test: general.m:140 ... -objectForKey: gives nil for a key not in the dictionary Passed test: general.m:146 ... -objectForKey: gives the objects we added for the keys Passed test: general.m:161 ... -keyEnumerator: enumerates the dictionary Passed test: general.m:177 ... -objectEnumerator: enumerates the dictionary Passed test: general.m:190 ... -objectsForKeys:notFoundMarker: is ok for dictionary Passed test: general.m:200 ... -keysSortedByValueUsingSelector: seems ok Passed test: general.m:208 ... -description gives us a text property-list Passed test: general.m:215 ... -setObject:forKey: is ok Passed test: general.m:219 ... unicode keys work with setValue:forKey: Completed file: general.m Building in base/NSMutableIndexSet This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool test0... Making all for test_tool test1... Compiling file test1.m ... Compiling file test0.m ... Linking test_tool test0 ... Linking test_tool test1 ... Testing test0.m... Running base/NSMutableIndexSet/test0.m... Passed test: test0.m:12 ... contains index 2 Passed test: test0.m:13 ... contains index 1 Passed test: test0.m:15 ... removed index 1 Passed test: test0.m:17 ... removed index 2 Passed test: test0.m:23 ... contains range Completed file: test0.m Testing test1.m... Running base/NSMutableIndexSet/test1.m... Passed test: test1.m:39 ... decoded value equals encoded Completed file: test1.m Building in base/NSMutableSet This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running base/NSMutableSet/basic.m... Passed test: NSMutableSet is a known className Passed test: Object 0 of class 'NSMutableSet' conforms to NSObject Passed test: Object 0 of class 'NSMutableSet' can return self Passed test: Object 0 of class 'NSMutableSet' can return own class Passed test: Object 0 of class 'NSMutableSet' object () is of correct class Passed test: Object 0 of class 'NSMutableSet' isMemberOfClass works Passed test: Object 0 of class 'NSMutableSet' can return superclass Passed test: Object 0 of class 'NSMutableSet' responds to hash Passed test: Object 0 of class 'NSMutableSet' isEqual: to self Passed test: Object 0 of class 'NSMutableSet' respondsToSelector: Passed test: Object 0 of class 'NSMutableSet' handles retain Passed test: Object 0 of class 'NSMutableSet' has working retainCount Passed test: Object 0 of class 'NSMutableSet' has NSString description Passed test: Object 0 of class 'NSMutableSet' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'GSMutableSet' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSSet is a known class Passed test: NSMutableSet is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSSet' understands -copy Passed test: Object 0 of class 'NSSet' copy is of correct type Passed test: Object 0 of class 'NSSet' original and copy are equal Passed test: Object 0 of class 'NSSet' understands -copyWithZone Passed test: Object 0 of class 'NSSet' zCopy has correct type Passed test: Object 0 of class 'NSSet' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSSet is a known class Passed test: NSMutableSet is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSSet' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSSet' understands -mutableCopy Passed test: Object 0 of class 'NSSet' mutable copy is of correct type Passed test: Object 0 of class 'NSSet' copy equals original Passed test: NSMutableSet not retained by mutable copy in the same zone Passed test: NSMutableSet understands mutableCopyWithZone Passed test: NSMutableSet not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Completed file: basic.m Building in base/NSMutableString This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool NSMutableString_string... Making all for test_tool basic... Compiling file basic.m ... Compiling file NSMutableString_string.m ... In file included from NSMutableString_string.m:8: ./../NSString/NSString_tests.h:201:31: warning: sending 'unsigned char [16]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] [referenceString getCString: buffer ^~~~~~ /home/theraven/gs/install/include/Foundation/NSString.h:437:29: note: passing argument to parameter 'buffer' here - (void) getCString: (char*)buffer ^ 1 warning generated. Linking test_tool basic ... Linking test_tool NSMutableString_string ... Testing NSMutableString_string.m... Running base/NSMutableString/NSMutableString_string.m... Passed test: ./../NSString/NSString_tests.h:308 ... -initWithCString: works 2011-07-27 10:15:45.062 NSMutableString_string[14144] No iconv for encoding x00 Passed test: ./../NSString/NSString_tests.h:115 ... -initWithData:encoding: gives nil for invalid encodings Passed test: ./../NSString/NSString_tests.h:309 ... character set encoding/decoding works Passed test: ./../NSString/NSString_tests.h:310 ... -getCString:maxLength:range:remainingRange: works Passed test: ./../NSString/NSString_tests.h:237 ... -lowercaseString returns a valid instance Passed test: ./../NSString/NSString_tests.h:246 ... -uppercaseString returns a valid instance Passed test: ./../NSString/NSString_tests.h:255 ... -capitalizedString returns a valid instance Passed test: ./../NSString/NSString_tests.h:263 ... -description returns a valid instance Passed test: ./../NSString/NSString_tests.h:272 ... -stringByExpandingTildeInPath returns a valid instance (1) Passed test: ./../NSString/NSString_tests.h:281 ... -stringByExpandingTildeInPath returns a valid instance (2) Passed test: ./../NSString/NSString_tests.h:290 ... -stringByAbbreviatingWithTildeInPath returns a valid instance Have no reference string for c-string encoding 5, skipping test. Completed file: NSMutableString_string.m Testing basic.m... Running base/NSMutableString/basic.m... Passed test: Class 'NSMutableString' exists Passed test: Class 'NSMutableString' has working alloc Passed test: Class 'NSMutableString' alloc gives the correct class Passed test: Class 'NSMutableString' has working init Passed test: Class 'NSMutableString' has working new Passed test: Class 'NSMutableString' has working allocWithZone Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'GSMutableString' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSString is a known class Passed test: NSMutableString is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSString' understands -copy Passed test: Object 0 of class 'NSString' copy is of correct type Passed test: Object 0 of class 'NSString' original and copy are equal Passed test: Object 0 of class 'NSString' understands -copyWithZone Passed test: Object 0 of class 'NSString' zCopy has correct type Passed test: Object 0 of class 'NSString' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSString is a known class Passed test: NSMutableString is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSString' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSString' understands -mutableCopy Passed test: Object 0 of class 'NSString' mutable copy is of correct type Passed test: Object 0 of class 'NSString' copy equals original Passed test: NSMutableString not retained by mutable copy in the same zone Passed test: NSMutableString understands mutableCopyWithZone Passed test: NSMutableString not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Passed test: basic.m:88 ... We can append a unicode string to a C string Passed test: basic.m:92 ... initWithCharacters:length: creates mutable string for ascii Passed test: basic.m:96 ... initWithCharacters:length: creates mutable string for unicode Passed test: basic.m:100 ... can append to string from NSMutableString +stringWithString: Passed test: basic.m:105 ... replaceCharactersInRange:withString: works in middle of string Passed test: basic.m:108 ... replaceCharactersInRange:withString: works at end of string Passed test: basic.m:114 ... custom string replacement works in middle of string Passed test: basic.m:118 ... custom string replacement works at end of string Completed file: basic.m Building in base/NSNumber This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool test00... Making all for test_tool test01... Compiling file basic.m ... Compiling file test00.m ... Compiling file test01.m ... Linking test_tool basic ... Linking test_tool test01 ... Linking test_tool test00 ... Testing basic.m... Running base/NSNumber/basic.m... Passed test: Class 'NSNumber' exists Passed test: Class 'NSNumber' has working alloc Passed test: Class 'NSNumber' alloc gives the correct class Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:136 ... raises NSInvalidArgumentException in description Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:139 ... returns nil or raises NSInvalidArgumentException in init Passed test: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:142 ... returns nil or raises NSInvalidArgumentException in new Passed test: Class 'NSNumber' has working allocWithZone Passed test: NSNumber is a known className Passed test: Object 0 of class 'NSNumber' conforms to NSObject Passed test: Object 0 of class 'NSNumber' can return self Passed test: Object 0 of class 'NSNumber' can return own class Passed test: Object 0 of class 'NSNumber' object 5 is of correct class Passed test: Object 0 of class 'NSNumber' isMemberOfClass works Passed test: Object 0 of class 'NSNumber' can return superclass Passed test: Object 0 of class 'NSNumber' responds to hash Passed test: Object 0 of class 'NSNumber' isEqual: to self Passed test: Object 0 of class 'NSNumber' respondsToSelector: Passed test: Object 0 of class 'NSNumber' handles retain Passed test: Object 0 of class 'NSNumber' has working retainCount Passed test: Object 0 of class 'NSNumber' has NSString description Passed test: Object 0 of class 'NSNumber' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'NSIntNumber' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSNumber is a known class Passed test: NSNumber is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSNumber' understands -copy Passed test: Object 0 of class 'NSNumber' copy is of correct type Passed test: Object 0 of class 'NSNumber' original and copy are equal Passed test: Object 0 of class 'NSNumber' is retained by copy with same zone Passed test: Object 0 of class 'NSNumber' understands -copyWithZone Passed test: Object 0 of class 'NSNumber' zCopy has correct type Passed test: Object 0 of class 'NSNumber' copy and original are equal Passed test: Object 0 of class 'NSNumber' is retained by copy with other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 0 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 6 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 7 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 8 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 9 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 10 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 11 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 12 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 13 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 14 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 15 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 16 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 17 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 18 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 19 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 20 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 21 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 22 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 23 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 24 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 25 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 26 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 27 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 28 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 29 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 30 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 31 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 32 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 33 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 34 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 35 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 36 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 37 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 38 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 39 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 40 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 41 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 42 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 43 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 44 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 45 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 46 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 47 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 48 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 49 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 50 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 51 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 52 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 53 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 54 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 55 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 56 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 57 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 58 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 59 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 60 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 61 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 62 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 63 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 64 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 65 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 66 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 67 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 68 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 69 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 70 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 71 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 72 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 73 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 74 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 75 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 76 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 77 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 78 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 79 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 80 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 81 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 82 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 83 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 84 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 85 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 86 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 87 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 88 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 89 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 90 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 91 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 92 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 93 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 94 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 95 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 96 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 97 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 98 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 99 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 100 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 101 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 103 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 106 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 110 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 115 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 121 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 128 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 136 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 145 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 155 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 166 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 178 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 191 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 205 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 220 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 236 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 253 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 271 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 290 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 310 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 331 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 353 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 376 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 400 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 425 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 451 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 478 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 506 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 535 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 565 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 596 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 628 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 661 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 695 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 730 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 766 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 803 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 841 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 880 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 920 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 961 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1003 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1046 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1090 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1135 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1181 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1228 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1276 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1325 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1375 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1426 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1478 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1531 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1585 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1640 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1696 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1753 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1811 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1870 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1930 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 1991 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2053 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2116 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2180 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2245 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2311 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2378 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2446 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2515 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2585 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2656 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2728 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2801 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2875 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 2950 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3026 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3103 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3181 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3260 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3340 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3421 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3503 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3586 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3670 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3755 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3841 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 3928 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4016 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4105 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4195 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4286 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4378 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4471 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4565 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4660 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4756 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4853 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 4951 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5050 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5150 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5251 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5353 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5456 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5560 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5665 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5771 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5878 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 5986 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 6095 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 6205 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 6316 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 6428 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 6541 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 6655 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 6770 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 6886 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 7003 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 7121 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 7240 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 7360 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 7481 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 7603 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 7726 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 7850 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 7975 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 8101 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 8228 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 8356 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 8485 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 8615 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 8746 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 8878 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 9011 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 9145 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 9280 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 9416 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 9553 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 9691 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 9830 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 9970 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 10111 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 10253 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 10396 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 10540 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 10685 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 10831 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 10978 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 11126 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 11275 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 11425 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 11576 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 11728 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 11881 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 12035 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 12190 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 12346 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 12503 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 12661 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 12820 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 12980 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 13141 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 13303 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 13466 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 13630 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 13795 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 13961 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 14128 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 14296 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 14465 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 14635 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 14806 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 14978 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 15151 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 15325 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 15500 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 15676 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 15853 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 16031 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 16210 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 16390 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 16571 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 16753 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 16936 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 17120 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 17305 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 17491 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 17678 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 17866 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 18055 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 18245 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 18436 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 18628 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 18821 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 19015 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 19210 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 19406 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 19603 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 19801 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 20000 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 20200 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 20401 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 20603 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 20806 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 21010 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 21215 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 21421 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 21628 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 21836 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 22045 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 22255 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 22466 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 22678 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 22891 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 23105 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 23320 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 23536 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 23753 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 23971 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 24190 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 24410 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 24631 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 24853 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 25076 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 25300 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 25525 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 25751 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 25978 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 26206 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 26435 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 26665 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 26896 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 27128 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 27361 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 27595 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 27830 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 28066 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 28303 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 28541 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 28780 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 29020 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 29261 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 29503 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 29746 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 29990 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 30235 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 30481 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 30728 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 30976 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 31225 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 31475 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 31726 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 31978 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 32231 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 32485 Passed test: basic.m:23 ... int -> NSNumber -> int is identity operation for 32740 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -6 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -7 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -8 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -9 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -10 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -11 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -12 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -13 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -14 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -15 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -16 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -17 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -18 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -19 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -20 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -21 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -22 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -23 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -24 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -25 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -26 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -27 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -28 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -29 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -30 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -31 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -32 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -33 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -34 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -35 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -36 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -37 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -38 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -39 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -40 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -41 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -42 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -43 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -44 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -45 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -46 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -47 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -48 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -49 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -50 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -51 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -52 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -53 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -54 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -55 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -56 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -57 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -58 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -59 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -60 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -61 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -62 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -63 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -64 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -65 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -66 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -67 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -68 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -69 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -70 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -71 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -72 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -73 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -74 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -75 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -76 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -77 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -78 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -79 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -80 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -81 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -82 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -83 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -84 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -85 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -86 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -87 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -88 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -89 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -90 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -91 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -92 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -93 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -94 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -95 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -96 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -97 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -98 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -99 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -100 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -101 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -103 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -106 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -110 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -115 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -121 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -128 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -136 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -145 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -155 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -166 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -178 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -191 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -205 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -220 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -236 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -253 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -271 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -290 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -310 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -331 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -353 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -376 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -400 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -425 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -451 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -478 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -506 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -535 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -565 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -596 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -628 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -661 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -695 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -730 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -766 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -803 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -841 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -880 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -920 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -961 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1003 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1046 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1090 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1135 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1181 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1228 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1276 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1325 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1375 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1426 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1478 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1531 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1585 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1640 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1696 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1753 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1811 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1870 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1930 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -1991 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2053 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2116 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2180 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2245 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2311 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2378 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2446 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2515 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2585 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2656 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2728 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2801 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2875 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -2950 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3026 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3103 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3181 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3260 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3340 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3421 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3503 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3586 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3670 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3755 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3841 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -3928 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4016 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4105 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4195 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4286 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4378 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4471 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4565 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4660 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4756 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4853 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -4951 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5050 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5150 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5251 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5353 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5456 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5560 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5665 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5771 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5878 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -5986 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -6095 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -6205 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -6316 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -6428 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -6541 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -6655 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -6770 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -6886 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -7003 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -7121 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -7240 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -7360 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -7481 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -7603 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -7726 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -7850 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -7975 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -8101 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -8228 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -8356 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -8485 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -8615 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -8746 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -8878 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -9011 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -9145 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -9280 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -9416 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -9553 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -9691 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -9830 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -9970 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -10111 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -10253 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -10396 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -10540 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -10685 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -10831 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -10978 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -11126 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -11275 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -11425 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -11576 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -11728 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -11881 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -12035 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -12190 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -12346 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -12503 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -12661 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -12820 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -12980 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -13141 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -13303 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -13466 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -13630 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -13795 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -13961 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -14128 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -14296 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -14465 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -14635 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -14806 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -14978 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -15151 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -15325 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -15500 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -15676 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -15853 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -16031 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -16210 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -16390 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -16571 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -16753 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -16936 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -17120 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -17305 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -17491 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -17678 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -17866 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -18055 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -18245 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -18436 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -18628 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -18821 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -19015 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -19210 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -19406 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -19603 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -19801 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -20000 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -20200 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -20401 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -20603 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -20806 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -21010 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -21215 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -21421 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -21628 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -21836 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -22045 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -22255 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -22466 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -22678 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -22891 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -23105 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -23320 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -23536 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -23753 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -23971 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -24190 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -24410 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -24631 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -24853 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -25076 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -25300 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -25525 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -25751 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -25978 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -26206 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -26435 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -26665 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -26896 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -27128 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -27361 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -27595 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -27830 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -28066 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -28303 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -28541 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -28780 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -29020 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -29261 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -29503 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -29746 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -29990 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -30235 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -30481 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -30728 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -30976 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -31225 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -31475 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -31726 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -31978 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -32231 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -32485 Passed test: basic.m:33 ... int -> NSNumber -> int is identity operation for -32740 Completed file: basic.m Testing test00.m... Running base/NSNumber/test00.m... Passed test: test00.m:29 ... We can create a boolean (YES) Passed test: test00.m:32 ... We can create a boolean (NO) Passed test: test00.m:34 ... A boolean YES is not a NO Passed test: test00.m:35 ... A boolean NO is not a YES Passed test: test00.m:36 ... A boolean YES is a YES Passed test: test00.m:37 ... A boolean NO is a NO Passed test: test00.m:40 ... We can create a char number Passed test: test00.m:42 ... We can create a signed char number Passed test: test00.m:44 ... We can create an unsigned char number Passed test: test00.m:45 ... A -1 signed char is not a 255 unsigned char Passed test: test00.m:47 ... A -1 signed char is a 255 signed char Passed test: test00.m:51 ... A -100 signed char is a -100 signed short Passed test: test00.m:53 ... A -100 signed char is a -100 signed int Passed test: test00.m:55 ... A -100 signed char is a -100 signed long Passed test: test00.m:57 ... A -100 signed char is a -100 signed long long Passed test: test00.m:59 ... A -100 signed char is a -100 signed float Passed test: test00.m:61 ... A -100 signed char is a -100 signed double Passed test: test00.m:63 ... A -100 signed char is a -100 NSInteger Passed test: test00.m:66 ... A -100 signed char is a -100 signed short Passed test: test00.m:68 ... A -100 signed char is a -100 signed int Passed test: test00.m:70 ... A -100 signed char is a -100 signed long Passed test: test00.m:72 ... A -100 signed char is a -100 signed long long Passed test: test00.m:74 ... A -100 signed char is a -100 signed float Passed test: test00.m:76 ... A -100 signed char is a -100 signed double Passed test: test00.m:78 ... A -100 signed char is a -100 NSInteger Passed test: test00.m:80 ... A -100 signed char is a YES BOOL Passed test: test00.m:85 ... integer numbers - 127 < 128 Passed test: test00.m:87 ... integer numbers - 128 > 127 Passed test: test00.m:91 ... A 200 signed char is not a 200 int Passed test: test00.m:93 ... signed char numbers - 200 < 100 Passed test: test00.m:95 ... signed char numbers - 100 > 200 Passed test: test00.m:98 ... pointerValue works Passed test: test00.m:102 ... NSDecimalNumber numberWithInt: works Passed test: test00.m:105 ... NSDecimalNumber floatValue works Passed test: test00.m:107 ... NSDecimalNumber doubleValue works Passed test: test00.m:109 ... NSDecimalNumber boolValue works Passed test: test00.m:111 ... NSDecimalNumber charValue works Passed test: test00.m:113 ... NSDecimalNumber intValue works Passed test: test00.m:115 ... NSDecimalNumber integerValue works Passed test: test00.m:117 ... NSDecimalNumber longValue works Passed test: test00.m:119 ... NSDecimalNumber longLongValue works Passed test: test00.m:121 ... NSDecimalNumber shortValue works Passed test: test00.m:123 ... NSDecimalNumber unsignedCharValue works Passed test: test00.m:125 ... NSDecimalNumber unsignedIntValue works Passed test: test00.m:127 ... NSDecimalNumber unsignedIntegerValue works Passed test: test00.m:129 ... NSDecimalNumber unsignedLongValue works Passed test: test00.m:131 ... NSDecimalNumber unsignedLongLongValue works Passed test: test00.m:133 ... NSDecimalNumber unsignedShortValue works Passed test: test00.m:139 ... comparison of min signed with max unsigned works Passed test: test00.m:156 ... sorted numbers are correctly ordered Passed test: test00.m:160 ... store negative integer in property list works Passed test: test00.m:162 ... store negative double in property list works Passed test: test00.m:166 ... +numberWith... subclass Completed file: test00.m Testing test01.m... Running base/NSNumber/test01.m... Start set: test01.m:22 ... NSNumber Start set: test01.m:25 ... not-a-number checks Passed test: test01.m:29 ... NaN is equal to NaN Passed test: test01.m:32 ... 2 is not equal to NaN Passed test: test01.m:33 ... 2 is greater than NaN Passed test: test01.m:34 ... NaN is less than 2 Passed test: test01.m:37 ... 2LL is not equal to NaN Passed test: test01.m:38 ... 2LL is greater than NaN Passed test: test01.m:39 ... NaN is less than 2LL Passed test: test01.m:42 ... 2.0 is not equal to NaN Passed test: test01.m:43 ... 2.0 is greater than NaN Passed test: test01.m:44 ... NaN is less than 2.0 Passed test: test01.m:47 ... 2.0dd is not equal to NaN Passed test: test01.m:48 ... 2.0dd is greater than NaN Passed test: test01.m:49 ... NaN is less than 2.0dd Passed test: test01.m:52 ... 0.0 is not equal to NaN Passed test: test01.m:53 ... 0.0 greater than NaN Passed test: test01.m:54 ... NaN less than 0.0 Passed test: test01.m:57 ... -1.01 is not equal to NaN Passed test: test01.m:58 ... -1.01 less than NaN Passed test: test01.m:59 ... NaN less than -1.01 End set: test01.m:61 ... not-a-number checks Start set: test01.m:63 ... zero checks Passed test: test01.m:67 ... zero is equal to zero Passed test: test01.m:70 ... 2 is not equal to zero Passed test: test01.m:71 ... 2 is greater than zero Passed test: test01.m:72 ... zero is less than 2 Passed test: test01.m:75 ... 2LL is not equal to zero Passed test: test01.m:76 ... 2LL is greater than zero Passed test: test01.m:77 ... zero is less than 2LL Passed test: test01.m:80 ... 2.0 is not equal to zero Passed test: test01.m:81 ... 2.0 is greater than zero Passed test: test01.m:82 ... zero is less than 2.0 Passed test: test01.m:85 ... 2.0dd is not equal to zero Passed test: test01.m:87 ... 2.0dd is greater than zero Passed test: test01.m:88 ... zero is less than 2.0dd Passed test: test01.m:91 ... 0.0 is equal to zero Passed test: test01.m:92 ... 0.0 is zero Passed test: test01.m:93 ... zero is 0.0 Passed test: test01.m:96 ... -1.01 is not equal to zero Passed test: test01.m:97 ... -1.01 less than zero Passed test: test01.m:98 ... zero greater than -1.01 End set: test01.m:100 ... zero checks End set: test01.m:101 ... NSNumber Completed file: test01.m Building in base/NSNumberFormatter This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool basic10_4... Compiling file basic.m ... Compiling file basic10_4.m ... basic10_4.m:62:75: warning: incompatible pointer types sending 'id' to parameter of type 'NSString **' [-Wincompatible-pointer-types] PASS([fmt getObjectValue: &num forString: @"0.00" errorDescription: nil] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ /home/theraven/gs/install/include/objc/runtime.h:178:14: note: expanded from: # define nil ((id)_OBJC_NULL_PTR) ^ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSFormatter.h:82:38: note: passing argument to parameter 'error' here errorDescription: (NSString**)error; ^ Linking test_tool basic ... 1 warning generated. Linking test_tool basic10_4 ... Testing basic.m... Running base/NSNumberFormatter/basic.m... Start set: basic.m:7 ... basic Passed test: basic.m:17 ... +[NSNumberFormatter alloc] returns a NSNumberFormatter Passed test: basic.m:23 ... default format same as Cocoa Passed test: basic.m:27 ... Handle leading zeroes in fractional part: 1.01 Passed test: basic.m:31 ... Handle leading zeroes in fractional part: 1.1 Passed test: basic.m:37 ... -setAllowsFloats: does not effect rounding 2011-07-27 10:15:49.401 basic[14648] NSNumberFormatter-getObjectValue:forString:... not fully implemented Passed test: basic.m:40 ... float input is disallowed 2011-07-27 10:15:49.402 basic[14648] NSNumberFormatter-getObjectValue:forString:... not fully implemented Passed test: basic.m:44 ... allowsFloat error Passed test: basic.m:50 ... numeric and space padding OK Passed test: basic.m:58 ... prefix and suffix used properly Passed test: basic.m:62 ... negativeFormat used for -ve number Passed test: basic.m:65 ... notANumber special case Passed test: basic.m:69 ... format string of length 1 End set: basic.m:71 ... basic Completed file: basic.m Testing basic10_4.m... Running base/NSNumberFormatter/basic10_4.m... Start set: basic10_4.m:17 ... NSNumberFormatter Passed test: basic10_4.m:21 ... default behavior is NSNumberFormatterBehavior10_4 Passed test: basic10_4.m:27 ... default behavior can be changed to NSNumberFormatterBehavior10_0 Passed test: basic10_4.m:33 ... NSNumberFormatterBehaviorDefault gives NSNumberFormatterBehavior10_4 Passed test: basic10_4.m:39 ... unknown behavior is accepted Passed test: basic10_4.m:45 ... default behavior can be changed to NSNumberFormatterBehavior10_4 Passed test: basic10_4.m:50 ... a new formatter gets the current default behavior Passed test: basic10_4.m:53 ... a new formatter can have the default behavior set Passed test: basic10_4.m:56 ... notANumber special case Start set: basic10_4.m:58 ... NSLocale Passed test: basic10_4.m:63 ... formatting suceeded Passed test: basic10_4.m:67 ... is not equal to NaN Passed test: basic10_4.m:69 ... is equal to zero Passed test: basic10_4.m:75 ... default 10.4 format same as Cocoa Passed test: basic10_4.m:82 ... round up for fractional part >0.5 Passed test: basic10_4.m:87 ... round down for fractional part <0.5 Passed test: basic10_4.m:93 ... minus sign assigned correctly Passed test: basic10_4.m:100 ... Negative percentage correct Passed test: basic10_4.m:111 ... format width set correctly Passed test: basic10_4.m:115 ... positive prefix set correctly Passed test: basic10_4.m:119 ... default padding position is before prefix Passed test: basic10_4.m:124 ... numeric and space padding OK Passed test: basic10_4.m:132 ... currency style does not include currency string Passed test: basic10_4.m:137 ... positive prefix is set correctly for currency style Passed test: basic10_4.m:141 ... prefix and suffix used properly Passed test: basic10_4.m:145 ... negativeFormat used for -ve number Passed test: basic10_4.m:151 ... format string of length 1 End set: basic10_4.m:154 ... NSLocale End set: basic10_4.m:156 ... NSNumberFormatter Completed file: basic10_4.m Building in base/NSObject This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool initialize... Making all for test_tool test00... Making all for test_tool test01... Compiling file basic.m ... Compiling file test01.m ... Compiling file test00.m ... Compiling file initialize.m ... Linking test_tool basic ... test01.m:31:8: warning: class method '+isClass' not found (return type defaults to 'id') PASS([NSObject isClass] && ~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ test01.m:32:8: warning: class method '+isClass' not found (return type defaults to 'id') [NSString isClass] && ^~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ test01.m:33:8: warning: class method '+isClass' not found (return type defaults to 'id') [NSArray isClass], ^~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ test01.m:36:10: warning: instance method '-isClass' not found (return type defaults to 'id') PASS((![[[NSObject new] autorelease] isClass] && ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ test01.m:37:9: warning: instance method '-isClass' not found (return type defaults to 'id') ![[NSString stringWithCString:"foo"] isClass] && ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ test01.m:38:9: warning: instance method '-isClass' not found (return type defaults to 'id') ![[[NSArray new] autorelease] isClass]), ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ test01.m:43:9: warning: instance method '-isClass' not found (return type defaults to 'id') PASS(![evilObject isClass], ~~~~~~^~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ Linking test_tool test00 ... 7 warnings generated. Linking test_tool initialize ... Making all for test_tool test02... Linking test_tool test01 ... Compiling file test02.m ... Linking test_tool test02 ... Testing basic.m... Running base/NSObject/basic.m... Passed test: Class 'NSObject' exists Passed test: Class 'NSObject' has working alloc Passed test: Class 'NSObject' alloc gives the correct class Passed test: Class 'NSObject' has working init Passed test: Class 'NSObject' has working new Passed test: Class 'NSObject' has working allocWithZone Passed test: NSObject is a known className Passed test: Object 0 of class 'NSObject' conforms to NSObject Passed test: Object 0 of class 'NSObject' can return self Passed test: Object 0 of class 'NSObject' can return own class Passed test: Object 0 of class 'NSObject' object is of correct class Passed test: Object 0 of class 'NSObject' isMemberOfClass works Passed test: Object 0 of class 'NSObject' can return superclass Passed test: Object 0 of class 'NSObject' responds to hash Passed test: Object 0 of class 'NSObject' isEqual: to self Passed test: Object 0 of class 'NSObject' respondsToSelector: Passed test: Object 0 of class 'NSObject' handles retain Passed test: Object 0 of class 'NSObject' has working retainCount Passed test: Object 0 of class 'NSObject' has NSString description Passed test: Object 0 of class 'NSObject' handles performSelector Passed test: basic.m:10 ... a null selector proiduces a nil method signature Completed file: basic.m Testing initialize.m... Running base/NSObject/initialize.m... Passed test: initialize.m:114 ... initialize test starts Passed test: initialize.m:33 ... Superclass +initialize called before subclass Passed test: initialize.m:62 ... First initialize method did not finish too early Passed test: initialize.m:68 ... +initialize called exactly once Passed test: initialize.m:69 ... +initialize completed before another method started Passed test: initialize.m:68 ... +initialize called exactly once Passed test: initialize.m:69 ... +initialize completed before another method started Completed file: initialize.m Testing test00.m... Running base/NSObject/test00.m... Passed test: test00.m:10 ... 'NSObject' uses +class to return self Completed file: test00.m Testing test01.m... Running base/NSObject/test01.m... Passed test: test01.m:34 ... -isClass returns YES on a Class Passed test: test01.m:39 ... -isClass returns NO on an instance Passed test: test01.m:44 ... -isClass returns NO on an instance (special test for broken libobjc) Passed test: test01.m:52 ... -isKindOfClass: works Passed test: test01.m:59 ... +isKindOfClass: works Completed file: test01.m Testing test02.m... Running base/NSObject/test02.m... Passed test: test02.m:41 ... +conformsToProtocol returns YES on an implemented protocol Passed test: test02.m:43 ... +conformsToProtocol returns YES on a protocol implemented in a category Passed test: test02.m:45 ... +conformsToProtocol returns NO on an unimplemented protocol Passed test: test02.m:47 ... -conformsToProtocol returns YES on an implemented protocol Passed test: test02.m:49 ... -conformsToProtocol returns YES on a protocol implemented in a category Passed test: test02.m:51 ... -conformsToProtocol returns NO on an unimplemented protocol Completed file: test02.m Building in base/NSOperation This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool concurrent... Making all for test_tool threads... Compiling file concurrent.m ... Compiling file basic.m ... Compiling file threads.m ... concurrent.m:42:3: warning: instance method '-willChangeValueForKey:' not found (return type defaults to 'id') [self willChangeValueForKey:@"isExecuting"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ concurrent.m:44:3: warning: instance method '-didChangeValueForKey:' not found (return type defaults to 'id') [self didChangeValueForKey:@"isExecuting"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ concurrent.m:60:7: warning: instance method '-willChangeValueForKey:' not found (return type defaults to 'id') [self willChangeValueForKey: @"isFinished"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ concurrent.m:62:7: warning: instance method '-didChangeValueForKey:' not found (return type defaults to 'id') [self didChangeValueForKey: @"isFinished"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ concurrent.m:75:3: warning: instance method '-willChangeValueForKey:' not found (return type defaults to 'id') [self willChangeValueForKey: @"isFinished"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ concurrent.m:76:3: warning: instance method '-willChangeValueForKey:' not found (return type defaults to 'id') [self willChangeValueForKey: @"isExecuting"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ concurrent.m:81:3: warning: instance method '-didChangeValueForKey:' not found (return type defaults to 'id') [self didChangeValueForKey: @"isExecuting"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ concurrent.m:82:3: warning: instance method '-didChangeValueForKey:' not found (return type defaults to 'id') [self didChangeValueForKey: @"isFinished"]; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 warnings generated. Linking test_tool concurrent ... Linking test_tool threads ... Linking test_tool basic ... Testing basic.m... Running base/NSOperation/basic.m... Passed test: Class 'NSOperation' exists Passed test: Class 'NSOperation' has working alloc Passed test: Class 'NSOperation' alloc gives the correct class Passed test: Class 'NSOperation' has working init Passed test: Class 'NSOperation' has working new Passed test: Class 'NSOperation' has working allocWithZone Passed test: basic.m:16 ... can create an operation Passed test: NSOperation is a known className Passed test: Object 0 of class 'NSOperation' conforms to NSObject Passed test: Object 0 of class 'NSOperation' can return self Passed test: Object 0 of class 'NSOperation' can return own class Passed test: Object 0 of class 'NSOperation' object is of correct class Passed test: Object 0 of class 'NSOperation' isMemberOfClass works Passed test: Object 0 of class 'NSOperation' can return superclass Passed test: Object 0 of class 'NSOperation' responds to hash Passed test: Object 0 of class 'NSOperation' isEqual: to self Passed test: Object 0 of class 'NSOperation' respondsToSelector: Passed test: Object 0 of class 'NSOperation' handles retain Passed test: Object 0 of class 'NSOperation' has working retainCount Passed test: Object 0 of class 'NSOperation' has NSString description Passed test: Object 0 of class 'NSOperation' handles performSelector Passed test: basic.m:20 ... operation is ready Passed test: basic.m:21 ... operation is not concurrent Passed test: basic.m:22 ... operation is not cancelled Passed test: basic.m:23 ... operation is not executing Passed test: basic.m:24 ... operation is not finished Passed test: basic.m:26 ... operation has no dependencies Passed test: basic.m:28 ... operation has normal priority Passed test: basic.m:31 ... operation has very high priority Passed test: basic.m:36 ... operation has added dependency Passed test: basic.m:37 ... operation with dependency is not ready Passed test: basic.m:40 ... cancelled dependency continues Passed test: basic.m:41 ... operation is cancelled Passed test: basic.m:43 ... cancelled dependency continues Passed test: basic.m:44 ... operation with cancelled dependency not ready Passed test: basic.m:47 ... dependency removal works Passed test: basic.m:48 ... operation without dependency is ready Passed test: basic.m:57 ... operation is finished Passed test: basic.m:58 ... a finished operation is ready Passed test: basic.m:60 ... finished dependency continues Passed test: basic.m:61 ... operation with finished dependency is ready Passed test: basic.m:70 ... a cancelled object is ready even with a dependency Passed test: basic.m:74 ... a cancelled object can finish Passed test: basic.m:78 ... NSOperation cannot be started twice Passed test: basic.m:80 ... wait returns at once Passed test: Class 'NSOperationQueue' exists Passed test: Class 'NSOperationQueue' has working alloc Passed test: Class 'NSOperationQueue' alloc gives the correct class Passed test: Class 'NSOperationQueue' has working init Passed test: Class 'NSOperationQueue' has working new Passed test: Class 'NSOperationQueue' has working allocWithZone Passed test: basic.m:85 ... can create an operation queue Passed test: NSOperationQueue is a known className Passed test: Object 0 of class 'NSOperationQueue' conforms to NSObject Passed test: Object 0 of class 'NSOperationQueue' can return self Passed test: Object 0 of class 'NSOperationQueue' can return own class Passed test: Object 0 of class 'NSOperationQueue' object is of correct class Passed test: Object 0 of class 'NSOperationQueue' isMemberOfClass works Passed test: Object 0 of class 'NSOperationQueue' can return superclass Passed test: Object 0 of class 'NSOperationQueue' responds to hash Passed test: Object 0 of class 'NSOperationQueue' isEqual: to self Passed test: Object 0 of class 'NSOperationQueue' respondsToSelector: Passed test: Object 0 of class 'NSOperationQueue' handles retain Passed test: Object 0 of class 'NSOperationQueue' has working retainCount Passed test: Object 0 of class 'NSOperationQueue' has NSString description Passed test: Object 0 of class 'NSOperationQueue' handles performSelector Passed test: basic.m:90 ... not suspended by default Passed test: basic.m:92 ... set suspended yes Passed test: basic.m:94 ... set suspended no Passed test: basic.m:96 ... name has a default Passed test: basic.m:98 ... set name OK Passed test: basic.m:100 ... setting null name gives empty string Passed test: basic.m:102 ... max concurrent set by default Passed test: basic.m:104 ... max concurrent set to one Passed test: basic.m:106 ... max concurrent set to zero Passed test: basic.m:108 ... max concurrent set to a million Passed test: basic.m:110 ... max concurrent set to default Passed test: basic.m:113 ... NSOperationQueue cannot be given negative count Passed test: basic.m:118 ... queue ran operation Completed file: basic.m Testing concurrent.m... Running base/NSOperation/concurrent.m... Start set: concurrent.m:95 ... concurrent operations Passed test: concurrent.m:102 ... operation ran Passed test: concurrent.m:103 ... operation is not executing Passed test: concurrent.m:104 ... operation was performed Passed test: concurrent.m:117 ... operation ran Passed test: concurrent.m:118 ... operation is not executing Passed test: concurrent.m:123 ... operation was performed Passed test: concurrent.m:123 ... operation was performed Passed test: concurrent.m:123 ... operation was performed Passed test: concurrent.m:123 ... operation was performed Passed test: concurrent.m:123 ... operation was performed Passed test: concurrent.m:135 ... operation ran Passed test: concurrent.m:136 ... operation is not executing Passed test: concurrent.m:141 ... operation was performed Passed test: concurrent.m:141 ... operation was performed Passed test: concurrent.m:141 ... operation was performed Passed test: concurrent.m:141 ... operation was performed Passed test: concurrent.m:141 ... operation was performed Passed test: concurrent.m:141 ... operation was performed Passed test: concurrent.m:141 ... operation was performed Passed test: concurrent.m:141 ... operation was performed Passed test: concurrent.m:141 ... operation was performed Passed test: concurrent.m:141 ... operation was performed End set: concurrent.m:144 ... concurrent operations Completed file: concurrent.m Testing threads.m... Running base/NSOperation/threads.m... Passed test: threads.m:128 ... counter was set up Passed test: threads.m:133 ... operation ran Passed test: threads.m:134 ... operation ran in this thread Passed test: threads.m:143 ... operation finished Passed test: threads.m:144 ... operation ran Passed test: threads.m:145 ... operation ran in other thread Passed test: threads.m:154 ... operation exited Passed test: threads.m:155 ... operation ran Passed test: threads.m:156 ... operation ran in other thread Passed test: threads.m:157 ... operation seems to be running Passed test: threads.m:164 ... NSOperation exceptions propogate from main Passed test: threads.m:165 ... operation failed to finish Passed test: threads.m:166 ... operation ran Passed test: threads.m:167 ... operation ran in this thread Passed test: threads.m:168 ... operation seems to be running Passed test: threads.m:173 ... operation ran Passed test: threads.m:174 ... operation ran in this thread Passed test: threads.m:182 ... operation ran Passed test: threads.m:183 ... operation ran in other thread Passed test: threads.m:185 ... thread did not exit immediately Passed test: threads.m:189 ... thread exit occurs after six seconds Passed test: threads.m:191 ... current queue outside -main is main queue Passed test: threads.m:192 ... main queue is not nil Passed test: threads.m:196 ... main queue runs an operation Passed test: threads.m:197 ... operation ran in other thread Passed test: threads.m:203 ... suspend works Passed test: threads.m:206 ... unsuspend works Passed test: threads.m:213 ... max operation count of zero suspends queue Passed test: threads.m:216 ... resetting max operation queue sarts it Passed test: threads.m:233 ... operations ran in order of addition Passed test: threads.m:253 ... operations ran in order of dependency Passed test: threads.m:254 ... dependencies not removed when done Completed file: threads.m Building in base/NSPointerArray This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool create... Making all for test_tool basic... Making all for test_tool weak... Making all for test_tool general... Compiling file create.m ... Compiling file basic.m ... Compiling file weak.m ... Compiling file general.m ... create.m:10:25: warning: unused variable 'old' [-Wunused-variable] NSPointerArray *obj, *old; ^ 1 warning generated. Linking test_tool create ... Linking test_tool weak ... Linking test_tool general ... Linking test_tool basic ... Testing basic.m... Running base/NSPointerArray/basic.m... Passed test: Class 'NSPointerArray' exists Passed test: Class 'NSPointerArray' has working alloc Passed test: Class 'NSPointerArray' alloc gives the correct class Passed test: Class 'NSPointerArray' has working init Passed test: Class 'NSPointerArray' has working new Passed test: Class 'NSPointerArray' has working allocWithZone Passed test: NSPointerArray is a known className Passed test: Object 0 of class 'NSPointerArray' conforms to NSObject Passed test: Object 0 of class 'NSPointerArray' can return self Passed test: Object 0 of class 'NSPointerArray' can return own class Passed test: Object 0 of class 'NSPointerArray' object is of correct class Passed test: Object 0 of class 'NSPointerArray' isMemberOfClass works Passed test: Object 0 of class 'NSPointerArray' can return superclass Passed test: Object 0 of class 'NSPointerArray' responds to hash Passed test: Object 0 of class 'NSPointerArray' isEqual: to self Passed test: Object 0 of class 'NSPointerArray' respondsToSelector: Passed test: Object 0 of class 'NSPointerArray' handles retain Passed test: Object 0 of class 'NSPointerArray' has working retainCount Passed test: Object 0 of class 'NSPointerArray' has NSString description Passed test: Object 0 of class 'NSPointerArray' handles performSelector Passed test: NSPointerArray is a known class Passed test: NSPointerArray is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying 2011-07-27 10:16:06.725 basic[15237] Copying 0, 0x406730 2011-07-27 10:16:06.726 basic[15237] Reading from 0x19fa5e0 2011-07-27 10:16:06.726 basic[15237] Value: 0x406730 Passed test: Object 0 of class 'NSPointerArray' understands -copy Passed test: Object 0 of class 'NSPointerArray' copy is of correct type 2011-07-27 10:16:06.726 basic[15237] Reading from 0x19fa5e0 2011-07-27 10:16:06.726 basic[15237] Value: 0x406730 2011-07-27 10:16:06.726 basic[15237] Reading from 0x1a243a0 2011-07-27 10:16:06.726 basic[15237] Value: 0x406730 Passed test: Object 0 of class 'NSPointerArray' original and copy are equal Passed test: Object 0 of class 'NSPointerArray' is not retained by copy with same zone 2011-07-27 10:16:06.727 basic[15237] Copying 0, 0x406730 2011-07-27 10:16:06.727 basic[15237] Reading from 0x19fa5e0 2011-07-27 10:16:06.727 basic[15237] Value: 0x406730 Passed test: Object 0 of class 'NSPointerArray' understands -copyWithZone Passed test: Object 0 of class 'NSPointerArray' zCopy has correct type 2011-07-27 10:16:06.727 basic[15237] Reading from 0x19fa5e0 2011-07-27 10:16:06.727 basic[15237] Value: 0x406730 2011-07-27 10:16:06.727 basic[15237] Reading from 0x1b129f0 2011-07-27 10:16:06.727 basic[15237] Value: 0x406730 Passed test: Object 0 of class 'NSPointerArray' copy and original are equal Passed test: Object 0 of class 'NSPointerArray' is not retained by copy with other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Completed file: basic.m Testing create.m... Running base/NSPointerArray/create.m... Passed test: create.m:26 ... +new creates an empty pointer array Passed test: create.m:29 ... +addPointer: increments count Passed test: create.m:31 ... +addPointer: works with nil 2011-07-27 10:16:07.096 create[15260] Reading from 0x1cd35e8 2011-07-27 10:16:07.097 create[15260] Value: (null) 2011-07-27 10:16:07.097 create[15260] Reading from 0x1cd35e0 2011-07-27 10:16:07.097 create[15260] Value: 0x404750 2011-07-27 10:16:07.097 create[15260] Reading from 0x1e228d0 2011-07-27 10:16:07.098 create[15260] Value: (null) 2011-07-27 10:16:07.098 create[15260] Reading from 0x1e228c8 2011-07-27 10:16:07.098 create[15260] Value: 0x404750 2011-07-27 10:16:07.098 create[15260] Reading from 0x1e228c0 2011-07-27 10:16:07.098 create[15260] Value: 0x4046f0 2011-07-27 10:16:07.098 create[15260] Reading from 0x1e228d8 2011-07-27 10:16:07.098 create[15260] Value: (null) 2011-07-27 10:16:07.098 create[15260] Reading from 0x1e228d0 2011-07-27 10:16:07.098 create[15260] Value: 0x404750 2011-07-27 10:16:07.098 create[15260] Reading from 0x1e228c8 2011-07-27 10:16:07.098 create[15260] Value: 0x4046f0 2011-07-27 10:16:07.098 create[15260] Reading from 0x1e228c0 2011-07-27 10:16:07.098 create[15260] Value: 0x404710 2011-07-27 10:16:07.098 create[15260] Reading from 0x1e228d0 2011-07-27 10:16:07.098 create[15260] Value: 0x4046f0 Passed test: create.m:37 ... +insertPointer:atIndex: works Passed test: create.m:43 ... array with weak references doesn't retain Completed file: create.m Testing general.m... Running base/NSPointerArray/general.m... Completed file: general.m Testing weak.m... Running base/NSPointerArray/weak.m... Passed test: weak.m:11 ... Added object to weak array Passed test: weak.m:15 ... Removed object to weak array Completed file: weak.m Building in base/NSPredicate This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running base/NSPredicate/basic.m... Passed test: basic.m:13 ... valueForKeyPath: with string Passed test: basic.m:14 ... valueForKeyPath: with string Passed test: basic.m:15 ... valueForKeyPath: with string Passed test: basic.m:16 ... valueForKeyPath: with int Passed test: basic.m:25 ... %@ CONTAINS %@ Passed test: basic.m:27 ... %@ IN %@ Passed test: basic.m:36 ... %K == %@ Passed test: basic.m:38 ... %K MATCHES[c] %@ Passed test: basic.m:40 ... %K BEGINSWITH %@ Passed test: basic.m:42 ... (%K == %@) AND (%K == %@) Passed test: basic.m:51 ... %K == %d Passed test: basic.m:53 ... %K = %@ Passed test: basic.m:55 ... %K == %@ Passed test: basic.m:57 ... %K < %d Passed test: basic.m:59 ... %K < %@ Passed test: basic.m:61 ... %K <= %@ Passed test: basic.m:63 ... %K <= %@ Passed test: basic.m:65 ... %K > %@ Passed test: basic.m:67 ... %K >= %@ Passed test: basic.m:69 ... %K >= %@ Passed test: basic.m:71 ... %K != %@ Passed test: basic.m:73 ... %K <> %@ Passed test: basic.m:75 ... %K BETWEEN %@ Passed test: basic.m:77 ... (%K == %d) OR (%K == %d) Passed test: basic.m:88 ... %K < %f Passed test: basic.m:90 ... %f > %K Passed test: basic.m:99 ... %@ IN %K Passed test: basic.m:101 ... Any %K == %@ Passed test: basic.m:145 ... filter with SELF Passed test: basic.m:149 ... filter with description Passed test: basic.m:153 ... filter with format Passed test: basic.m:157 ... expressionForEvaluatedObject is unique Passed test: basic.m:160 ... SELF equality works Completed file: basic.m Building in base/NSProcessInfo This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool general... Compiling file basic.m ... Compiling file general.m ... general.m:23:28: warning: receiver 'NSDictionary' is a forward class and corresponding @interface may not exist [obj isKindOfClass:[NSDictionary class]]), ^ /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/Testing.h:168:21: note: expanded from: _cond = (int)(testExpression__); \ ^ /home/theraven/gs/install/include/Foundation/NSObject.h:187:1: note: method 'class' is used for the forward class + (Class) class; ^ 1 warning generated. Linking test_tool general ... Linking test_tool basic ... Testing basic.m... Running base/NSProcessInfo/basic.m... Passed test: Class 'NSProcessInfo' exists Passed test: Class 'NSProcessInfo' has working alloc Passed test: Class 'NSProcessInfo' alloc gives the correct class Passed test: Class 'NSProcessInfo' has working init Passed test: Class 'NSProcessInfo' has working new Passed test: Class 'NSProcessInfo' has working allocWithZone Passed test: NSProcessInfo is a known className Passed test: Object 0 of class 'NSProcessInfo' conforms to NSObject Passed test: Object 0 of class 'NSProcessInfo' can return self Passed test: Object 0 of class 'NSProcessInfo' can return own class Passed test: Object 0 of class 'NSProcessInfo' object <_NSConcreteProcessInfo: 0xac77d8> is of correct class Passed test: Object 0 of class 'NSProcessInfo' isMemberOfClass works Passed test: Object 0 of class 'NSProcessInfo' can return superclass Passed test: Object 0 of class 'NSProcessInfo' responds to hash Passed test: Object 0 of class 'NSProcessInfo' isEqual: to self Passed test: Object 0 of class 'NSProcessInfo' respondsToSelector: Passed test: Object 0 of class 'NSProcessInfo' handles retain Passed test: Object 0 of class 'NSProcessInfo' has working retainCount Passed test: Object 0 of class 'NSProcessInfo' has NSString description Passed test: Object 0 of class 'NSProcessInfo' handles performSelector Completed file: basic.m Testing general.m... Running base/NSProcessInfo/general.m... Passed test: general.m:13 ... NSProcessInfo understands [+processInfo] Passed test: general.m:19 ... NSProcessInfo has arguments Passed test: general.m:24 ... NSProcessInfo has environment Passed test: general.m:30 ... -processName is non-nil Passed test: general.m:36 ... -globallyUniqueString works Passed test: general.m:42 ... -operatingSystemName works Passed test: general.m:44 ... -operatingSystem works Completed file: general.m Building in base/NSProxy This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool test00... Making all for test_tool test01... Compiling file basic.m ... Compiling file test00.m ... Compiling file test01.m ... Linking test_tool basic ... Linking test_tool test00 ... Linking test_tool test01 ... Testing basic.m... Running base/NSProxy/basic.m... Passed test: basic.m:15 ... Class 'NSProxy' exists Passed test: basic.m:17 ... Class 'NSProxy' has working alloc Passed test: basic.m:19 ... NSProxy -isKindOfClass raises exception Passed test: basic.m:23 ... NSProxy -isKindOfClass raises exception Passed test: basic.m:26 ... Class 'NSProxy' has working allocWithZone: Passed test: basic.m:27 ... Class 'NSProxy' uses zone for alloc Passed test: basic.m:28 ... Class 'NSProxy' -zone works Passed test: basic.m:30 ... Class 'NSProxy' has working -hash Passed test: basic.m:31 ... Class 'NSProxy' has working -isEqual: Passed test: basic.m:32 ... Class 'NSProxy' has working -class Completed file: basic.m Testing test00.m... Running base/NSProxy/test00.m... Passed test: test00.m:106 ... uses +class to return self Passed test: test00.m:108 ... The class 'NSProxy' implements -isProxy to return YES Passed test: test00.m:109 ... The class 'NSProxy' implements -description Passed test: test00.m:111 ... Can create a MyProxy instance Passed test: test00.m:112 ... proxy isEqual: to self without remote Passed test: test00.m:114 ... Can set the remote object for the proxy Passed test: test00.m:116 ... Can create a MyString instance Passed test: test00.m:118 ... Can set the remote object for the subclass Passed test: test00.m:119 ... Get the length of the remote object Passed test: test00.m:120 ... Get the length of the subclass object Passed test: test00.m:121 ... proxy isEqual: to remote Passed test: test00.m:122 ... proxy isEqual: to subclass Passed test: test00.m:123 ... subclass isEqual: to remote Passed test: test00.m:124 ... subclass isEqual: to proxy Passed test: test00.m:125 ... remote isEqual: to proxy Passed test: test00.m:126 ... remote isEqual: to subclass Passed test: test00.m:127 ... proxy isEqualToString: to remote Passed test: test00.m:128 ... proxy isEqualToString: to subclass Passed test: test00.m:129 ... subclass isEqualToString: to remote Passed test: test00.m:130 ... subclass isEqualToString: to proxy Passed test: test00.m:131 ... remote isEqualToString: to proxy Passed test: test00.m:132 ... remote isEqualToString: to subclass Passed test: test00.m:133 ... proxy compare: remote Passed test: test00.m:134 ... proxy compare: subclass Passed test: test00.m:135 ... subclass compare: remote Passed test: test00.m:136 ... subclass compare: proxy Passed test: test00.m:137 ... remote compare: proxy Passed test: test00.m:138 ... remote compare: subclass Completed file: test00.m Testing test01.m... Running base/NSProxy/test01.m... Passed test: test01.m:195 ... Proxy signed char Passed test: test01.m:196 ... Proxy unsigned char Passed test: test01.m:197 ... Proxy signed short Passed test: test01.m:199 ... Proxy unsigned short Passed test: test01.m:201 ... Proxy signed int Passed test: test01.m:203 ... Proxy unsigned int Passed test: test01.m:205 ... Proxy signed long Passed test: test01.m:207 ... Proxy unsigned long Passed test: Proxy signed long long Passed test: test01.m:211 ... Proxy unsigned long long Passed test: Proxy float Passed test: Proxy double Passed test: test01.m:218 ... Proxy id Passed test: test01.m:220 ... Proxy enum Passed test: test01.m:223 ... Proxy NSRange Passed test: test01.m:226 ... Proxy NSPoint Passed test: test01.m:229 ... Proxy GSFinePoint Completed file: test01.m Building in base/NSRunLoop This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool general... Making all for test_tool performers... Making all for test_tool thread... Compiling file basic.m ... Compiling file general.m ... Compiling file performers.m ... Compiling file thread.m ... Linking test_tool basic ... Linking test_tool general ... Linking test_tool performers ... Linking test_tool thread ... Testing basic.m... Running base/NSRunLoop/basic.m... Passed test: basic.m:11 ... run loop initialises to nil Passed test: NSRunLoop is a known className Passed test: Object 0 of class 'NSRunLoop' conforms to NSObject Passed test: Object 0 of class 'NSRunLoop' can return self Passed test: Object 0 of class 'NSRunLoop' can return own class Passed test: Object 0 of class 'NSRunLoop' object is of correct class Passed test: Object 0 of class 'NSRunLoop' isMemberOfClass works Passed test: Object 0 of class 'NSRunLoop' can return superclass Passed test: Object 0 of class 'NSRunLoop' responds to hash Passed test: Object 0 of class 'NSRunLoop' isEqual: to self Passed test: Object 0 of class 'NSRunLoop' respondsToSelector: Passed test: Object 0 of class 'NSRunLoop' handles retain Passed test: Object 0 of class 'NSRunLoop' has working retainCount Passed test: Object 0 of class 'NSRunLoop' has NSString description Passed test: Object 0 of class 'NSRunLoop' handles performSelector Passed test: basic.m:15 ... timer initialises to nil Passed test: NSTimer is a known className Passed test: Object 0 of class 'NSTimer' conforms to NSObject Passed test: Object 0 of class 'NSTimer' can return self Passed test: Object 0 of class 'NSTimer' can return own class Passed test: Object 0 of class 'NSTimer' object is of correct class Passed test: Object 0 of class 'NSTimer' isMemberOfClass works Passed test: Object 0 of class 'NSTimer' can return superclass Passed test: Object 0 of class 'NSTimer' responds to hash Passed test: Object 0 of class 'NSTimer' isEqual: to self Passed test: Object 0 of class 'NSTimer' respondsToSelector: Passed test: Object 0 of class 'NSTimer' handles retain Passed test: Object 0 of class 'NSTimer' has working retainCount Passed test: Object 0 of class 'NSTimer' has NSString description Passed test: Object 0 of class 'NSTimer' handles performSelector Completed file: basic.m Testing general.m... Running base/NSRunLoop/general.m... Passed test: general.m:20 ... NSRunLoop understands [+currentRunLoop] Passed test: general.m:21 ... -currentMode returns nil Passed test: general.m:25 ... -runUntilDate: works Passed test: general.m:30 ... -runUntilDate: works with a timer Completed file: general.m Testing performers.m... Running base/NSRunLoop/performers.m... Passed test: performers.m:37 ... -performSelector:target:argument:order:modes: works for one performer Failed test: performers.m:49 ... -performSelector:target:argument:order:modes: only sends the message once Failed test: performers.m:65 ... -performSelector:target:argument:order:modes: orders performers correctly Failed test: performers.m:89 ... -cancelPerformSelector:target:argument: works Passed test: performers.m:105 ... -cancelPerformSelectorsWithTarget: works Completed file: performers.m Testing thread.m... Running base/NSRunLoop/thread.m... 2011-07-27 10:16:14.465 thread[15801] Notified: Name: NSFileHandleReadCompletionNotification Object: Info: {NSFileHandleNotificationDataItem = <>; NSFileHandleNotificationKey = NSFileHandleReadCompletionNotification; } Passed test: thread.m:190 ... Accept with no inputs or timers will exit Passed test: thread.m:191 ... Accept with timers will not exit Passed test: thread.m:192 ... A loop with no inputs or timers will exit Failed test: thread.m:193 ... A loop with an input source will block Passed test: thread.m:194 ... A loop with a timer will block Passed test: thread.m:195 ... A loop with no inputs or timers has no limit Passed test: thread.m:196 ... A loop with an input source has distant future Passed test: thread.m:197 ... A loop with a timer has timer fire date Passed test: thread.m:198 ... A loop with no inputs or timers has no more Passed test: thread.m:199 ... A loop with an input source has more Passed test: thread.m:200 ... A loop with a timer has more Passed test: thread.m:201 ... Methods will be performed in a loop without inputs Completed file: thread.m Building in base/NSScanner This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool test00... Making all for test_tool test01... Compiling file test01.m ... Compiling file test00.m ... test01.m:37:29: warning: sending 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] [scn scanRadixUnsignedInt:retp]; ^~~~ /home/theraven/gs/install/include/Foundation/NSScanner.h:108:47: note: passing argument to parameter 'value' here - (BOOL) scanRadixUnsignedInt: (unsigned int*)value; ^ test01.m:50:19: warning: sending 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] [scn scanHexInt:retp]; ^~~~ /home/theraven/gs/install/include/Foundation/NSScanner.h:95:37: note: passing argument to parameter 'value' here - (BOOL) scanHexInt: (unsigned int*)value; ^ test01.m:18:13: warning: unused function 'scanIntOverflow' [-Wunused-function] static BOOL scanIntOverflow(int value, int *retp) ^ 3 warnings generated. Linking test_tool test01 ... Linking test_tool test00 ... Testing test00.m... Running base/NSScanner/test00.m... Passed test: test00.m:38 ... scanning three words separated by newlines Passed test: test00.m:42 ... scanning three words separated by spaces Passed test: test00.m:46 ... scanning three words separated by tabs Passed test: test00.m:50 ... scanning three words separated by newlines and spaces Passed test: test00.m:56 ... scanning three words separated by spaces and semi-colons Completed file: test00.m Testing test01.m... Running base/NSScanner/test01.m... Passed test: test01.m:73 ... NSScanner large ints Passed test: test01.m:74 ... NSScanner small ints Passed test: test01.m:78 ... NSScanner non-digits terminate scan Passed test: test01.m:82 ... NSScanner non-digits terminate scan Passed test: test01.m:86 ... NSScanner non-digits dont consume characters to be skipped Passed test: test01.m:94 ... NSScanner radiux unsigned (non-digits terminate scan) Passed test: test01.m:99 ... NSScanner radiux unsigned (non-digits dont move scan) Passed test: test01.m:104 ... NSScanner hex (non-digits terminate scan) Passed test: test01.m:113 ... NSScanner scans doubles Passed test: test01.m:121 ... NSScanner scans double with exponents Completed file: test01.m Building in base/NSSet This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running base/NSSet/basic.m... Passed test: basic.m:14 ... can create an empty set Passed test: basic.m:18 ... can create a set with one element Passed test: NSSet is a known className Passed test: Object 0 of class 'NSSet' conforms to NSObject Passed test: Object 0 of class 'NSSet' can return self Passed test: Object 0 of class 'NSSet' can return own class Passed test: Object 0 of class 'NSSet' object () is of correct class Passed test: Object 0 of class 'NSSet' isMemberOfClass works Passed test: Object 0 of class 'NSSet' can return superclass Passed test: Object 0 of class 'NSSet' responds to hash Passed test: Object 0 of class 'NSSet' isEqual: to self Passed test: Object 0 of class 'NSSet' respondsToSelector: Passed test: Object 0 of class 'NSSet' handles retain Passed test: Object 0 of class 'NSSet' has working retainCount Passed test: Object 0 of class 'NSSet' has NSString description Passed test: Object 0 of class 'NSSet' handles performSelector Passed test: Object 1 of class 'NSSet' conforms to NSObject Passed test: Object 1 of class 'NSSet' can return self Passed test: Object 1 of class 'NSSet' can return own class Passed test: Object 1 of class 'NSSet' object (Hello) is of correct class Passed test: Object 1 of class 'NSSet' isMemberOfClass works Passed test: Object 1 of class 'NSSet' can return superclass Passed test: Object 1 of class 'NSSet' responds to hash Passed test: Object 1 of class 'NSSet' isEqual: to self Passed test: Object 1 of class 'NSSet' respondsToSelector: Passed test: Object 1 of class 'NSSet' handles retain Passed test: Object 1 of class 'NSSet' has working retainCount Passed test: Object 1 of class 'NSSet' has NSString description Passed test: Object 1 of class 'NSSet' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'GSSet' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 1 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 1 of class 'GSSet' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 1 Passed test: NSSet is a known class Passed test: NSMutableSet is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSMutableSet' understands -copy Passed test: Object 0 of class 'NSMutableSet' copy is of correct type Passed test: Object 0 of class 'NSMutableSet' original and copy are equal Passed test: Object 0 of class 'NSMutableSet' is retained by copy with same zone Passed test: Object 0 of class 'NSMutableSet' result of copy is not immutable Passed test: Object 0 of class 'NSMutableSet' understands -copyWithZone Passed test: Object 0 of class 'NSMutableSet' zCopy has correct type Passed test: Object 0 of class 'NSMutableSet' copy and original are equal Passed test: Object 0 of class 'NSMutableSet' is retained by copy with other zone Passed test: Object 0 of class 'NSMutableSet' result of copyWithZone: is not immutable End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 1 Passed test: conforms to NSCopying Passed test: Object 1 of class 'NSMutableSet' understands -copy Passed test: Object 1 of class 'NSMutableSet' copy is of correct type Passed test: Object 1 of class 'NSMutableSet' original and copy are equal Passed test: Object 1 of class 'NSMutableSet' is retained by copy with same zone Passed test: Object 1 of class 'NSMutableSet' result of copy is not immutable Passed test: Object 1 of class 'NSMutableSet' understands -copyWithZone Passed test: Object 1 of class 'NSMutableSet' zCopy has correct type Passed test: Object 1 of class 'NSMutableSet' copy and original are equal Passed test: Object 1 of class 'NSMutableSet' is retained by copy with other zone Passed test: Object 1 of class 'NSMutableSet' result of copyWithZone: is not immutable End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 1 Passed test: NSSet is a known class Passed test: NSMutableSet is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSSet' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSSet' understands -mutableCopy Passed test: Object 0 of class 'NSSet' mutable copy is of correct type Passed test: Object 0 of class 'NSSet' copy equals original Passed test: NSMutableSet not retained by mutable copy in the same zone Passed test: NSMutableSet understands mutableCopyWithZone Passed test: NSMutableSet not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 1 Passed test: Object 1 of class 'NSSet' conforms to NSMutableCopying protocol Passed test: Object 1 of class 'NSSet' understands -mutableCopy Passed test: Object 1 of class 'NSSet' mutable copy is of correct type Passed test: Object 1 of class 'NSSet' copy equals original Passed test: NSMutableSet not retained by mutable copy in the same zone Passed test: NSMutableSet understands mutableCopyWithZone Passed test: NSMutableSet not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 1 Completed file: basic.m Building in base/NSSortDescriptor This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Compiling file basic.m ... Linking test_tool basic ... Testing basic.m... Running base/NSSortDescriptor/basic.m... Passed test: basic.m:22 ... can create a sort descriptor Passed test: NSSortDescriptor is a known className Passed test: Object 0 of class 'NSSortDescriptor' conforms to NSObject Passed test: Object 0 of class 'NSSortDescriptor' can return self Passed test: Object 0 of class 'NSSortDescriptor' can return own class Passed test: Object 0 of class 'NSSortDescriptor' object is of correct class Passed test: Object 0 of class 'NSSortDescriptor' isMemberOfClass works Passed test: Object 0 of class 'NSSortDescriptor' can return superclass Passed test: Object 0 of class 'NSSortDescriptor' responds to hash Passed test: Object 0 of class 'NSSortDescriptor' isEqual: to self Passed test: Object 0 of class 'NSSortDescriptor' respondsToSelector: Passed test: Object 0 of class 'NSSortDescriptor' handles retain Passed test: Object 0 of class 'NSSortDescriptor' has working retainCount Passed test: Object 0 of class 'NSSortDescriptor' has NSString description Passed test: Object 0 of class 'NSSortDescriptor' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'NSSortDescriptor' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSSortDescriptor is a known class Passed test: NSSortDescriptor is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSSortDescriptor' understands -copy Passed test: Object 0 of class 'NSSortDescriptor' copy is of correct type Passed test: Object 0 of class 'NSSortDescriptor' original and copy are equal Passed test: Object 0 of class 'NSSortDescriptor' understands -copyWithZone Passed test: Object 0 of class 'NSSortDescriptor' zCopy has correct type Passed test: Object 0 of class 'NSSortDescriptor' copy and original are equal End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: basic.m:32 ... hash for similar descriptors is the same Passed test: basic.m:33 ... similar descriptors are equal Passed test: basic.m:34 ... different keyed descriptors are not equal Passed test: basic.m:35 ... different ordered descriptors are not equal Passed test: basic.m:54 ... basic comparison works for ascending descriptor Passed test: basic.m:56 ... basic comparison works for descending descriptor Passed test: basic.m:62 ... simple multilevel sort works Completed file: basic.m Building in base/NSStream This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool memandfile... Making all for test_tool memandfile_2... Making all for test_tool pipe... Compiling file basic.m ... Compiling file memandfile.m ... Compiling file memandfile_2.m ... Compiling file pipe.m ... Linking test_tool basic ... Linking test_tool memandfile ... Making all for test_tool socket... Linking test_tool pipe ... memandfile_2.m:137:14: warning: incompatible pointer types initializing 'Listener1 *' with an expression of type 'Listener2 *' [-Wincompatible-pointer-types] Listener1 *l2 = [[Listener2 new] autorelease]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSObject.h:246:1: note: instance method 'autorelease' is assumed to return an instance of its receiver type ('Listener2 *') - (id) autorelease; ^ Making all for test_tool socket_cs... 1 warning generated. Linking test_tool memandfile_2 ... Compiling file socket_cs.m ... Compiling file socket.m ... socket_cs.m:28:20: warning: conversion specifies type 'int' but the argument has type 'NSStreamEvent' (aka 'unsigned long') [-Wformat] NSLog(@"Client %p %d", theStream, streamEvent); ~^ ~~~~~~~~~~~ %lu socket_cs.m:94:32: warning: conversion specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] NSLog(@"Error code is %d ... %@", ~^ %ld socket_cs.m:119:20: warning: conversion specifies type 'int' but the argument has type 'NSStreamEvent' (aka 'unsigned long') [-Wformat] NSLog(@"Server %p %d", theStream, streamEvent); ~^ ~~~~~~~~~~~ %lu socket_cs.m:180:32: warning: conversion specifies type 'int' but the argument has type 'NSInteger' (aka 'long') [-Wformat] NSLog(@"Error code is %d ... %@", ~^ %ld socket.m:18:24: warning: initializing 'const uint8_t *' (aka 'const unsigned char *') with an expression of type 'char [19]' converts between pointers to integer types with different sign [-Wpointer-sign] static const uint8_t * rawstring = "GET / HTTP/1.0\r\n\r\n"; ^ ~~~~~~~~~~~~~~~~~~~~~~~~ socket.m:31:14: warning: conversion specifies type 'int' but the argument has type 'NSStreamEvent' (aka 'unsigned long') [-Wformat] NSLog(@"Got %d on %p", streamEvent, theStream); ~^ ~~~~~~~~~~~ %lu 2 warnings generated. Linking test_tool socket ... 4 warnings generated. Linking test_tool socket_cs ... Testing basic.m... Running base/NSStream/basic.m... Passed test: NSStream is a known className Passed test: Object 0 of class 'NSStream' conforms to NSObject Passed test: Object 0 of class 'NSStream' can return self Passed test: Object 0 of class 'NSStream' can return own class Passed test: Object 0 of class 'NSStream' object is of correct class Passed test: Object 0 of class 'NSStream' isMemberOfClass works Passed test: Object 0 of class 'NSStream' can return superclass Passed test: Object 0 of class 'NSStream' responds to hash Passed test: Object 0 of class 'NSStream' isEqual: to self Passed test: Object 0 of class 'NSStream' respondsToSelector: Passed test: Object 0 of class 'NSStream' handles retain Passed test: Object 0 of class 'NSStream' has working retainCount Passed test: Object 0 of class 'NSStream' has NSString description Passed test: Object 0 of class 'NSStream' handles performSelector Passed test: Object 1 of class 'NSStream' conforms to NSObject Passed test: Object 1 of class 'NSStream' can return self Passed test: Object 1 of class 'NSStream' can return own class Passed test: Object 1 of class 'NSStream' object is of correct class Passed test: Object 1 of class 'NSStream' isMemberOfClass works Passed test: Object 1 of class 'NSStream' can return superclass Passed test: Object 1 of class 'NSStream' responds to hash Passed test: Object 1 of class 'NSStream' isEqual: to self Passed test: Object 1 of class 'NSStream' respondsToSelector: Passed test: Object 1 of class 'NSStream' handles retain Passed test: Object 1 of class 'NSStream' has working retainCount Passed test: Object 1 of class 'NSStream' has NSString description Passed test: Object 1 of class 'NSStream' handles performSelector Completed file: basic.m Testing memandfile.m... Running base/NSStream/memandfile.m... Passed test: memandfile.m:42 ... file to memory copy ok Passed test: memandfile.m:52 ... memory to file copy ok Completed file: memandfile.m Testing memandfile_2.m... Running base/NSStream/memandfile_2.m... Passed test: memandfile_2.m:131 ... file to memory copy ok Passed test: memandfile_2.m:147 ... memory to file copy ok Completed file: memandfile_2.m Testing pipe.m... Running base/NSStream/pipe.m... Passed test: pipe.m:81 ... Local pipe Completed file: pipe.m Testing socket.m... Running base/NSStream/socket.m... Start set: socket.m:143 ... NSStream SSL Skipped set: socket.m 145 ... NSStream SSL functions not supported The GNU TLS library was not provided when GNUstep-base was configured/built. End set: socket.m:174 ... NSStream SSL Completed file: socket.m Testing socket_cs.m... Running base/NSStream/socket_cs.m... 2011-07-27 10:16:24.401 socket_cs[16336] sending and receiving on Host localhost ((localhost) ("127.0.0.1")): 127.0.0.1 2011-07-27 10:16:24.412 socket_cs[16336] Server 0xbc3538 1 2011-07-27 10:16:24.436 socket_cs[16336] Client input stream is 0xc16d98 2011-07-27 10:16:24.436 socket_cs[16336] Client output stream is 0xc87d98 2011-07-27 10:16:24.436 socket_cs[16336] Client 0xc16d98 1 2011-07-27 10:16:24.436 socket_cs[16336] Client 0xc87d98 1 2011-07-27 10:16:24.436 socket_cs[16336] Server 0xbc3538 2 2011-07-27 10:16:24.436 socket_cs[16336] Server input stream is 0xc96548 2011-07-27 10:16:24.436 socket_cs[16336] Server output stream is 0xc96768 2011-07-27 10:16:24.436 socket_cs[16336] Server 0xc96548 1 2011-07-27 10:16:24.436 socket_cs[16336] Server 0xc96768 1 2011-07-27 10:16:24.436 socket_cs[16336] Client 0xc87d98 4 2011-07-27 10:16:24.437 socket_cs[16336] Client 0xc87d98 wrote 12360 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96768 4 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96548 2 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96548 read 4096 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96768 wrote 4096 2011-07-27 10:16:24.437 socket_cs[16336] Client 0xc87d98 4 2011-07-27 10:16:24.437 socket_cs[16336] Client close 0xc87d98 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96768 4 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96548 2 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96548 read 4096 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96768 wrote 4096 2011-07-27 10:16:24.437 socket_cs[16336] Client 0xc16d98 2 2011-07-27 10:16:24.437 socket_cs[16336] Client 0xc16d98 read 4096 2011-07-27 10:16:24.437 socket_cs[16336] Client 0xc16d98 2 2011-07-27 10:16:24.437 socket_cs[16336] Client 0xc16d98 read 4096 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96768 4 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96548 2 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96548 read 4096 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96768 wrote 4096 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96768 4 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96548 2 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96548 read 72 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96768 wrote 72 2011-07-27 10:16:24.437 socket_cs[16336] Client 0xc16d98 2 2011-07-27 10:16:24.437 socket_cs[16336] Client 0xc16d98 read 4096 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96768 4 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96548 2 2011-07-27 10:16:24.437 socket_cs[16336] Server 0xc96548 16 2011-07-27 10:16:24.437 socket_cs[16336] Server close 0xc96548 2011-07-27 10:16:24.438 socket_cs[16336] Server output close 0xc96768 2011-07-27 10:16:24.438 socket_cs[16336] Server 0xc96548 read 0 2011-07-27 10:16:24.438 socket_cs[16336] Server input close 0xc96548 2011-07-27 10:16:24.438 socket_cs[16336] Server output close 0xc96768 2011-07-27 10:16:24.438 socket_cs[16336] Server 0xc96548 read 0 2011-07-27 10:16:24.438 socket_cs[16336] Server input close 0xc96548 2011-07-27 10:16:24.438 socket_cs[16336] Server output close 0xc96768 2011-07-27 10:16:24.438 socket_cs[16336] Client 0xc16d98 2 2011-07-27 10:16:24.438 socket_cs[16336] Client 0xc16d98 read 72 2011-07-27 10:16:24.438 socket_cs[16336] Client 0xc16d98 2 2011-07-27 10:16:24.438 socket_cs[16336] Client 0xc16d98 16 2011-07-27 10:16:24.438 socket_cs[16336] Client close 0xc16d98 2011-07-27 10:16:24.438 socket_cs[16336] Client 0xc16d98 read 0 2011-07-27 10:16:24.438 socket_cs[16336] Client close 0xc16d98 Passed test: socket_cs.m:293 ... Local tcp 2011-07-27 10:16:24.438 socket_cs[16336] Server 0xc9d5d8 1 2011-07-27 10:16:24.438 socket_cs[16336] Client input stream is 0xc1c828 2011-07-27 10:16:24.438 socket_cs[16336] Client output stream is 0xc1ca18 2011-07-27 10:16:24.438 socket_cs[16336] Client 0xc1c828 1 2011-07-27 10:16:24.438 socket_cs[16336] Client 0xc1ca18 1 2011-07-27 10:16:24.438 socket_cs[16336] Server 0xc9d5d8 2 2011-07-27 10:16:24.438 socket_cs[16336] Server input stream is 0xca6358 2011-07-27 10:16:24.438 socket_cs[16336] Server output stream is 0xca6518 2011-07-27 10:16:24.438 socket_cs[16336] Server 0xca6358 1 2011-07-27 10:16:24.438 socket_cs[16336] Server 0xca6518 1 2011-07-27 10:16:24.438 socket_cs[16336] Server 0xca6518 4 2011-07-27 10:16:24.438 socket_cs[16336] Client 0xc1ca18 4 2011-07-27 10:16:24.439 socket_cs[16336] Client 0xc1ca18 wrote 12360 2011-07-27 10:16:24.439 socket_cs[16336] Client 0xc1ca18 4 2011-07-27 10:16:24.439 socket_cs[16336] Client close 0xc1ca18 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 2 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 read 4096 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6518 wrote 4096 2011-07-27 10:16:24.439 socket_cs[16336] Client 0xc1c828 2 2011-07-27 10:16:24.439 socket_cs[16336] Client 0xc1c828 read 4096 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6518 4 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 2 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 read 4096 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6518 wrote 4096 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6518 4 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 2 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 read 4096 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6518 wrote 4096 2011-07-27 10:16:24.439 socket_cs[16336] Client 0xc1c828 2 2011-07-27 10:16:24.439 socket_cs[16336] Client 0xc1c828 read 4096 2011-07-27 10:16:24.439 socket_cs[16336] Client 0xc1c828 2 2011-07-27 10:16:24.439 socket_cs[16336] Client 0xc1c828 read 4096 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6518 4 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 2 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 read 72 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6518 wrote 72 2011-07-27 10:16:24.439 socket_cs[16336] Client 0xc1c828 2 2011-07-27 10:16:24.439 socket_cs[16336] Client 0xc1c828 read 72 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6518 4 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 2 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 16 2011-07-27 10:16:24.439 socket_cs[16336] Server close 0xca6358 2011-07-27 10:16:24.439 socket_cs[16336] Server output close 0xca6518 2011-07-27 10:16:24.439 socket_cs[16336] Server 0xca6358 read 0 2011-07-27 10:16:24.440 socket_cs[16336] Server input close 0xca6358 2011-07-27 10:16:24.440 socket_cs[16336] Server output close 0xca6518 2011-07-27 10:16:24.440 socket_cs[16336] Server 0xca6358 read 0 2011-07-27 10:16:24.440 socket_cs[16336] Server input close 0xca6358 2011-07-27 10:16:24.440 socket_cs[16336] Server output close 0xca6518 2011-07-27 10:16:24.440 socket_cs[16336] Client 0xc1c828 2 2011-07-27 10:16:24.440 socket_cs[16336] Client 0xc1c828 16 2011-07-27 10:16:24.440 socket_cs[16336] Client close 0xc1c828 2011-07-27 10:16:24.440 socket_cs[16336] Client 0xc1c828 read 0 2011-07-27 10:16:24.440 socket_cs[16336] Client close 0xc1c828 Passed test: socket_cs.m:324 ... Local tcp (blocking open) 2011-07-27 10:16:24.440 socket_cs[16336] Server 0xcb2f38 1 2011-07-27 10:16:24.440 socket_cs[16336] Client input stream is 0xcb4b28 2011-07-27 10:16:24.440 socket_cs[16336] Client output stream is 0xcb6518 2011-07-27 10:16:24.440 socket_cs[16336] Client 0xcb4b28 1 2011-07-27 10:16:24.440 socket_cs[16336] Client 0xcb6518 1 2011-07-27 10:16:24.440 socket_cs[16336] Client 0xcb6518 4 2011-07-27 10:16:24.440 socket_cs[16336] Client 0xcb6518 wrote 12360 2011-07-27 10:16:24.440 socket_cs[16336] Server 0xcb2f38 2 2011-07-27 10:16:24.440 socket_cs[16336] Server input stream is 0xca2828 2011-07-27 10:16:24.440 socket_cs[16336] Server output stream is 0xca29e8 2011-07-27 10:16:24.440 socket_cs[16336] Server 0xca2828 1 2011-07-27 10:16:24.444 socket_cs[16336] Server 0xca29e8 1 2011-07-27 10:16:24.444 socket_cs[16336] Client 0xcb6518 4 2011-07-27 10:16:24.444 socket_cs[16336] Client close 0xcb6518 2011-07-27 10:16:24.444 socket_cs[16336] Server 0xca29e8 4 2011-07-27 10:16:24.444 socket_cs[16336] Server 0xca2828 2 2011-07-27 10:16:24.444 socket_cs[16336] Server 0xca2828 read 4096 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca29e8 wrote 4096 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca29e8 4 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca2828 2 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca2828 read 4096 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca29e8 wrote 4096 2011-07-27 10:16:24.445 socket_cs[16336] Client 0xcb4b28 2 2011-07-27 10:16:24.445 socket_cs[16336] Client 0xcb4b28 read 4096 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca29e8 4 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca2828 2 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca2828 read 4096 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca29e8 wrote 4096 2011-07-27 10:16:24.445 socket_cs[16336] Client 0xcb4b28 2 2011-07-27 10:16:24.445 socket_cs[16336] Client 0xcb4b28 read 4096 2011-07-27 10:16:24.445 socket_cs[16336] Client 0xcb4b28 2 2011-07-27 10:16:24.445 socket_cs[16336] Client 0xcb4b28 read 4096 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca29e8 4 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca2828 2 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca2828 read 72 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca29e8 wrote 72 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca29e8 4 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca2828 2 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca2828 16 2011-07-27 10:16:24.445 socket_cs[16336] Server close 0xca2828 2011-07-27 10:16:24.445 socket_cs[16336] Server output close 0xca29e8 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca2828 read 0 2011-07-27 10:16:24.445 socket_cs[16336] Server input close 0xca2828 2011-07-27 10:16:24.445 socket_cs[16336] Server output close 0xca29e8 2011-07-27 10:16:24.445 socket_cs[16336] Server 0xca2828 read 0 2011-07-27 10:16:24.445 socket_cs[16336] Server input close 0xca2828 2011-07-27 10:16:24.445 socket_cs[16336] Server output close 0xca29e8 2011-07-27 10:16:24.445 socket_cs[16336] Client 0xcb4b28 2 2011-07-27 10:16:24.445 socket_cs[16336] Client 0xcb4b28 read 72 2011-07-27 10:16:24.445 socket_cs[16336] Client 0xcb4b28 2 2011-07-27 10:16:24.445 socket_cs[16336] Client 0xcb4b28 16 2011-07-27 10:16:24.445 socket_cs[16336] Client close 0xcb4b28 2011-07-27 10:16:24.446 socket_cs[16336] Client 0xcb4b28 read 0 2011-07-27 10:16:24.446 socket_cs[16336] Client close 0xcb4b28 Passed test: socket_cs.m:354 ... Local socket 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc63c8 1 2011-07-27 10:16:24.446 socket_cs[16336] Client input stream is 0xcc67d8 2011-07-27 10:16:24.446 socket_cs[16336] Client output stream is 0xcc69c8 2011-07-27 10:16:24.446 socket_cs[16336] Client 0xcc67d8 1 2011-07-27 10:16:24.446 socket_cs[16336] Client 0xcc69c8 1 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc63c8 2 2011-07-27 10:16:24.446 socket_cs[16336] Server input stream is 0xcc76b8 2011-07-27 10:16:24.446 socket_cs[16336] Server output stream is 0xcc7878 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc76b8 1 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc7878 1 2011-07-27 10:16:24.446 socket_cs[16336] Client 0xcc69c8 4 2011-07-27 10:16:24.446 socket_cs[16336] Client 0xcc69c8 wrote 12360 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc7878 4 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc76b8 2 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc76b8 read 4096 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc7878 wrote 4096 2011-07-27 10:16:24.446 socket_cs[16336] Client 0xcc69c8 4 2011-07-27 10:16:24.446 socket_cs[16336] Client close 0xcc69c8 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc7878 4 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc76b8 2 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc76b8 read 4096 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc7878 wrote 4096 2011-07-27 10:16:24.446 socket_cs[16336] Client 0xcc67d8 2 2011-07-27 10:16:24.446 socket_cs[16336] Client 0xcc67d8 read 4096 2011-07-27 10:16:24.446 socket_cs[16336] Client 0xcc67d8 2 2011-07-27 10:16:24.446 socket_cs[16336] Client 0xcc67d8 read 4096 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc7878 4 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc76b8 2 2011-07-27 10:16:24.446 socket_cs[16336] Server 0xcc76b8 read 4096 2011-07-27 10:16:24.447 socket_cs[16336] Server 0xcc7878 wrote 4096 2011-07-27 10:16:24.447 socket_cs[16336] Server 0xcc7878 4 2011-07-27 10:16:24.447 socket_cs[16336] Server 0xcc76b8 2 2011-07-27 10:16:24.447 socket_cs[16336] Server 0xcc76b8 read 72 2011-07-27 10:16:24.447 socket_cs[16336] Server 0xcc7878 wrote 72 2011-07-27 10:16:24.447 socket_cs[16336] Client 0xcc67d8 2 2011-07-27 10:16:24.447 socket_cs[16336] Client 0xcc67d8 read 4096 2011-07-27 10:16:24.447 socket_cs[16336] Server 0xcc7878 4 2011-07-27 10:16:24.447 socket_cs[16336] Server 0xcc76b8 2 2011-07-27 10:16:24.447 socket_cs[16336] Server 0xcc76b8 16 2011-07-27 10:16:24.447 socket_cs[16336] Server close 0xcc76b8 2011-07-27 10:16:24.447 socket_cs[16336] Server output close 0xcc7878 2011-07-27 10:16:24.447 socket_cs[16336] Server 0xcc76b8 read 0 2011-07-27 10:16:24.447 socket_cs[16336] Server input close 0xcc76b8 2011-07-27 10:16:24.447 socket_cs[16336] Server output close 0xcc7878 2011-07-27 10:16:24.447 socket_cs[16336] Server 0xcc76b8 read 0 2011-07-27 10:16:24.447 socket_cs[16336] Server input close 0xcc76b8 2011-07-27 10:16:24.447 socket_cs[16336] Server output close 0xcc7878 2011-07-27 10:16:24.447 socket_cs[16336] Client 0xcc67d8 2 2011-07-27 10:16:24.447 socket_cs[16336] Client 0xcc67d8 read 72 2011-07-27 10:16:24.447 socket_cs[16336] Client 0xcc67d8 2 2011-07-27 10:16:24.447 socket_cs[16336] Client 0xcc67d8 16 2011-07-27 10:16:24.447 socket_cs[16336] Client close 0xcc67d8 2011-07-27 10:16:24.447 socket_cs[16336] Client 0xcc67d8 read 0 2011-07-27 10:16:24.447 socket_cs[16336] Client close 0xcc67d8 Passed test: socket_cs.m:385 ... Local socket (blocking open) Completed file: socket_cs.m Building in base/NSString This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool NSString_base... Making all for test_tool NSString_custom... Making all for test_tool NSString_zero_hash... Making all for test_tool basic... Compiling file NSString_base.m ... Compiling file NSString_custom.m ... Compiling file NSString_zero_hash.m ... In file included from NSString_base.m:8: ./NSString_tests.h:201:31: warning: sending 'unsigned char [16]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] [referenceString getCString: buffer ^~~~~~ /home/theraven/gs/install/include/Foundation/NSString.h:437:29: note: passing argument to parameter 'buffer' here - (void) getCString: (char*)buffer ^ Compiling file basic.m ... In file included from NSString_custom.m:8: ./NSString_tests.h:201:31: warning: sending 'unsigned char [16]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] [referenceString getCString: buffer ^~~~~~ /home/theraven/gs/install/include/Foundation/NSString.h:437:29: note: passing argument to parameter 'buffer' here - (void) getCString: (char*)buffer ^ NSString_custom.m:22:26: warning: conflicting parameter types in implementation of 'initWithBytes:length:encoding:': 'const void *' vs 'void *' - initWithBytes: (void *)c ~~~~~~ ^ /home/theraven/gs/install/include/Foundation/NSString.h:283:36: note: previous definition is here - (id) initWithBytes: (const void*)bytes ~~~~~ ^ NSString_custom.m:82:37: warning: conflicting parameter types in implementation of 'initWithCharactersNoCopy:length:freeWhenDone:': 'unichar *' (aka 'unsigned short *') vs 'void *' - initWithCharactersNoCopy: (void *)c ~~~~~~ ^ /home/theraven/gs/install/include/Foundation/NSString.h:335:44: note: previous definition is here - (id) initWithCharactersNoCopy: (unichar*)chars ~~~~~~~~ ^ 1 warning generated. Linking test_tool NSString_zero_hash ... Linking test_tool NSString_base ... Making all for test_tool bom... 3 warnings generated. Making all for test_tool boolValue... Linking test_tool NSString_custom ... Compiling file bom.m ... Linking test_tool basic ... Making all for test_tool nuls_in_strings... Compiling file boolValue.m ... Making all for test_tool order... Compiling file order.m ... Compiling file nuls_in_strings.m ... Linking test_tool boolValue ... Linking test_tool bom ... Making all for test_tool regex... Making all for test_tool test00... Linking test_tool nuls_in_strings ... Linking test_tool order ... Compiling file regex.m ... Making all for test_tool test01... Making all for test_tool test02... Compiling file test00.m ... Compiling file test01.m ... Compiling file test02.m ... Linking test_tool regex ... Making all for test_tool test03... test02.m:126:3: warning: implicit declaration of function 'GSPathHandling' is invalid in C99 [-Wimplicit-function-declaration] GSPathHandling("gnustep"); ^ test02.m:273:22: warning: implicit declaration of function 'NSTemporaryDirectory' is invalid in C99 [-Wimplicit-function-declaration] NSString *tmpdir = NSTemporaryDirectory(); ^ test02.m:273:13: warning: incompatible integer to pointer conversion initializing 'NSString *' with an expression of type 'int' NSString *tmpdir = NSTemporaryDirectory(); ^ ~~~~~~~~~~~~~~~~~~~~~~ test02.m:11:9: warning: unused variable 'testPath' [-Wunused-variable] char *testPath = NULL; ^ test02.m:12:9: warning: unused variable 'resultPath' [-Wunused-variable] char *resultPath = NULL; ^ Compiling file test03.m ... Linking test_tool test00 ... Linking test_tool test01 ... Making all for test_tool test04... Making all for test_tool test05... 5 warnings generated. Compiling file test04.m ... Linking test_tool test02 ... Linking test_tool test03 ... Compiling file test05.m ... Making all for test_tool test06... Making all for test_tool test07... Linking test_tool test04 ... Compiling file test06.m ... Compiling file test07.m ... Linking test_tool test05 ... test06.m:9:12: warning: unused variable 'i' [-Wunused-variable] unsigned i; ^ Linking test_tool test07 ... 1 warning generated. Linking test_tool test06 ... Testing NSString_base.m... Running base/NSString/NSString_base.m... Passed test: ./NSString_tests.h:308 ... -initWithCString: works Passed test: ./NSString_tests.h:115 ... -initWithData:encoding: gives nil for invalid encodings Passed test: ./NSString_tests.h:309 ... character set encoding/decoding works Passed test: ./NSString_tests.h:310 ... -getCString:maxLength:range:remainingRange: works Passed test: ./NSString_tests.h:237 ... -lowercaseString returns a valid instance Passed test: ./NSString_tests.h:246 ... -uppercaseString returns a valid instance Passed test: ./NSString_tests.h:255 ... -capitalizedString returns a valid instance Passed test: ./NSString_tests.h:263 ... -description returns a valid instance Passed test: ./NSString_tests.h:272 ... -stringByExpandingTildeInPath returns a valid instance (1) Passed test: ./NSString_tests.h:281 ... -stringByExpandingTildeInPath returns a valid instance (2) Passed test: ./NSString_tests.h:290 ... -stringByAbbreviatingWithTildeInPath returns a valid instance Have no reference string for c-string encoding 5, skipping test. Completed file: NSString_base.m Testing NSString_custom.m... Running base/NSString/NSString_custom.m... Passed test: ./NSString_tests.h:308 ... -initWithCString: works Passed test: ./NSString_tests.h:115 ... -initWithData:encoding: gives nil for invalid encodings Passed test: ./NSString_tests.h:309 ... character set encoding/decoding works Passed test: ./NSString_tests.h:310 ... -getCString:maxLength:range:remainingRange: works Passed test: ./NSString_tests.h:237 ... -lowercaseString returns a valid instance Passed test: ./NSString_tests.h:246 ... -uppercaseString returns a valid instance Passed test: ./NSString_tests.h:255 ... -capitalizedString returns a valid instance Passed test: ./NSString_tests.h:263 ... -description returns a valid instance Passed test: ./NSString_tests.h:272 ... -stringByExpandingTildeInPath returns a valid instance (1) Passed test: ./NSString_tests.h:281 ... -stringByExpandingTildeInPath returns a valid instance (2) Passed test: ./NSString_tests.h:290 ... -stringByAbbreviatingWithTildeInPath returns a valid instance Have no reference string for c-string encoding 5, skipping test. Completed file: NSString_custom.m Testing NSString_zero_hash.m... Running base/NSString/NSString_zero_hash.m... Passed test: NSString_zero_hash.m:32 ... [NSConstantString hash] does not return 0 Passed test: NSString_zero_hash.m:36 ... [NSString hash] does not return 0 Completed file: NSString_zero_hash.m Testing basic.m... Running base/NSString/basic.m... Passed test: Class 'NSString' exists Passed test: Class 'NSString' has working alloc Passed test: Class 'NSString' alloc gives the correct class Passed test: Class 'NSString' has working init Passed test: Class 'NSString' has working new Passed test: Class 'NSString' has working allocWithZone Passed test: NSString is a known className Passed test: Object 0 of class 'NSString' conforms to NSObject Passed test: Object 0 of class 'NSString' can return self Passed test: Object 0 of class 'NSString' can return own class Passed test: Object 0 of class 'NSString' object Hello is of correct class Passed test: Object 0 of class 'NSString' isMemberOfClass works Passed test: Object 0 of class 'NSString' can return superclass Passed test: Object 0 of class 'NSString' responds to hash Passed test: Object 0 of class 'NSString' isEqual: to self Passed test: Object 0 of class 'NSString' respondsToSelector: Passed test: Object 0 of class 'NSString' handles retain Passed test: Object 0 of class 'NSString' has working retainCount Passed test: Object 0 of class 'NSString' has NSString description Passed test: Object 0 of class 'NSString' handles performSelector Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:221 ... test_NSCoding object 0 Passed test: I can extract a class name for object Passed test: conforms to NSCoding protocol Passed test: I am able to set up an archiver Passed test: Object 0 of class 'GSCBufferString' can be encoded Passed test: can be decoded Passed test: decoded object equals the original End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:239 ... test_NSCoding object 0 Passed test: NSString is a known class Passed test: NSMutableString is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:297 ... test_NSCopying object 0 Passed test: conforms to NSCopying Passed test: Object 0 of class 'NSMutableString' understands -copy Passed test: Object 0 of class 'NSMutableString' copy is of correct type Passed test: Object 0 of class 'NSMutableString' original and copy are equal Passed test: Object 0 of class 'NSMutableString' result of copy is not immutable Passed test: Object 0 of class 'NSMutableString' understands -copyWithZone Passed test: Object 0 of class 'NSMutableString' zCopy has correct type Passed test: Object 0 of class 'NSMutableString' copy and original are equal Passed test: Object 0 of class 'NSMutableString' result of copyWithZone: is not immutable End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:362 ... test_NSCopying object 0 Passed test: NSString is a known class Passed test: NSMutableString is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSString' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSString' understands -mutableCopy Passed test: Object 0 of class 'NSString' mutable copy is of correct type Passed test: Object 0 of class 'NSString' copy equals original Passed test: NSMutableString not retained by mutable copy in the same zone Passed test: NSMutableString understands mutableCopyWithZone Passed test: NSMutableString not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Passed test: NSString is a known class Passed test: NSMutableString is a known class Start set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:392 ... test_NSMutableCopying object 0 Passed test: Object 0 of class 'NSString' conforms to NSMutableCopying protocol Passed test: Object 0 of class 'NSString' understands -mutableCopy Passed test: Object 0 of class 'NSString' mutable copy is of correct type Passed test: Object 0 of class 'NSString' copy equals original Passed test: NSMutableString not retained by mutable copy in the same zone Passed test: NSMutableString understands mutableCopyWithZone Passed test: NSMutableString not retained by mutable copy in other zone End set: /home/theraven/gs/install/share/GNUstep/Makefiles/TestFramework/ObjectTesting.h:427 ... test_NSMutableCopying object 0 Passed test: basic.m:30 ... initWithCharacters:length: creates mutable string for ascii Passed test: basic.m:35 ... initWithCharacters:length: creates mutable string for unicode Passed test: basic.m:39 ... NSString -initWithString: does not allow nil argument Passed test: basic.m:42 ... buffer exact length fails Passed test: basic.m:44 ... buffer length+1 works Passed test: basic.m:45 ... getCString:maxLength:encoding Completed file: basic.m Testing bom.m... Running base/NSString/bom.m... Passed test: bom.m:39 ... stringWithContentsOfFile: UTF-8 BOM Passed test: bom.m:43 ... initWithData:encoding: UTF-8 BOM Completed file: bom.m Testing boolValue.m... Running base/NSString/boolValue.m... Passed test: boolValue.m:33 ... constant:y == YES Passed test: boolValue.m:34 ... constant:n == NO Passed test: boolValue.m:37 ... normal:y == YES Passed test: boolValue.m:39 ... normal:n == NO Passed test: boolValue.m:42 ... mutable:y == YES Passed test: boolValue.m:44 ... mutable:n == NO Passed test: boolValue.m:33 ... constant:Y == YES Passed test: boolValue.m:34 ... constant:N == NO Passed test: boolValue.m:37 ... normal:Y == YES Passed test: boolValue.m:39 ... normal:N == NO Passed test: boolValue.m:42 ... mutable:Y == YES Passed test: boolValue.m:44 ... mutable:N == NO Passed test: boolValue.m:33 ... constant:t == YES Passed test: boolValue.m:34 ... constant:f == NO Passed test: boolValue.m:37 ... normal:t == YES Passed test: boolValue.m:39 ... normal:f == NO Passed test: boolValue.m:42 ... mutable:t == YES Passed test: boolValue.m:44 ... mutable:f == NO Passed test: boolValue.m:33 ... constant:T == YES Passed test: boolValue.m:34 ... constant:F == NO Passed test: boolValue.m:37 ... normal:T == YES Passed test: boolValue.m:39 ... normal:F == NO Passed test: boolValue.m:42 ... mutable:T == YES Passed test: boolValue.m:44 ... mutable:F == NO Passed test: boolValue.m:33 ... constant:1 == YES Passed test: boolValue.m:34 ... constant:0 == NO Passed test: boolValue.m:37 ... normal:1 == YES Passed test: boolValue.m:39 ... normal:0 == NO Passed test: boolValue.m:42 ... mutable:1 == YES Passed test: boolValue.m:44 ... mutable:0 == NO Passed test: boolValue.m:33 ... constant:9 == YES Passed test: boolValue.m:34 ... constant:00 == NO Passed test: boolValue.m:37 ... normal:9 == YES Passed test: boolValue.m:39 ... normal:00 == NO Passed test: boolValue.m:42 ... mutable:9 == YES Passed test: boolValue.m:44 ... mutable:00 == NO Passed test: boolValue.m:33 ... constant:-y == YES Passed test: boolValue.m:34 ... constant:-n == NO Passed test: boolValue.m:37 ... normal:-y == YES Passed test: boolValue.m:39 ... normal:-n == NO Passed test: boolValue.m:42 ... mutable:-y == YES Passed test: boolValue.m:44 ... mutable:-n == NO Passed test: boolValue.m:33 ... constant:-Y == YES Passed test: boolValue.m:34 ... constant:-N == NO Passed test: boolValue.m:37 ... normal:-Y == YES Passed test: boolValue.m:39 ... normal:-N == NO Passed test: boolValue.m:42 ... mutable:-Y == YES Passed test: boolValue.m:44 ... mutable:-N == NO Passed test: boolValue.m:33 ... constant:-t == YES Passed test: boolValue.m:34 ... constant:-f == NO Passed test: boolValue.m:37 ... normal:-t == YES Passed test: boolValue.m:39 ... normal:-f == NO Passed test: boolValue.m:42 ... mutable:-t == YES Passed test: boolValue.m:44 ... mutable:-f == NO Passed test: boolValue.m:33 ... constant:-T == YES Passed test: boolValue.m:34 ... constant:-F == NO Passed test: boolValue.m:37 ... normal:-T == YES Passed test: boolValue.m:39 ... normal:-F == NO Passed test: boolValue.m:42 ... mutable:-T == YES Passed test: boolValue.m:44 ... mutable:-F == NO Passed test: boolValue.m:33 ... constant:-1 == YES Passed test: boolValue.m:34 ... constant:-0 == NO Passed test: boolValue.m:37 ... normal:-1 == YES Passed test: boolValue.m:39 ... normal:-0 == NO Passed test: boolValue.m:42 ... mutable:-1 == YES Passed test: boolValue.m:44 ... mutable:-0 == NO Passed test: boolValue.m:33 ... constant:-9 == YES Passed test: boolValue.m:34 ... constant:-00 == NO Passed test: boolValue.m:37 ... normal:-9 == YES Passed test: boolValue.m:39 ... normal:-00 == NO Passed test: boolValue.m:42 ... mutable:-9 == YES Passed test: boolValue.m:44 ... mutable:-00 == NO Passed test: boolValue.m:33 ... constant:Yes == YES Passed test: boolValue.m:34 ... constant:No == NO Passed test: boolValue.m:37 ... normal:Yes == YES Passed test: boolValue.m:39 ... normal:No == NO Passed test: boolValue.m:42 ... mutable:Yes == YES Passed test: boolValue.m:44 ... mutable:No == NO Passed test: boolValue.m:33 ... constant:YES == YES Passed test: boolValue.m:34 ... constant:NO == NO Passed test: boolValue.m:37 ... normal:YES == YES Passed test: boolValue.m:39 ... normal:NO == NO Passed test: boolValue.m:42 ... mutable:YES == YES Passed test: boolValue.m:44 ... mutable:NO == NO Passed test: boolValue.m:33 ... constant:yes == YES Passed test: boolValue.m:34 ... constant:no == NO Passed test: boolValue.m:37 ... normal:yes == YES Passed test: boolValue.m:39 ... normal:no == NO Passed test: boolValue.m:42 ... mutable:yes == YES Passed test: boolValue.m:44 ... mutable:no == NO Completed file: boolValue.m Testing nuls_in_strings.m... Running base/NSString/nuls_in_strings.m... Passed test: nuls_in_strings.m:20 ... nuls in constant strings Passed test: nuls_in_strings.m:21 ... nuls in non-constant strings Passed test: nuls_in_strings.m:22 ... hashes match Passed test: nuls_in_strings.m:24 ... compare as equal Completed file: nuls_in_strings.m Testing order.m... Running base/NSString/order.m... Passed test: order.m:23 ... UTF-16 BE OK Passed test: order.m:29 ... UTF-16 BE reverse OK Passed test: order.m:35 ... UTF-16 LE OK Passed test: order.m:41 ... UTF-16 LE reverse OK Passed test: order.m:48 ... UTF-32 BE OK Passed test: order.m:54 ... UTF-32 BE reverse OK Passed test: order.m:61 ... UTF-32 LE OK Passed test: order.m:67 ... UTF-32 LE reverse OK Completed file: order.m Testing regex.m... Running base/NSString/regex.m... 2011-07-27 10:16:30.018 regex[16857] autorelease called without pool for object (0x548808) of class GSRegularExpressionCheckingResult in thread Passed test: regex.m:9 ... Correct length for regex, expected 9 got 9 2011-07-27 10:16:30.020 regex[16857] autorelease called without pool for object (0x7f4af80e9958) of class GSRegularExpressionCheckingResult in thread Passed test: regex.m:12 ... Correct length for regex, expected 9 got 9 Completed file: regex.m Testing test00.m... Running base/NSString/test00.m... Passed test: test00.m:260 ... stringWithUTF8String raises for NULL Passed test: test00.m:265 ... initWithCString raises for NULL Passed test: test00.m:269 ... NSString extracting substring with range beyond end of string Passed test: test00.m:275 ... NSString comparison with range beyond end of string Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:70 ... UUString case insensitive comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:73 ... UCString case insensitive comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:76 ... CUString case insensitive comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:94 ... CCString case sensitive comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:97 ... UUString case sensitive comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:100 ... UCString case sensitive comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:103 ... CUString case sensitive comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'hello' and 'hello' NSOrderedSame Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for '' and '' NSOrderedSame Passed test: test00.m:70 ... UUString case insensitive comparison for '' and '' NSOrderedSame Passed test: test00.m:73 ... UCString case insensitive comparison for '' and '' NSOrderedSame Passed test: test00.m:76 ... CUString case insensitive comparison for '' and '' NSOrderedSame Passed test: test00.m:94 ... CCString case sensitive comparison for '' and '' NSOrderedSame Passed test: test00.m:97 ... UUString case sensitive comparison for '' and '' NSOrderedSame Passed test: test00.m:100 ... UCString case sensitive comparison for '' and '' NSOrderedSame Passed test: test00.m:103 ... CUString case sensitive comparison for '' and '' NSOrderedSame Passed test: test00.m:121 ... CCString case insensitive literal comparison for '' and '' NSOrderedSame Passed test: test00.m:124 ... UUString case insensitive literal comparison for '' and '' NSOrderedSame Passed test: test00.m:127 ... UCString case insensitive literal comparison for '' and '' NSOrderedSame Passed test: test00.m:130 ... CUString case insensitive literal comparison for '' and '' NSOrderedSame Passed test: test00.m:148 ... CCString case sensitive literal comparison for '' and '' NSOrderedSame Passed test: test00.m:151 ... UUString case sensitive literal comparison for '' and '' NSOrderedSame Passed test: test00.m:154 ... UCString case sensitive literal comparison for '' and '' NSOrderedSame Passed test: test00.m:157 ... CUString case sensitive literal comparison for '' and '' NSOrderedSame Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'hello' and 'Hello' NSOrderedSame Passed test: test00.m:70 ... UUString case insensitive comparison for 'hello' and 'Hello' NSOrderedSame Passed test: test00.m:73 ... UCString case insensitive comparison for 'hello' and 'Hello' NSOrderedSame Passed test: test00.m:76 ... CUString case insensitive comparison for 'hello' and 'Hello' NSOrderedSame Passed test: test00.m:94 ... CCString case sensitive comparison for 'hello' and 'Hello' NSOrderedDescending Passed test: test00.m:97 ... UUString case sensitive comparison for 'hello' and 'Hello' NSOrderedDescending Passed test: test00.m:100 ... UCString case sensitive comparison for 'hello' and 'Hello' NSOrderedDescending Passed test: test00.m:103 ... CUString case sensitive comparison for 'hello' and 'Hello' NSOrderedDescending Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'hello' and 'Hello' NSOrderedSame Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'hello' and 'Hello' NSOrderedSame Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'hello' and 'Hello' NSOrderedSame Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'hello' and 'Hello' NSOrderedSame Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'hello' and 'Hello' NSOrderedDescending Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'hello' and 'Hello' NSOrderedDescending Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'hello' and 'Hello' NSOrderedDescending Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'hello' and 'Hello' NSOrderedDescending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'Hello' and 'hello' NSOrderedSame Passed test: test00.m:70 ... UUString case insensitive comparison for 'Hello' and 'hello' NSOrderedSame Passed test: test00.m:73 ... UCString case insensitive comparison for 'Hello' and 'hello' NSOrderedSame Passed test: test00.m:76 ... CUString case insensitive comparison for 'Hello' and 'hello' NSOrderedSame Passed test: test00.m:94 ... CCString case sensitive comparison for 'Hello' and 'hello' NSOrderedAscending Passed test: test00.m:97 ... UUString case sensitive comparison for 'Hello' and 'hello' NSOrderedAscending Passed test: test00.m:100 ... UCString case sensitive comparison for 'Hello' and 'hello' NSOrderedAscending Passed test: test00.m:103 ... CUString case sensitive comparison for 'Hello' and 'hello' NSOrderedAscending Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'Hello' and 'hello' NSOrderedSame Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'Hello' and 'hello' NSOrderedSame Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'Hello' and 'hello' NSOrderedSame Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'Hello' and 'hello' NSOrderedSame Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'Hello' and 'hello' NSOrderedAscending Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'Hello' and 'hello' NSOrderedAscending Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'Hello' and 'hello' NSOrderedAscending Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'Hello' and 'hello' NSOrderedAscending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:70 ... UUString case insensitive comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:73 ... UCString case insensitive comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:76 ... CUString case insensitive comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:94 ... CCString case sensitive comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:97 ... UUString case sensitive comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:100 ... UCString case sensitive comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:103 ... CUString case sensitive comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'abc' and 'ab' NSOrderedDescending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:70 ... UUString case insensitive comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:73 ... UCString case insensitive comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:76 ... CUString case insensitive comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:94 ... CCString case sensitive comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:97 ... UUString case sensitive comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:100 ... UCString case sensitive comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:103 ... CUString case sensitive comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'ab' and 'abc' NSOrderedAscending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:70 ... UUString case insensitive comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:73 ... UCString case insensitive comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:76 ... CUString case insensitive comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:94 ... CCString case sensitive comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:97 ... UUString case sensitive comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:100 ... UCString case sensitive comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:103 ... CUString case sensitive comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:121 ... CCString case insensitive literal comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:124 ... UUString case insensitive literal comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:127 ... UCString case insensitive literal comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:130 ... CUString case insensitive literal comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:148 ... CCString case sensitive literal comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:151 ... UUString case sensitive literal comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:154 ... UCString case sensitive literal comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:157 ... CUString case sensitive literal comparison for '' and 'a' NSOrderedAscending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:70 ... UUString case insensitive comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:73 ... UCString case insensitive comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:76 ... CUString case insensitive comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:94 ... CCString case sensitive comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:97 ... UUString case sensitive comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:100 ... UCString case sensitive comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:103 ... CUString case sensitive comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'a' and '' NSOrderedDescending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'a' and '' NSOrderedSame Passed test: test00.m:70 ... UUString case insensitive comparison for 'a' and '' NSOrderedSame Passed test: test00.m:73 ... UCString case insensitive comparison for 'a' and '' NSOrderedSame Passed test: test00.m:76 ... CUString case insensitive comparison for 'a' and '' NSOrderedSame Passed test: test00.m:94 ... CCString case sensitive comparison for 'a' and '' NSOrderedSame Passed test: test00.m:97 ... UUString case sensitive comparison for 'a' and '' NSOrderedSame Passed test: test00.m:100 ... UCString case sensitive comparison for 'a' and '' NSOrderedSame Passed test: test00.m:103 ... CUString case sensitive comparison for 'a' and '' NSOrderedSame Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'a' and '' NSOrderedSame Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'a' and '' NSOrderedSame Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'a' and '' NSOrderedSame Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'a' and '' NSOrderedSame Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'a' and '' NSOrderedSame Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'a' and '' NSOrderedSame Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'a' and '' NSOrderedSame Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'a' and '' NSOrderedSame Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'Location' and 'LoCaTiOn' NSOrderedSame Passed test: test00.m:70 ... UUString case insensitive comparison for 'Location' and 'LoCaTiOn' NSOrderedSame Passed test: test00.m:73 ... UCString case insensitive comparison for 'Location' and 'LoCaTiOn' NSOrderedSame Passed test: test00.m:76 ... CUString case insensitive comparison for 'Location' and 'LoCaTiOn' NSOrderedSame Passed test: test00.m:94 ... CCString case sensitive comparison for 'Location' and 'LoCaTiOn' NSOrderedDescending Passed test: test00.m:97 ... UUString case sensitive comparison for 'Location' and 'LoCaTiOn' NSOrderedDescending Passed test: test00.m:100 ... UCString case sensitive comparison for 'Location' and 'LoCaTiOn' NSOrderedDescending Passed test: test00.m:103 ... CUString case sensitive comparison for 'Location' and 'LoCaTiOn' NSOrderedDescending Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'Location' and 'LoCaTiOn' NSOrderedSame Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'Location' and 'LoCaTiOn' NSOrderedSame Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'Location' and 'LoCaTiOn' NSOrderedSame Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'Location' and 'LoCaTiOn' NSOrderedSame Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'Location' and 'LoCaTiOn' NSOrderedDescending Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'Location' and 'LoCaTiOn' NSOrderedDescending Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'Location' and 'LoCaTiOn' NSOrderedDescending Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'Location' and 'LoCaTiOn' NSOrderedDescending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedSame Passed test: test00.m:70 ... UUString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedSame Passed test: test00.m:73 ... UCString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedSame Passed test: test00.m:76 ... CUString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedSame Passed test: test00.m:94 ... CCString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:97 ... UUString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:100 ... UCString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:103 ... CUString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:121 ... CCString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedSame Passed test: test00.m:124 ... UUString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedSame Passed test: test00.m:127 ... UCString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedSame Passed test: test00.m:130 ... CUString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedSame Passed test: test00.m:148 ... CCString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:151 ... UUString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:154 ... UCString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:157 ... CUString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedSame Passed test: test00.m:70 ... UUString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedSame Passed test: test00.m:73 ... UCString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedSame Passed test: test00.m:76 ... CUString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedSame Passed test: test00.m:94 ... CCString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedAscending Passed test: test00.m:97 ... UUString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedAscending Passed test: test00.m:100 ... UCString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedAscending Passed test: test00.m:103 ... CUString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedAscending Passed test: test00.m:121 ... CCString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedSame Passed test: test00.m:124 ... UUString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedSame Passed test: test00.m:127 ... UCString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedSame Passed test: test00.m:130 ... CUString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedSame Passed test: test00.m:148 ... CCString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedAscending Passed test: test00.m:151 ... UUString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedAscending Passed test: test00.m:154 ... UCString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedAscending Passed test: test00.m:157 ... CUString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>' NSOrderedAscending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:70 ... UUString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:73 ... UCString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:76 ... CUString case insensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:94 ... CCString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:97 ... UUString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:100 ... UCString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:103 ... CUString case sensitive comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:121 ... CCString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:124 ... UUString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:127 ... UCString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:130 ... CUString case insensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:148 ... CCString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:151 ... UUString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:154 ... UCString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:157 ... CUString case sensitive literal comparison for '1234567890_!@$%^&*()QWERTYUIOP{}ASDFGHJKL:;'ZXCVBNM,./<>?' and '1234567890_!@$%^&*()qwertyuiop{}asdfghjkl:;'zxcvbnm,./<>?' NSOrderedAscending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'abcdefg' and 'ABCDEFG' NSOrderedSame Passed test: test00.m:70 ... UUString case insensitive comparison for 'abcdefg' and 'ABCDEFG' NSOrderedSame Passed test: test00.m:73 ... UCString case insensitive comparison for 'abcdefg' and 'ABCDEFG' NSOrderedSame Passed test: test00.m:76 ... CUString case insensitive comparison for 'abcdefg' and 'ABCDEFG' NSOrderedSame Passed test: test00.m:94 ... CCString case sensitive comparison for 'abcdefg' and 'ABCDEFG' NSOrderedDescending Passed test: test00.m:97 ... UUString case sensitive comparison for 'abcdefg' and 'ABCDEFG' NSOrderedDescending Passed test: test00.m:100 ... UCString case sensitive comparison for 'abcdefg' and 'ABCDEFG' NSOrderedDescending Passed test: test00.m:103 ... CUString case sensitive comparison for 'abcdefg' and 'ABCDEFG' NSOrderedDescending Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'abcdefg' and 'ABCDEFG' NSOrderedSame Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'abcdefg' and 'ABCDEFG' NSOrderedSame Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'abcdefg' and 'ABCDEFG' NSOrderedSame Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'abcdefg' and 'ABCDEFG' NSOrderedSame Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'abcdefg' and 'ABCDEFG' NSOrderedDescending Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'abcdefg' and 'ABCDEFG' NSOrderedDescending Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'abcdefg' and 'ABCDEFG' NSOrderedDescending Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'abcdefg' and 'ABCDEFG' NSOrderedDescending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'abcdefg' and 'CDE' NSOrderedSame Passed test: test00.m:70 ... UUString case insensitive comparison for 'abcdefg' and 'CDE' NSOrderedSame Passed test: test00.m:73 ... UCString case insensitive comparison for 'abcdefg' and 'CDE' NSOrderedSame Passed test: test00.m:76 ... CUString case insensitive comparison for 'abcdefg' and 'CDE' NSOrderedSame Passed test: test00.m:94 ... CCString case sensitive comparison for 'abcdefg' and 'CDE' NSOrderedDescending Passed test: test00.m:97 ... UUString case sensitive comparison for 'abcdefg' and 'CDE' NSOrderedDescending Passed test: test00.m:100 ... UCString case sensitive comparison for 'abcdefg' and 'CDE' NSOrderedDescending Passed test: test00.m:103 ... CUString case sensitive comparison for 'abcdefg' and 'CDE' NSOrderedDescending Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'abcdefg' and 'CDE' NSOrderedSame Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'abcdefg' and 'CDE' NSOrderedSame Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'abcdefg' and 'CDE' NSOrderedSame Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'abcdefg' and 'CDE' NSOrderedSame Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'abcdefg' and 'CDE' NSOrderedDescending Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'abcdefg' and 'CDE' NSOrderedDescending Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'abcdefg' and 'CDE' NSOrderedDescending Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'abcdefg' and 'CDE' NSOrderedDescending Passed test: test00.m:47 ... create strings for compare is ok Passed test: test00.m:67 ... CCString case insensitive comparison for 'abcdefg' and 'CDEF' NSOrderedAscending Passed test: test00.m:70 ... UUString case insensitive comparison for 'abcdefg' and 'CDEF' NSOrderedAscending Passed test: test00.m:73 ... UCString case insensitive comparison for 'abcdefg' and 'CDEF' NSOrderedAscending Passed test: test00.m:76 ... CUString case insensitive comparison for 'abcdefg' and 'CDEF' NSOrderedAscending Passed test: test00.m:94 ... CCString case sensitive comparison for 'abcdefg' and 'CDEF' NSOrderedDescending Passed test: test00.m:97 ... UUString case sensitive comparison for 'abcdefg' and 'CDEF' NSOrderedDescending Passed test: test00.m:100 ... UCString case sensitive comparison for 'abcdefg' and 'CDEF' NSOrderedDescending Passed test: test00.m:103 ... CUString case sensitive comparison for 'abcdefg' and 'CDEF' NSOrderedDescending Passed test: test00.m:121 ... CCString case insensitive literal comparison for 'abcdefg' and 'CDEF' NSOrderedAscending Passed test: test00.m:124 ... UUString case insensitive literal comparison for 'abcdefg' and 'CDEF' NSOrderedAscending Passed test: test00.m:127 ... UCString case insensitive literal comparison for 'abcdefg' and 'CDEF' NSOrderedAscending Passed test: test00.m:130 ... CUString case insensitive literal comparison for 'abcdefg' and 'CDEF' NSOrderedAscending Passed test: test00.m:148 ... CCString case sensitive literal comparison for 'abcdefg' and 'CDEF' NSOrderedDescending Passed test: test00.m:151 ... UUString case sensitive literal comparison for 'abcdefg' and 'CDEF' NSOrderedDescending Passed test: test00.m:154 ... UCString case sensitive literal comparison for 'abcdefg' and 'CDEF' NSOrderedDescending Passed test: test00.m:157 ... CUString case sensitive literal comparison for 'abcdefg' and 'CDEF' NSOrderedDescending Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'hello' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'hello' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'hello' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'hello' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'hello' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'hello' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'hello' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'hello' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'hElLo' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'hElLo' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'hElLo' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'hElLo' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'hElLo' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'hElLo' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'hElLo' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'hElLo' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'hell' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'hell' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'hell' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'hell' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'hel' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'hel' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'hel' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'hel' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'he' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'he' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'he' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'he' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'h' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'h' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'h' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'h' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and '' is ok Passed test: test00.m:194 ... UUString range for 'hello' and '' is ok Passed test: test00.m:197 ... UCString range for 'hello' and '' is ok Passed test: test00.m:200 ... CUString range for 'hello' and '' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'el' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'el' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'el' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'el' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'el' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'el' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'el' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'el' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'el' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'el' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'el' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'el' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'ell' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'ell' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'ell' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'ell' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'hello' and 'lo' is ok Passed test: test00.m:194 ... UUString range for 'hello' and 'lo' is ok Passed test: test00.m:197 ... UCString range for 'hello' and 'lo' is ok Passed test: test00.m:200 ... CUString range for 'hello' and 'lo' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:194 ... UUString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:197 ... UCString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:200 ... CUString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:194 ... UUString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:197 ... UCString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:200 ... CUString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'boaboaboa' and 'ABO' is ok Passed test: test00.m:194 ... UUString range for 'boaboaboa' and 'ABO' is ok Passed test: test00.m:197 ... UCString range for 'boaboaboa' and 'ABO' is ok Passed test: test00.m:200 ... CUString range for 'boaboaboa' and 'ABO' is ok Passed test: test00.m:188 ... create strings for range is ok Passed test: test00.m:191 ... CCString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:194 ... UUString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:197 ... UCString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:200 ... CUString range for 'boaboaboa' and 'abo' is ok Passed test: test00.m:228 ... create strings for range Passed test: test00.m:231 ... CString range for 'boaboaboa' is ok Passed test: test00.m:234 ... UString range for 'boaboaboa' is ok Passed test: test00.m:237 ... MCString range for 'boaboaboa' is ok Passed test: test00.m:240 ... MUString range for 'boaboaboa' is ok Passed test: test00.m:228 ... create strings for range Passed test: test00.m:231 ... CString range for 'boaboaboa' is ok Passed test: test00.m:234 ... UString range for 'boaboaboa' is ok Passed test: test00.m:237 ... MCString range for 'boaboaboa' is ok Passed test: test00.m:240 ... MUString range for 'boaboaboa' is ok Passed test: test00.m:228 ... create strings for range Passed test: test00.m:231 ... CString range for 'bo boaboa' is ok Passed test: test00.m:234 ... UString range for 'bo boaboa' is ok Passed test: test00.m:237 ... MCString range for 'bo boaboa' is ok Passed test: test00.m:240 ... MUString range for 'bo boaboa' is ok Passed test: test00.m:251 ... lineRangeForRange: with 'This is a line of text ' is ok Passed test: test00.m:251 ... lineRangeForRange: with 'This is a line of text ' is ok Passed test: test00.m:251 ... lineRangeForRange: with 'This is a line of text ' is ok Passed test: test00.m:355 ... Simple double conversion works Passed test: test00.m:356 ... Simple float conversion works Completed file: test00.m Testing test01.m... Running base/NSString/test01.m... Passed test: test01.m:9 ... pathComponents '' Passed test: test01.m:10 ... pathComponents 'usr' Passed test: test01.m:11 ... pathComponents 'usr/' Passed test: test01.m:12 ... pathComponents 'usr/bin' Passed test: test01.m:13 ... pathComponents 'usr//bin' Passed test: test01.m:14 ... pathComponents 'usr///bin' Passed test: test01.m:15 ... pathComponents '/' Passed test: test01.m:16 ... pathComponents '/usr' Passed test: test01.m:17 ... pathComponents '/usr/' Passed test: test01.m:18 ... pathComponents '/usr/bin' Passed test: test01.m:19 ... pathComponents '/usr//bin' Passed test: test01.m:20 ... pathComponents '/usr///bin' Passed test: test01.m:22 ... '' stringByAppendingPathComponent: '' Passed test: test01.m:24 ... '' stringByAppendingPathComponent: 'usr' Passed test: test01.m:26 ... '' stringByAppendingPathComponent: 'usr/' Passed test: test01.m:28 ... '' stringByAppendingPathComponent: '/usr' Passed test: test01.m:30 ... '' stringByAppendingPathComponent: '/usr/' Passed test: test01.m:32 ... '/' stringByAppendingPathComponent: '' Passed test: test01.m:34 ... '/' stringByAppendingPathComponent: 'usr' Passed test: test01.m:36 ... '/' stringByAppendingPathComponent: 'usr/' Passed test: test01.m:38 ... '/' stringByAppendingPathComponent: '/usr' Passed test: test01.m:40 ... '/' stringByAppendingPathComponent: '/usr/' Passed test: test01.m:42 ... 'usr' stringByAppendingPathComponent: '' Passed test: test01.m:44 ... 'usr' stringByAppendingPathComponent: 'bin' Passed test: test01.m:46 ... 'usr' stringByAppendingPathComponent: 'bin/' Passed test: test01.m:48 ... 'usr' stringByAppendingPathComponent: '/bin' Passed test: test01.m:50 ... 'usr' stringByAppendingPathComponent: '/bin/' Passed test: test01.m:52 ... '/usr' stringByAppendingPathComponent: '' Passed test: test01.m:54 ... '/usr' stringByAppendingPathComponent: 'bin' Passed test: test01.m:56 ... '/usr' stringByAppendingPathComponent: 'bin/' Passed test: test01.m:58 ... '/usr' stringByAppendingPathComponent: '/bin' Passed test: test01.m:60 ... '/usr' stringByAppendingPathComponent: '/bin/' Passed test: test01.m:62 ... '/usr/' stringByAppendingPathComponent: '' Passed test: test01.m:64 ... '/usr/' stringByAppendingPathComponent: 'bin' Passed test: test01.m:66 ... '/usr/' stringByAppendingPathComponent: 'bin/' Passed test: test01.m:68 ... '/usr/' stringByAppendingPathComponent: '/bin/' Completed file: test01.m Testing test02.m... Running base/NSString/test02.m... Passed test: test02.m:15 ... [@"home" pathComponents] == @"home"] Passed test: test02.m:20 ... [@"/home" pathComponents] == (@"/", @"home"]) Passed test: test02.m:26 ... [@"/home" pathComponents] == (@"/", @"home","/")] Passed test: test02.m:32 ... [@"/home/nicola" pathComponents] == (@"/", @"home","nicola")] Passed test: test02.m:38 ... [@"//home//nicola" pathComponents] == (@"/", @"home","nicola")] Passed test: test02.m:40 ... [@"home/nicola.jpg" pathExtension] == @"jpg" Passed test: test02.m:43 ... [@"/home/nicola.jpg\" pathExtension] == @"jpg" Passed test: test02.m:46 ... [@"home/nicola" pathExtension] == @"" Passed test: test02.m:49 ... [@"home/nicola" pathExtension] == @"" Passed test: test02.m:52 ... [@"/home/nicola..jpg" pathExtension] == @"jpg" Passed test: test02.m:55 ... [@"/home/nicola.jpg/" pathExtension] == @"jpg" Passed test: test02.m:58 ... [@"/home/nicola.jpg/extra" pathExtension] == @"" Passed test: test02.m:61 ... [@"/home/nicola./" pathExtension] == @"" Passed test: test02.m:64 ... '/home' stringByAppendingPathComponent: 'nicola.jpg' == '/home/nicola.jpg' Passed test: test02.m:67 ... '/home/' stringByAppendingPathComponent: 'nicola.jpg' == '/home/nicola.jpg' Passed test: test02.m:70 ... '/' stringByAppendingPathComponent: 'nicola.jpg' == '/nicola.jpg' Passed test: test02.m:73 ... '' stringByAppendingPathComponent: 'nicola.jpg' == 'nicola.jpg' Passed test: test02.m:76 ... '/home/nicola.jpg' stringByAppendingPathExtension:'jpg' == '/home/nicola.jpg.jpg' Passed test: test02.m:79 ... '/home/nicola.' stringByAppendingPathExtension:'jpg' == '/home/nicola..jpg' Passed test: test02.m:85 ... '/home/nicola/' stringByAppendingPathExtension:'jpg' == '/home/nicola.jpg' Passed test: test02.m:88 ... 'nicola' stringByAppendingPathExtension:'jpg' == 'nicola.jpg' Passed test: test02.m:91 ... 'nicola' stringByAppendingPathExtension:'jpg' == 'nicola.jpg' Passed test: test02.m:96 ... '/home/nicola.jpg' stringByDeletingLastPathComponent == '/home' Passed test: test02.m:99 ... '/home/nicola/' stringByDeletingLastPathComponent == '/home' Passed test: test02.m:101 ... '/home/nicola' stringByDeletingLastPathComponent == '/' Passed test: test02.m:103 ... '/home/' stringByDeletingLastPathComponent == '/' Passed test: test02.m:105 ... '/home' stringByDeletingLastPathComponent == '/' Passed test: test02.m:107 ... '/' stringByDeletingLastPathComponent == '/' Passed test: test02.m:109 ... 'hello' stringByDeletingLastPathComponent == '' Passed test: test02.m:112 ... '/hello/there/..' stringByDeletingLastPathComponent == '/hello/there' Passed test: test02.m:115 ... '/hello/there/.' stringByDeletingLastPathComponent == '/hello/there' Passed test: test02.m:118 ... '/hello/../there' stringByDeletingLastPathComponent == '/hello/..' Passed test: test02.m:121 ... '/hello//../there' stringByDeletingLastPathComponent == '/hello/..' Passed test: test02.m:131 ... '//host/file.jpg' stringByDeletingLastPathComponent == '//host/' Passed test: test02.m:136 ... '//host/share/' stringByDeletingLastPathComponent == '//host/share/' Passed test: test02.m:141 ... '///host/share/' stringByDeletingLastPathComponent == '/host' Passed test: test02.m:146 ... '//host/share' stringByDeletingLastPathComponent == '/host' Passed test: test02.m:151 ... '//dir/' stringByDeletingLastPathComponent == '/' Passed test: test02.m:160 ... '//host/file.jpg' stringByDeletingLastPathComponent == '/host/share' Passed test: test02.m:163 ... '//host/share/' stringByDeletingLastPathComponent == '/host' Passed test: test02.m:166 ... '//host/share' stringByDeletingLastPathComponent == '/host' Passed test: test02.m:168 ... '//dir/' stringByDeletingLastPathComponent == '/' Passed test: test02.m:176 ... '/home/nicola.jpg' stringByDeletingPathExtension == '/home/nicola' Passed test: test02.m:178 ... '/home/' stringByDeletingPathExtension == '/home' Passed test: test02.m:180 ... 'nicola.jpg' stringByDeletingPathExtension == 'nicola' Passed test: test02.m:182 ... 'nicola..jpg' stringByDeletingPathExtension == 'nicola.' Passed test: test02.m:184 ... '.jpg' stringByDeletingPathExtension == '.jpg' Passed test: test02.m:186 ... '/' stringByDeletingPathExtension == '/' Passed test: test02.m:192 ... '/home/nicola/nil' stringByExpandingTildeInPath: == '/home/nicola/nil' Passed test: test02.m:195 ... '~/nil' stringByExpandingTildeInPath: != '~/nil' Passed test: test02.m:206 ... '~root' stringByExpandingTildeInPath: != '~root' Passed test: test02.m:212 ... //home/user/ stringByStandardizingPath == //home/user/ Passed test: test02.m:216 ... \\home\user\ stringByStandardizingPath == \\home\user\ Passed test: test02.m:219 ... 'c:\.' stringByStandardizingPath == 'c:\.' Passed test: test02.m:222 ... 'c:\...' stringByStandardizingPath == 'c:\...' Passed test: test02.m:225 ... 'c:/home' isAbsolutePath == YES Passed test: test02.m:228 ... '//host/share/' isAbsolutePath == YES Passed test: test02.m:233 ... /home//user/ stringByStandardizingPath == /home/user Passed test: test02.m:236 ... //home/user stringByStandardizingPath == /home/user Passed test: test02.m:239 ... ///home/user stringByStandardizingPath == /home/user Passed test: test02.m:242 ... /home/./user stringByStandardizingPath == /home/user Passed test: test02.m:245 ... /home/user/. stringByStandardizingPath == /home/user Passed test: test02.m:248 ... /home/.//././user stringByStandardizingPath == /home/user Passed test: test02.m:255 ... /home/../nicola stringByStandardizingPath == /nicola Passed test: test02.m:259 ... /here/and/there/../../nicola stringByStandardizingPath == /here/nicola Passed test: test02.m:263 ... /here/../../nicola stringByStandardizingPath == /nicola Passed test: test02.m:266 ... home/../nicola stringByStandardizingPath == home/../nicola Passed test: test02.m:269 ... a/b/../c stringByStandardizingPath == a/b/../c Dashed hope: test02.m:283 ... foo->bar relative symlink not expanded by stringByResolvingSymlinksInPath Expected 'foo' and got '/tmp/GNUstepSecure1006/bar' Passed test: test02.m:292 ... foo->bar symlink not expanded by stringByStandardizingPath Passed test: test02.m:294 ... foo->bar absolute symlink expanded by stringByResolvingSymlinksInPath Passed test: test02.m:298 ... foo->bar relative symlink expanded by stringByResolvingSymlinksInPath Passed test: test02.m:302 ... tilde is expanded by stringByResolvingSymlinksInPath Passed test: test02.m:309 ... /.. stringByStandardizingPath == / Passed test: test02.m:311 ... /. stringByStandardizingPath == /. (OSX special case) Passed test: test02.m:323 ... stringsByAppendingPaths works Passed test: test02.m:326 ... 'home' isAbsolutePath == NO Passed test: test02.m:335 ... '/home' isAbsolutePath == YES Passed test: test02.m:337 ... '//host/share' isAbsolutePath == YES Passed test: test02.m:342 ... +pathWithComponents works for relative path Passed test: test02.m:345 ... +pathWithComponents works works for absolute path Completed file: test02.m Testing test03.m... Running base/NSString/test03.m... Passed test: test03.m:11 ... '' stringByTrimmingLeadSpaces == '' Passed test: test03.m:13 ... 'home' stringByTrimmingLeadSpaces == 'home' Passed test: test03.m:15 ... ' hello' stringByTrimmingLeadSpaces == 'hello' Passed test: test03.m:17 ... '\thello' stringByTrimmingLeadSpaces == 'hello' Passed test: test03.m:19 ... '\nhello' stringByTrimmingLeadSpaces == 'hello' Passed test: test03.m:22 ... '' stringByTrimmingTailSpaces == '' Passed test: test03.m:24 ... 'home' stringByTrimmingTailSpaces == 'home' Passed test: test03.m:26 ... 'hello ' stringByTrimmingTailSpaces == 'hello' Passed test: test03.m:28 ... 'hello\t' stringByTrimmingTailSpaces == 'hello' Passed test: test03.m:30 ... 'hello\n' stringByTrimmingTailSpaces == 'hello' Passed test: test03.m:33 ... '' stringByTrimmingSpaces == '' Passed test: test03.m:35 ... 'home' stringByTrimmingSpaces == 'home' Passed test: test03.m:37 ... ' hello' stringByTrimmingSpaces == 'hello' Passed test: test03.m:39 ... '\thello' stringByTrimmingSpaces == 'hello' Passed test: test03.m:41 ... '\nhello' stringByTrimmingSpaces == 'hello' Passed test: test03.m:44 ... 'home' stringByTrimmingCharactersInSet == 'home' Passed test: test03.m:46 ... 'hello\n' stringByTrimmingCharactersInSet == 'hello' Passed test: test03.m:48 ... '\nhello' stringByTrimmingCharactersInSet == 'hello' Passed test: test03.m:50 ... ' hello ' stringByTrimmingCharactersInSet == 'hello' Passed test: test03.m:52 ... '\n \n' stringByTrimmingCharactersInSet == '' Passed test: test03.m:57 ... 'hello' stringByPaddingToLength:3 withString:'.' startingAtIndex:0 == 'hel' Passed test: test03.m:61 ... 'hello' stringByPaddingToLength:8 withString:'.' startingAtIndex:0 == 'hello...' Passed test: test03.m:65 ... 'hello' stringByPaddingToLength:8 withString:'xy' startingAtIndex:0 == 'helloyxy' Completed file: test03.m Testing test04.m... Running base/NSString/test04.m... Passed test: test04.m:12 ... bad unichar Completed file: test04.m Testing test05.m... Running base/NSString/test05.m... Passed test: test05.m:12 ... foo Passed test: test05.m:15 ... foo Passed test: test05.m:21 ... foo2 Completed file: test05.m Testing test06.m... Running base/NSString/test06.m... Passed test: test06.m:19 ... character 0 is escaped Passed test: test06.m:24 ... character 1 is escaped Passed test: test06.m:29 ... character 2 is escaped Passed test: test06.m:34 ... character 3 is escaped Passed test: test06.m:39 ... character 4 is escaped Passed test: test06.m:44 ... character 5 is escaped Passed test: test06.m:49 ... character 6 is escaped Passed test: test06.m:54 ... character 7 is escaped Passed test: test06.m:59 ... character 8 is escaped Passed test: test06.m:64 ... character 9 is escaped Passed test: test06.m:69 ... character 10 is escaped Passed test: test06.m:74 ... character 11 is escaped Passed test: test06.m:79 ... character 12 is escaped Passed test: test06.m:84 ... character 13 is escaped Passed test: test06.m:89 ... character 14 is escaped Passed test: test06.m:94 ... character 15 is escaped Passed test: test06.m:99 ... character 16 is escaped Passed test: test06.m:104 ... character 17 is escaped Passed test: test06.m:109 ... character 18 is escaped Passed test: test06.m:114 ... character 19 is escaped Passed test: test06.m:119 ... character 20 is escaped Passed test: test06.m:124 ... character 21 is escaped Passed test: test06.m:129 ... character 22 is escaped Passed test: test06.m:134 ... character 23 is escaped Passed test: test06.m:139 ... character 24 is escaped Passed test: test06.m:144 ... character 25 is escaped Passed test: test06.m:149 ... character 26 is escaped Passed test: test06.m:154 ... character 27 is escaped Passed test: test06.m:159 ... character 28 is escaped Passed test: test06.m:164 ... character 29 is escaped Passed test: test06.m:169 ... character 30 is escaped Passed test: test06.m:174 ... character 31 is escaped Passed test: test06.m:179 ... character 32 is escaped Passed test: test06.m:184 ... character 33 is not escaped Passed test: test06.m:189 ... character 34 is escaped Passed test: test06.m:194 ... character 35 is escaped Passed test: test06.m:199 ... character 36 is not escaped Passed test: test06.m:204 ... character 37 is escaped Passed test: test06.m:209 ... character 38 is not escaped Passed test: test06.m:214 ... character 39 is not escaped Passed test: test06.m:219 ... character 40 is not escaped Passed test: test06.m:224 ... character 41 is not escaped Passed test: test06.m:229 ... character 42 is not escaped Passed test: test06.m:234 ... character 43 is not escaped Passed test: test06.m:239 ... character 44 is not escaped Passed test: test06.m:244 ... character 45 is not escaped Passed test: test06.m:249 ... character 46 is not escaped Passed test: test06.m:254 ... character 47 is not escaped Passed test: test06.m:259 ... character 48 is not escaped Passed test: test06.m:264 ... character 49 is not escaped Passed test: test06.m:269 ... character 50 is not escaped Passed test: test06.m:274 ... character 51 is not escaped Passed test: test06.m:279 ... character 52 is not escaped Passed test: test06.m:284 ... character 53 is not escaped Passed test: test06.m:289 ... character 54 is not escaped Passed test: test06.m:294 ... character 55 is not escaped Passed test: test06.m:299 ... character 56 is not escaped Passed test: test06.m:304 ... character 57 is not escaped Passed test: test06.m:309 ... character 58 is not escaped Passed test: test06.m:314 ... character 59 is not escaped Passed test: test06.m:319 ... character 60 is escaped Passed test: test06.m:324 ... character 61 is not escaped Passed test: test06.m:329 ... character 62 is escaped Passed test: test06.m:334 ... character 63 is not escaped Passed test: test06.m:339 ... character 64 is not escaped Passed test: test06.m:344 ... character 65 is not escaped Passed test: test06.m:349 ... character 66 is not escaped Passed test: test06.m:354 ... character 67 is not escaped Passed test: test06.m:359 ... character 68 is not escaped Passed test: test06.m:364 ... character 69 is not escaped Passed test: test06.m:369 ... character 70 is not escaped Passed test: test06.m:374 ... character 71 is not escaped Passed test: test06.m:379 ... character 72 is not escaped Passed test: test06.m:384 ... character 73 is not escaped Passed test: test06.m:389 ... character 74 is not escaped Passed test: test06.m:394 ... character 75 is not escaped Passed test: test06.m:399 ... character 76 is not escaped Passed test: test06.m:404 ... character 77 is not escaped Passed test: test06.m:409 ... character 78 is not escaped Passed test: test06.m:414 ... character 79 is not escaped Passed test: test06.m:419 ... character 80 is not escaped Passed test: test06.m:424 ... character 81 is not escaped Passed test: test06.m:429 ... character 82 is not escaped Passed test: test06.m:434 ... character 83 is not escaped Passed test: test06.m:439 ... character 84 is not escaped Passed test: test06.m:444 ... character 85 is not escaped Passed test: test06.m:449 ... character 86 is not escaped Passed test: test06.m:454 ... character 87 is not escaped Passed test: test06.m:459 ... character 88 is not escaped Passed test: test06.m:464 ... character 89 is not escaped Passed test: test06.m:469 ... character 90 is not escaped Passed test: test06.m:474 ... character 91 is escaped Passed test: test06.m:479 ... character 92 is escaped Passed test: test06.m:484 ... character 93 is escaped Passed test: test06.m:489 ... character 94 is escaped Passed test: test06.m:494 ... character 95 is not escaped Passed test: test06.m:499 ... character 96 is escaped Passed test: test06.m:504 ... character 97 is not escaped Passed test: test06.m:509 ... character 98 is not escaped Passed test: test06.m:514 ... character 99 is not escaped Passed test: test06.m:519 ... character 100 is not escaped Passed test: test06.m:524 ... character 101 is not escaped Passed test: test06.m:529 ... character 102 is not escaped Passed test: test06.m:534 ... character 103 is not escaped Passed test: test06.m:539 ... character 104 is not escaped Passed test: test06.m:544 ... character 105 is not escaped Passed test: test06.m:549 ... character 106 is not escaped Passed test: test06.m:554 ... character 107 is not escaped Passed test: test06.m:559 ... character 108 is not escaped Passed test: test06.m:564 ... character 109 is not escaped Passed test: test06.m:569 ... character 110 is not escaped Passed test: test06.m:574 ... character 111 is not escaped Passed test: test06.m:579 ... character 112 is not escaped Passed test: test06.m:584 ... character 113 is not escaped Passed test: test06.m:589 ... character 114 is not escaped Passed test: test06.m:594 ... character 115 is not escaped Passed test: test06.m:599 ... character 116 is not escaped Passed test: test06.m:604 ... character 117 is not escaped Passed test: test06.m:609 ... character 118 is not escaped Passed test: test06.m:614 ... character 119 is not escaped Passed test: test06.m:619 ... character 120 is not escaped Passed test: test06.m:624 ... character 121 is not escaped Passed test: test06.m:629 ... character 122 is not escaped Passed test: test06.m:634 ... character 123 is escaped Passed test: test06.m:639 ... character 124 is escaped Passed test: test06.m:644 ... character 125 is escaped Passed test: test06.m:649 ... character 126 is not escaped Passed test: test06.m:654 ... character 127 is escaped Passed test: test06.m:659 ... character 128 is escaped Passed test: test06.m:664 ... character 129 is escaped Passed test: test06.m:669 ... character 130 is escaped Passed test: test06.m:674 ... character 131 is escaped Passed test: test06.m:679 ... character 132 is escaped Passed test: test06.m:684 ... character 133 is escaped Passed test: test06.m:689 ... character 134 is escaped Passed test: test06.m:694 ... character 135 is escaped Passed test: test06.m:699 ... character 136 is escaped Passed test: test06.m:704 ... character 137 is escaped Passed test: test06.m:709 ... character 138 is escaped Passed test: test06.m:714 ... character 139 is escaped Passed test: test06.m:719 ... character 140 is escaped Passed test: test06.m:724 ... character 141 is escaped Passed test: test06.m:729 ... character 142 is escaped Passed test: test06.m:734 ... character 143 is escaped Passed test: test06.m:739 ... character 144 is escaped Passed test: test06.m:744 ... character 145 is escaped Passed test: test06.m:749 ... character 146 is escaped Passed test: test06.m:754 ... character 147 is escaped Passed test: test06.m:759 ... character 148 is escaped Passed test: test06.m:764 ... character 149 is escaped Passed test: test06.m:769 ... character 150 is escaped Passed test: test06.m:774 ... character 151 is escaped Passed test: test06.m:779 ... character 152 is escaped Passed test: test06.m:784 ... character 153 is escaped Passed test: test06.m:789 ... character 154 is escaped Passed test: test06.m:794 ... character 155 is escaped Passed test: test06.m:799 ... character 156 is escaped Passed test: test06.m:804 ... character 157 is escaped Passed test: test06.m:809 ... character 158 is escaped Passed test: test06.m:814 ... character 159 is escaped Passed test: test06.m:819 ... character 160 is escaped Passed test: test06.m:824 ... character 161 is escaped Passed test: test06.m:829 ... character 162 is escaped Passed test: test06.m:834 ... character 163 is escaped Passed test: test06.m:839 ... character 164 is escaped Passed test: test06.m:844 ... character 165 is escaped Passed test: test06.m:849 ... character 166 is escaped Passed test: test06.m:854 ... character 167 is escaped Passed test: test06.m:859 ... character 168 is escaped Passed test: test06.m:864 ... character 169 is escaped Passed test: test06.m:869 ... character 170 is escaped Passed test: test06.m:874 ... character 171 is escaped Passed test: test06.m:879 ... character 172 is escaped Passed test: test06.m:884 ... character 173 is escaped Passed test: test06.m:889 ... character 174 is escaped Passed test: test06.m:894 ... character 175 is escaped Passed test: test06.m:899 ... character 176 is escaped Passed test: test06.m:904 ... character 177 is escaped Passed test: test06.m:909 ... character 178 is escaped Passed test: test06.m:914 ... character 179 is escaped Passed test: test06.m:919 ... character 180 is escaped Passed test: test06.m:924 ... character 181 is escaped Passed test: test06.m:929 ... character 182 is escaped Passed test: test06.m:934 ... character 183 is escaped Passed test: test06.m:939 ... character 184 is escaped Passed test: test06.m:944 ... character 185 is escaped Passed test: test06.m:949 ... character 186 is escaped Passed test: test06.m:954 ... character 187 is escaped Passed test: test06.m:959 ... character 188 is escaped Passed test: test06.m:964 ... character 189 is escaped Passed test: test06.m:969 ... character 190 is escaped Passed test: test06.m:974 ... character 191 is escaped Passed test: test06.m:979 ... character 192 is escaped Passed test: test06.m:984 ... character 193 is escaped Passed test: test06.m:989 ... character 194 is escaped Passed test: test06.m:994 ... character 195 is escaped Passed test: test06.m:999 ... character 196 is escaped Passed test: test06.m:1004 ... character 197 is escaped Passed test: test06.m:1009 ... character 198 is escaped Passed test: test06.m:1014 ... character 199 is escaped Passed test: test06.m:1019 ... character 200 is escaped Passed test: test06.m:1024 ... character 201 is escaped Passed test: test06.m:1029 ... character 202 is escaped Passed test: test06.m:1034 ... character 203 is escaped Passed test: test06.m:1039 ... character 204 is escaped Passed test: test06.m:1044 ... character 205 is escaped Passed test: test06.m:1049 ... character 206 is escaped Passed test: test06.m:1054 ... character 207 is escaped Passed test: test06.m:1059 ... character 208 is escaped Passed test: test06.m:1064 ... character 209 is escaped Passed test: test06.m:1069 ... character 210 is escaped Passed test: test06.m:1074 ... character 211 is escaped Passed test: test06.m:1079 ... character 212 is escaped Passed test: test06.m:1084 ... character 213 is escaped Passed test: test06.m:1089 ... character 214 is escaped Passed test: test06.m:1094 ... character 215 is escaped Passed test: test06.m:1099 ... character 216 is escaped Passed test: test06.m:1104 ... character 217 is escaped Passed test: test06.m:1109 ... character 218 is escaped Passed test: test06.m:1114 ... character 219 is escaped Passed test: test06.m:1119 ... character 220 is escaped Passed test: test06.m:1124 ... character 221 is escaped Passed test: test06.m:1129 ... character 222 is escaped Passed test: test06.m:1134 ... character 223 is escaped Passed test: test06.m:1139 ... character 224 is escaped Passed test: test06.m:1144 ... character 225 is escaped Passed test: test06.m:1149 ... character 226 is escaped Passed test: test06.m:1154 ... character 227 is escaped Passed test: test06.m:1159 ... character 228 is escaped Passed test: test06.m:1164 ... character 229 is escaped Passed test: test06.m:1169 ... character 230 is escaped Passed test: test06.m:1174 ... character 231 is escaped Passed test: test06.m:1179 ... character 232 is escaped Passed test: test06.m:1184 ... character 233 is escaped Passed test: test06.m:1189 ... character 234 is escaped Passed test: test06.m:1194 ... character 235 is escaped Passed test: test06.m:1199 ... character 236 is escaped Passed test: test06.m:1204 ... character 237 is escaped Passed test: test06.m:1209 ... character 238 is escaped Passed test: test06.m:1214 ... character 239 is escaped Passed test: test06.m:1219 ... character 240 is escaped Passed test: test06.m:1224 ... character 241 is escaped Passed test: test06.m:1229 ... character 242 is escaped Passed test: test06.m:1234 ... character 243 is escaped Passed test: test06.m:1239 ... character 244 is escaped Passed test: test06.m:1244 ... character 245 is escaped Passed test: test06.m:1249 ... character 246 is escaped Passed test: test06.m:1254 ... character 247 is escaped Passed test: test06.m:1259 ... character 248 is escaped Passed test: test06.m:1264 ... character 249 is escaped Passed test: test06.m:1269 ... character 250 is escaped Passed test: test06.m:1274 ... character 251 is escaped Passed test: test06.m:1279 ... character 252 is escaped Passed test: test06.m:1284 ... character 253 is escaped Passed test: test06.m:1289 ... character 254 is escaped Passed test: test06.m:1294 ... character 255 is escaped Completed file: test06.m Testing test07.m... Running base/NSString/test07.m... Passed test: test07.m:10 ... simple intValue works Passed test: test07.m:11 ... negative intValue works Passed test: test07.m:12 ... positive intValue works Passed test: test07.m:13 ... intValue ignores trailing data Passed test: test07.m:15 ... intValue with leading space works Passed test: test07.m:18 ... simple doubleValue works Passed test: test07.m:20 ... negative doubleValue works Passed test: test07.m:22 ... positive doubleValue works Passed test: test07.m:24 ... doubleValue ignores trailing data Passed test: test07.m:26 ... doubleValue with leading space works Completed file: test07.m Building in base/NSTask This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all in Helpers ... Making all for tool processgroup... Making all for tool NSZombie... Making all for tool testcat... Making all for tool testecho... Compiling file processgroup.m ... Compiling file NSZombie.m ... Compiling file testcat.m ... Compiling file testecho.m ... Linking tool testcat ... clang: warning: argument unused during compilation: '-shared-libgcc' Linking tool processgroup ... clang: warning: argument unused during compilation: '-shared-libgcc' Linking tool NSZombie ... clang: warning: argument unused during compilation: '-shared-libgcc' Linking tool testecho ... clang: warning: argument unused during compilation: '-shared-libgcc' Making all for test_tool general... Making all for test_tool basic... Making all for test_tool launch... Making all for test_tool zombie... Compiling file general.m ... Compiling file zombie.m ... Compiling file basic.m ... Compiling file launch.m ... launch.m:37:22: warning: field width should have type 'int', but argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] NSLog(@"Data was %*.*s", [data length], [data length], [data bytes]); ~~^~~ ~~~~~~~~~~~~~ launch.m:50:22: warning: field width should have type 'int', but argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] NSLog(@"Data was %*.*s", [data length], [data length], [data bytes]); ~~^~~ ~~~~~~~~~~~~~ launch.m:64:40: warning: implicit declaration of function 'getpgrp' is invalid in C99 [-Wimplicit-function-declaration] [NSString stringWithFormat: @"%d", getpgrp()], ^ zombie.m:41:22: warning: field width should have type 'int', but argument has type 'NSUInteger' (aka 'unsigned long') [-Wformat] NSLog(@"Data was %*.*s", [data length], [data length], [data bytes]); ~~^~~ ~~~~~~~~~~~~~ 3 warnings generated. Linking test_tool general ... basic.m:8:12: warning: incompatible pointer types initializing 'NSArray *' with an expression of type 'NSTask *' [-Wincompatible-pointer-types] NSArray *testObj = [NSTask new]; ^ ~~~~~~~~~~~~ /home/theraven/gs/install/include/Foundation/NSObject.h:240:1: note: class method 'new' is assumed to return an instance of its receiver type ('NSTask *') + (id) new; ^ Linking test_tool launch ... 1 warning generated. 1 warning generated. Linking test_tool zombie ... Linking test_tool basic ... Testing basic.m... Running base/NSTask/basic.m... Passed test: NSTask is a known className Passed test: Object 0 of class 'NSTask' conforms to NSObject Passed test: Object 0 of class 'NSTask' can return self Passed test: Object 0 of class 'NSTask' can return own class Passed test: Object 0 of class 'NSTask' object is of correct class Passed test: Object 0 of class 'NSTask' isMemberOfClass works Passed test: Object 0 of class 'NSTask' can return superclass Passed test: Object 0 of class 'NSTask' responds to hash Passed test: Object 0 of class 'NSTask' isEqual: to self Passed test: Object 0 of class 'NSTask' respondsToSelector: Passed test: Object 0 of class 'NSTask' handles retain Passed test: Object 0 of class 'NSTask' has working retainCount Passed test: Object 0 of class 'NSTask' has NSString description Passed test: Object 0 of class 'NSTask' handles performSelector Completed file: basic.m Testing general.m... Running base/NSTask/general.m... Passed test: general.m:28 ... We can build some objects for task tests # __GENERATED__ makefile marker # include $(GNUSTEP_MAKEFILES)/common.make -include ../GNUmakefile.super GNUSTEP_OBJ_DIR=./obj TEST_TOOL_NAME = basic general launch zombie ifeq ($(gcov),yes) ADDITIONAL_OBJCFLAGS += -ftest-coverage -fprofile-arcs ADDITIONAL_OBJCCFLAGS += -ftest-coverage -fprofile-arcs ADDITIONAL_LDFLAGS += -ftest-coverage -fprofile-arcs ADDITIONAL_TOOL_LIBS+=-lgcov endif basic_OBJC_FILES=basic.m general_OBJC_FILES=general.m launch_OBJC_FILES=launch.m zombie_OBJC_FILES=zombie.m -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/test-tool.make -include GNUmakefile.postamble after-clean:: rm -f core tests.log tests.sum oldtests.log oldtests.sum Passed test: general.m:42 ... launchedTaskWithLaunchPath:arguments: works /home/theraven/gs/base/Tests/base/NSTask/Helpers/obj/testecho xxx yyy Completed file: general.m Testing launch.m... Running base/NSTask/launch.m... Passed test: launch.m:34 ... standardOutput returns pipe Passed test: launch.m:36 ... was able to read data from subtask 2011-07-27 10:16:35.097 launch[17316] Data was # __GENERATED__ makefile marker # include $(GNUSTEP_MAKEFILES)/common.make -include ../GNUmakefile.super GNUSTEP_OBJ_DIR=./obj TEST_TOOL_NAME = basic general launch zombie ifeq ($(gcov),yes) ADDITIONAL_OBJCFLAGS += -ftest-coverage -fprofile-arcs ADDITIONAL_OBJCCFLAGS += -ftest-coverage -fprofile-arcs ADDITIONAL_LDFLAGS += -ftest-coverage -fprofile-arcs ADDITIONAL_TOOL_LIBS+=-lgcov endif basic_OBJC_FILES=basic.m general_OBJC_FILES=general.m launch_OBJC_FILES=launch.m zombie_OBJC_FILES=zombie.m -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/test-tool.make -include GNUmakefile.postamble after-clean:: rm -f core tests.log tests.sum oldtests.log oldtests.sum Passed test: launch.m:49 ... was able to read data from subtask 2011-07-27 10:16:35.163 launch[17316] Data was /home/theraven/gs/base/Tests/base/NSTask/Helpers/obj/testecho Hello there Passed test: launch.m:55 ... raised exception on failed launch Passed test: launch.m:68 ... subtask changes process group Completed file: launch.m Testing zombie.m... Running base/NSTask/zombie.m... 2011-07-27 10:16:35.682 zombie[17344] Data was 2011-07-27 10:16:35.663 NSZombie[17346] *** -[NSObject release]: message sent to deallocated instance 0x146d3d8 Passed test: zombie.m:45 ... was able to read zombie message from subtask Completed file: zombie.m Building in base/NSTimeZone This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all for test_tool basic... Making all for test_tool create... Making all for test_tool use... Compiling file basic.m ... Compiling file use.m ... Compiling file create.m ... basic.m:8:12: warning: incompatible pointer types initializing 'NSArray *' with an expression of type 'NSTimeZone *' [-Wincompatible-pointer-types] NSArray *testObj = [NSTimeZone defaultTimeZone]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ create.m:9:6: warning: unused variable 'localh' [-Wunused-variable] id localh; ^ 1 warning generated. Linking test_tool basic ... 1 warning generated. use.m:14:13: warning: unused variable 'str' [-Wunused-variable] NSString *str; ^ Linking test_tool create ... 1 warning generated. Linking test_tool use ... Testing basic.m... Running base/NSTimeZone/basic.m... Passed test: NSTimeZone is a known className Passed test: Object 0 of class 'NSTimeZone' conforms to NSObject Passed test: Object 0 of class 'NSTimeZone' can return self Passed test: Object 0 of class 'NSTimeZone' can return own class Passed test: Object 0 of class 'NSTimeZone' object America/Los_Angeles is of correct class Passed test: Object 0 of class 'NSTimeZone' isMemberOfClass works Passed test: Object 0 of class 'NSTimeZone' can return superclass Passed test: Object 0 of class 'NSTimeZone' responds to hash Passed test: Object 0 of class 'NSTimeZone' isEqual: to self Passed test: Object 0 of class 'NSTimeZone' respondsToSelector: Passed test: Object 0 of class 'NSTimeZone' handles retain Passed test: Object 0 of class 'NSTimeZone' has working retainCount Passed test: Object 0 of class 'NSTimeZone' has NSString description Passed test: Object 0 of class 'NSTimeZone' handles performSelector Completed file: basic.m Testing create.m... Running base/NSTimeZone/create.m... Passed test: create.m:13 ... +defaultTimeZone works Passed test: create.m:17 ... +localTimeZone works Passed test: create.m:21 ... +systemTimeZone works Passed test: create.m:25 ... +timeZoneForSecondsFromGMT works Passed test: create.m:29 ... +timeZoneForSecondsFromGMT fails for bad offset Passed test: create.m:33 ... +timeZoneWithAbbreviation works Passed test: create.m:37 ... +timeZoneWithName works Completed file: create.m Testing use.m... Running base/NSTimeZone/use.m... Passed test: use.m:23 ... +timeZoneForSecondsFromGMT works Passed test: use.m:28 ... +timeZoneForSecondsFromGMT rounds to minute Passed test: use.m:33 ... +timeZoneForSecondsFromGMT has correct name Passed test: use.m:38 ... +timeZoneForSecondsFromGMT has correct abbreviation Passed test: use.m:43 ... +timeZoneForSecondsFromGMT has DST NO Passed test: use.m:51 ... can set default time zone Start set: use.m:53 ... NSLocale Passed test: use.m:62 ... Correctly localizes standard time zone name Dashed hope: use.m:70 ... Correctly localizes short time zone name Expected 'GMT-03:00' and got 'BRT' Dashed hope: use.m:74 ... Correctly localizes DST time zone name Expected 'Brasilia Summer Time' and got 'Brasilia Time' Dashed hope: use.m:79 ... Correctly localizes short DST time zone name Expected 'GMT-02:00' and got 'BRT' Passed test: use.m:86 ... Returns correct Daylight Saving offset. Passed test: use.m:89 ... Returns correct Daylight Saving offset. Passed test: use.m:93 ... Returns correct Daylight Saving offset. End set: use.m:95 ... NSLocale Completed file: use.m Building in base/NSURL This is gnustep-make 2.6.1. Type 'make print-gnustep-make-help' for help. Making all in Helpers ... Making all for tool capture... Making all for tool respond... Making all for tool keepalive... Compiling file respond.m ... Compiling file capture.m ... Compiling file keepalive.m ... keepalive.m:224:30: warning: conversion specifies type 'int' but the argument has type 'NSStreamEvent' (aka 'unsigned long') [-Wformat] NSLog(@"Unknown event %d on stream %p", streamEvent, theStream); ~^ ~~~~~~~~~~~ %lu 1 warning generated. Linking tool keepalive ... respond.m:89:20: warning: conversion specifies type 'int' but the argument has type 'NSStreamEvent' (aka 'unsigned long') [-Wformat] NSLog(@"Server %p %d", theStream, streamEvent); ~^ ~~~~~~~~~~~ %lu respond.m:252:33: warning: conversion specifies type 'int' but the argument has type 'NSStreamEvent' (aka 'unsigned long') [-Wformat] NSLog(@"Unexpected event %d on %p", streamEvent, theStream); ~^ ~~~~~~~~~~~ %lu clang: warning: argument unused during compilation: '-shared-libgcc' 2 warnings generated. Linking tool capture ... clang: warning: argument unused during compilation: '-shared-libgcc' Linking tool respond ... clang: warning: argument unused during compilation: '-shared-libgcc' Making all for test_tool basic... Making all for test_tool test01... Making all for test_tool test00... Compiling file test01.m ... Compiling file test00.m ... Compiling file basic.m ... Linking test_tool test01 ... Linking test_tool test00 ... Linking test_tool basic ... Testing basic.m... Running base/NSURL/basic.m... Passed test: basic.m:22 ... NSURL +alloc returns an NSURL Passed test: basic.m:25 ... NSURL +fileURLWithPath: returns an NSURL Passed test: basic.m:28 ... NSURL +URLWithString: returns an NSURL Passed test: basic.m:34 ... Can put a pound sign in a file URL Passed test: basic.m:37 ... Scheme of file URL is file Passed test: basic.m:42 ... Can load a page from www.w3.org Passed test: basic.m:45 ... Status of load is 200 for www.w3.org Passed test: basic.m:48 ... URL with 'this isn't a URL' returns nil Passed test: basic.m:54 ... Status of load is 404 for www.w3.org/silly-file-name Passed test: basic.m:58 ... Scheme of http://www.w3.org/silly-file-name is http Passed test: basic.m:61 ... Host of http://www.w3.org/silly-file-name is www.w3.org Passed test: basic.m:64 ... Path of http://www.w3.org/silly-file-name is /silly-file-name Passed test: basic.m:66 ... resourceSpecifier of http://www.w3.org/silly-file-name is //www.w3.org/silly-file-name Passed test: basic.m:72 ... Path of http://www.w3.org/silly-file-path/ is /silly-file-path Passed test: basic.m:74 ... resourceSpecifier of http://www.w3.org/silly-file-path/ is //www.w3.org/silly-file-path/ Passed test: basic.m:78 ... Abs of http://www.w3.org/silly-file-path/ is correct Passed test: basic.m:92 ... Path of file URL /usr is /usr Passed test: basic.m:94 ... File URL /usr is file://localhost/usr/ Passed test: basic.m:96 ... resourceSpecifier of /usr is //localhost/usr/ Passed test: basic.m:101 ... resourceSpecifier of file:///usr is /usr Passed test: basic.m:107 ... Simple relative URL absoluteString works Passed test: basic.m:109 ... Simple relative URL path works Passed test: basic.m:112 ... Simple relative URL fullPath works Passed test: basic.m:119 ... Root relative URL absoluteString works Passed test: basic.m:122 ... Root relative URL path works Passed test: basic.m:126 ... Root relative URL fullPath works Passed test: basic.m:131 ... absolute root URL absoluteString works Passed test: basic.m:133 ... absolute root URL path works Passed test: basic.m:136 ... absolute root URL fullPath works Passed test: basic.m:141 ... absolute URL absoluteString works Passed test: basic.m:143 ... absolute URL path works Passed test: basic.m:146 ... absolute URL fullPath works Passed test: basic.m:151 ... absolute http URL absoluteString works Passed test: basic.m:153 ... absolute http URL path works Passed test: basic.m:156 ... absolute http URL fullPath works Passed test: basic.m:160 ... space is illegal Passed test: basic.m:164 ... empty string gives empty URL Passed test: basic.m:166 ... empty string gives nil path Passed test: basic.m:168 ... empty string gives nil scheme Passed test: basic.m:172 ... absolute URL absoluteString works with encoded space Passed test: basic.m:174 ... absolute URL path decodes space Passed test: basic.m:178 ... escapes are not decoded in query Passed test: basic.m:182 ... escapes are not decoded in fragment Passed test: basic.m:186 ... a simple path becomes a simple URL Passed test: basic.m:190 ... a simple file name becomes a simple URL Passed test: basic.m:198 ... Adding a relative file URL works Passed test: basic.m:202 ... Adding relative file URL with fragment works 2011-07-27 10:16:41.121 basic[17685] path quoting file://localhost/%01%02%03%04%05%06%07%08%09%0A%0B%0C%0D%0E%0F%10%11%12%13%14%15%16%17%18%19%1A%1B%1C%1D%1E%1F%20!%22%23$%25&'()*+,-./0123456789:%3B%3C=%3E%3F@ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D~%7F%C2%80%C2%81%C2%82%C2%83%C2%84%C2%85%C2%86%C2%87%C2%88%C2%89%C2%8A%C2%8B%C2%8C%C2%8D%C2%8E%C2%8F%C2%90%C2%91%C2%92%C2%93%C2%94%C2%95%C2%96%C2%97%C2%98%C2%99%C2%9A%C2%9B%C2%9C%C2%9D%C2%9E%C2%9F%C2%A0%C2%A1%C2%A2%C2%A3%C2%A4%C2%A5%C2%A6%C2%A7%C2%A8%C2%A9%C2%AA%C2%AB%C2%AC%C2%AD%C2%AE%C2%AF%C2%B0%C2%B1%C2%B2%C2%B3%C2%B4%C2%B5%C2%B6%C2%B7%C2%B8%C2%B9%C2%BA%C2%BB%C2%BC%C2%BD%C2%BE%C2%BF%C3%80%C3%81%C3%82%C3%83%C3%84%C3%85%C3%86%C3%87%C3%88%C3%89%C3%8A%C3%8B%C3%8C%C3%8D%C3%8E%C3%8F%C3%90%C3%91%C3%92%C3%93%C3%94%C3%95%C3%96%C3%97%C3%98%C3%99%C3%9A%C3%9B%C3%9C%C3%9D%C3%9E%C3%9F%C3%A0%C3%A1%C3%A2%C3%A3%C3%A4%C3%A5%C3%A6%C3%A7%C3%A8%C3%A9%C3%AA%C3%AB%C3%AC%C3%AD%C3%AE%C3%AF%C3%B0%C3%B1%C3%B2%C3%B3%C3%B4%C3%B5%C3%B6%C3%B7%C3%B8%C3%B9%C3%BA%C3%BB%C3%BC%C3%BD%C3%BE%C3%BF Passed test: basic.m:217 ... path quoting Passed test: basic.m:223 ... complex -path Passed test: basic.m:224 ... complex -fragment Passed test: basic.m:225 ... complex -parameterString Passed test: basic.m:226 ... complex -query Passed test: basic.m:227 ... complex -absoluteString Passed test: basic.m:228 ... complex -relativeString Passed test: basic.m:229 ... complex -description Passed test: basic.m:238 ... host Passed test: basic.m:239 ... user Passed test: basic.m:240 ... password Passed test: basic.m:242 ... resourceSpecifier Passed test: basic.m:243 ... path Passed test: basic.m:244 ... query Passed test: basic.m:245 ... parameterString Passed test: basic.m:246 ... fragment Passed test: basic.m:248 ... absoluteString Passed test: basic.m:249 ... relativePath Passed test: basic.m:251 ... description Passed test: basic.m:254 ... url with spaces Passed test: basic.m:256 ... url without spaces Passed test: basic.m:261 ... can load file URL Passed test: basic.m:266 ... can load file URL with anchor Completed file: basic.m Testing test00.m... Running base/NSURL/test00.m... 2011-07-27 10:16:41.608 respond[17733] Server 0xd872a8 1 2011-07-27 10:16:42.028 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.056 respond[17733] Server 0xdb77a8 1 2011-07-27 10:16:42.056 respond[17733] Server 0xdc0428 1 2011-07-27 10:16:42.056 respond[17733] Accept 1314 2011-07-27 10:16:42.057 respond[17733] Server 0xdc0428 4 Passed test: test00.m:78 ... respond test 1313 OK 2011-07-27 10:16:42.062 respond[17733] Done reading 1314 2011-07-27 10:16:42.062 respond[17733] Done writing 1314 2011-07-27 10:16:42.062 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.062 respond[17733] Server 0xdc2d78 1 2011-07-27 10:16:42.062 respond[17733] Server 0xdc2f58 1 2011-07-27 10:16:42.062 respond[17733] Accept 1313 2011-07-27 10:16:42.062 respond[17733] Server 0xdc2f58 4 Passed test: test00.m:78 ... respond test 1312 OK 2011-07-27 10:16:42.063 respond[17733] Done reading 1313 2011-07-27 10:16:42.063 respond[17733] Done writing 1313 2011-07-27 10:16:42.063 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.063 respond[17733] Server 0xdc53d8 1 2011-07-27 10:16:42.063 respond[17733] Server 0xdc55b8 1 2011-07-27 10:16:42.063 respond[17733] Accept 1312 2011-07-27 10:16:42.063 respond[17733] Server 0xdc55b8 4 2011-07-27 10:16:42.064 respond[17733] Done reading 1312 2011-07-27 10:16:42.064 respond[17733] Done writing 1312 Passed test: test00.m:78 ... respond test 1311 OK 2011-07-27 10:16:42.064 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.064 respond[17733] Server 0xdc6678 1 2011-07-27 10:16:42.064 respond[17733] Server 0xdc6858 1 2011-07-27 10:16:42.064 respond[17733] Accept 1311 2011-07-27 10:16:42.064 respond[17733] Server 0xdc6858 4 2011-07-27 10:16:42.065 respond[17733] Done reading 1311 2011-07-27 10:16:42.065 respond[17733] Done writing 1311 Passed test: test00.m:78 ... respond test 1310 OK 2011-07-27 10:16:42.065 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.065 respond[17733] Server 0xdac5e8 1 2011-07-27 10:16:42.065 respond[17733] Server 0xdac7c8 1 2011-07-27 10:16:42.065 respond[17733] Accept 1310 2011-07-27 10:16:42.066 respond[17733] Server 0xdac7c8 4 2011-07-27 10:16:42.066 respond[17733] Done reading 1310 2011-07-27 10:16:42.066 respond[17733] Done writing 1310 Passed test: test00.m:78 ... respond test 1309 OK 2011-07-27 10:16:42.066 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.067 respond[17733] Server 0xdc9a58 1 2011-07-27 10:16:42.067 respond[17733] Server 0xdc9c38 1 2011-07-27 10:16:42.067 respond[17733] Accept 1309 2011-07-27 10:16:42.067 respond[17733] Server 0xdc9c38 4 2011-07-27 10:16:42.067 respond[17733] Done reading 1309 2011-07-27 10:16:42.067 respond[17733] Done writing 1309 Passed test: test00.m:78 ... respond test 1308 OK 2011-07-27 10:16:42.068 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.068 respond[17733] Server 0xdccad8 1 2011-07-27 10:16:42.068 respond[17733] Server 0xdccc98 1 2011-07-27 10:16:42.068 respond[17733] Accept 1308 2011-07-27 10:16:42.068 respond[17733] Server 0xdccc98 4 2011-07-27 10:16:42.068 respond[17733] Done reading 1308 2011-07-27 10:16:42.068 respond[17733] Done writing 1308 Passed test: test00.m:78 ... respond test 1307 OK 2011-07-27 10:16:42.069 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.069 respond[17733] Server 0xdcdd58 1 2011-07-27 10:16:42.069 respond[17733] Server 0xdcdf38 1 2011-07-27 10:16:42.069 respond[17733] Accept 1307 2011-07-27 10:16:42.069 respond[17733] Server 0xdcdf38 4 2011-07-27 10:16:42.069 respond[17733] Done reading 1307 2011-07-27 10:16:42.069 respond[17733] Done writing 1307 Passed test: test00.m:78 ... respond test 1306 OK 2011-07-27 10:16:42.070 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.070 respond[17733] Server 0xdceff8 1 2011-07-27 10:16:42.070 respond[17733] Server 0xdcf1d8 1 2011-07-27 10:16:42.070 respond[17733] Accept 1306 2011-07-27 10:16:42.070 respond[17733] Server 0xdcf1d8 4 2011-07-27 10:16:42.070 respond[17733] Done reading 1306 2011-07-27 10:16:42.070 respond[17733] Done writing 1306 Passed test: test00.m:78 ... respond test 1305 OK 2011-07-27 10:16:42.071 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.071 respond[17733] Server 0xdc7138 1 2011-07-27 10:16:42.071 respond[17733] Server 0xdc7318 1 2011-07-27 10:16:42.071 respond[17733] Accept 1305 2011-07-27 10:16:42.071 respond[17733] Server 0xdc7318 4 2011-07-27 10:16:42.071 respond[17733] Done reading 1305 2011-07-27 10:16:42.072 respond[17733] Done writing 1305 Passed test: test00.m:78 ... respond test 1304 OK 2011-07-27 10:16:42.072 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.072 respond[17733] Server 0xdc83d8 1 2011-07-27 10:16:42.072 respond[17733] Server 0xdc85b8 1 2011-07-27 10:16:42.072 respond[17733] Accept 1304 2011-07-27 10:16:42.072 respond[17733] Server 0xdc85b8 4 2011-07-27 10:16:42.073 respond[17733] Done reading 1304 2011-07-27 10:16:42.073 respond[17733] Done writing 1304 Passed test: test00.m:78 ... respond test 1303 OK 2011-07-27 10:16:42.073 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.073 respond[17733] Server 0xdd3f78 1 2011-07-27 10:16:42.073 respond[17733] Server 0xdd4138 1 2011-07-27 10:16:42.073 respond[17733] Accept 1303 2011-07-27 10:16:42.073 respond[17733] Server 0xdd4138 4 2011-07-27 10:16:42.081 respond[17733] Done reading 1303 2011-07-27 10:16:42.081 respond[17733] Done writing 1303 Passed test: test00.m:78 ... respond test 1302 OK 2011-07-27 10:16:42.081 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.081 respond[17733] Server 0xdd7e88 1 2011-07-27 10:16:42.081 respond[17733] Server 0xdd8068 1 2011-07-27 10:16:42.081 respond[17733] Accept 1302 2011-07-27 10:16:42.081 respond[17733] Server 0xdd8068 4 2011-07-27 10:16:42.082 respond[17733] Done reading 1302 2011-07-27 10:16:42.082 respond[17733] Done writing 1302 Passed test: test00.m:78 ... respond test 1301 OK 2011-07-27 10:16:42.082 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.082 respond[17733] Server 0xdd9128 1 2011-07-27 10:16:42.082 respond[17733] Server 0xdd9308 1 2011-07-27 10:16:42.082 respond[17733] Accept 1301 2011-07-27 10:16:42.083 respond[17733] Server 0xdd9308 4 2011-07-27 10:16:42.083 respond[17733] Done reading 1301 2011-07-27 10:16:42.083 respond[17733] Done writing 1301 Passed test: test00.m:78 ... respond test 1300 OK 2011-07-27 10:16:42.083 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.084 respond[17733] Server 0xdda3c8 1 2011-07-27 10:16:42.084 respond[17733] Server 0xdda5a8 1 2011-07-27 10:16:42.084 respond[17733] Accept 1300 2011-07-27 10:16:42.084 respond[17733] Server 0xdda5a8 4 2011-07-27 10:16:42.084 respond[17733] Done reading 1300 2011-07-27 10:16:42.084 respond[17733] Done writing 1300 Passed test: test00.m:78 ... respond test 1299 OK 2011-07-27 10:16:42.085 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.085 respond[17733] Server 0xddb668 1 2011-07-27 10:16:42.085 respond[17733] Server 0xddb848 1 2011-07-27 10:16:42.085 respond[17733] Accept 1299 2011-07-27 10:16:42.085 respond[17733] Server 0xddb848 4 2011-07-27 10:16:42.085 respond[17733] Done reading 1299 2011-07-27 10:16:42.085 respond[17733] Done writing 1299 Passed test: test00.m:78 ... respond test 1298 OK 2011-07-27 10:16:42.086 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.086 respond[17733] Server 0xddc908 1 2011-07-27 10:16:42.086 respond[17733] Server 0xddcae8 1 2011-07-27 10:16:42.086 respond[17733] Accept 1298 2011-07-27 10:16:42.086 respond[17733] Server 0xddcae8 4 2011-07-27 10:16:42.086 respond[17733] Done reading 1298 2011-07-27 10:16:42.086 respond[17733] Done writing 1298 Passed test: test00.m:78 ... respond test 1297 OK 2011-07-27 10:16:42.087 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.087 respond[17733] Server 0xdddba8 1 2011-07-27 10:16:42.087 respond[17733] Server 0xdddd88 1 2011-07-27 10:16:42.087 respond[17733] Accept 1297 2011-07-27 10:16:42.087 respond[17733] Server 0xdddd88 4 2011-07-27 10:16:42.087 respond[17733] Done reading 1297 2011-07-27 10:16:42.087 respond[17733] Done writing 1297 Passed test: test00.m:78 ... respond test 1296 OK 2011-07-27 10:16:42.088 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.088 respond[17733] Server 0xdd0298 1 2011-07-27 10:16:42.088 respond[17733] Server 0xdd0478 1 2011-07-27 10:16:42.088 respond[17733] Accept 1296 2011-07-27 10:16:42.088 respond[17733] Server 0xdd0478 4 2011-07-27 10:16:42.089 respond[17733] Done reading 1296 2011-07-27 10:16:42.089 respond[17733] Done writing 1296 Passed test: test00.m:78 ... respond test 1295 OK 2011-07-27 10:16:42.089 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.089 respond[17733] Server 0xdd1538 1 2011-07-27 10:16:42.089 respond[17733] Server 0xdd1718 1 2011-07-27 10:16:42.089 respond[17733] Accept 1295 2011-07-27 10:16:42.090 respond[17733] Server 0xdd1718 4 2011-07-27 10:16:42.090 respond[17733] Done reading 1295 2011-07-27 10:16:42.090 respond[17733] Done writing 1295 Passed test: test00.m:78 ... respond test 1294 OK 2011-07-27 10:16:42.090 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.091 respond[17733] Server 0xdd27e8 1 2011-07-27 10:16:42.091 respond[17733] Server 0xdd29c8 1 2011-07-27 10:16:42.091 respond[17733] Accept 1294 2011-07-27 10:16:42.091 respond[17733] Server 0xdd29c8 4 2011-07-27 10:16:42.091 respond[17733] Done reading 1294 2011-07-27 10:16:42.091 respond[17733] Done writing 1294 Passed test: test00.m:78 ... respond test 1293 OK 2011-07-27 10:16:42.092 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.092 respond[17733] Server 0xdd3a88 1 2011-07-27 10:16:42.092 respond[17733] Server 0xdd3c68 1 2011-07-27 10:16:42.092 respond[17733] Accept 1293 2011-07-27 10:16:42.092 respond[17733] Server 0xdd3c68 4 2011-07-27 10:16:42.092 respond[17733] Done reading 1293 2011-07-27 10:16:42.092 respond[17733] Done writing 1293 Passed test: test00.m:78 ... respond test 1292 OK 2011-07-27 10:16:42.093 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.093 respond[17733] Server 0xdea1a8 1 2011-07-27 10:16:42.093 respond[17733] Server 0xdea388 1 2011-07-27 10:16:42.093 respond[17733] Accept 1292 2011-07-27 10:16:42.093 respond[17733] Server 0xdea388 4 2011-07-27 10:16:42.093 respond[17733] Done reading 1292 2011-07-27 10:16:42.093 respond[17733] Done writing 1292 Passed test: test00.m:78 ... respond test 1291 OK 2011-07-27 10:16:42.094 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.094 respond[17733] Server 0xdeb448 1 2011-07-27 10:16:42.094 respond[17733] Server 0xdeb628 1 2011-07-27 10:16:42.094 respond[17733] Accept 1291 2011-07-27 10:16:42.094 respond[17733] Server 0xdeb628 4 2011-07-27 10:16:42.094 respond[17733] Done reading 1291 2011-07-27 10:16:42.094 respond[17733] Done writing 1291 Passed test: test00.m:78 ... respond test 1290 OK 2011-07-27 10:16:42.095 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.095 respond[17733] Server 0xdec6e8 1 2011-07-27 10:16:42.095 respond[17733] Server 0xdec8c8 1 2011-07-27 10:16:42.095 respond[17733] Accept 1290 2011-07-27 10:16:42.095 respond[17733] Server 0xdec8c8 4 2011-07-27 10:16:42.096 respond[17733] Done reading 1290 2011-07-27 10:16:42.096 respond[17733] Done writing 1290 Passed test: test00.m:78 ... respond test 1289 OK 2011-07-27 10:16:42.096 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.096 respond[17733] Server 0xded988 1 2011-07-27 10:16:42.096 respond[17733] Server 0xdedb68 1 2011-07-27 10:16:42.096 respond[17733] Accept 1289 2011-07-27 10:16:42.096 respond[17733] Server 0xdedb68 4 2011-07-27 10:16:42.097 respond[17733] Done reading 1289 2011-07-27 10:16:42.097 respond[17733] Done writing 1289 Passed test: test00.m:78 ... respond test 1288 OK 2011-07-27 10:16:42.097 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.097 respond[17733] Server 0xdeec28 1 2011-07-27 10:16:42.097 respond[17733] Server 0xdeee08 1 2011-07-27 10:16:42.097 respond[17733] Accept 1288 2011-07-27 10:16:42.098 respond[17733] Server 0xdeee08 4 2011-07-27 10:16:42.098 respond[17733] Done reading 1288 2011-07-27 10:16:42.098 respond[17733] Done writing 1288 Passed test: test00.m:78 ... respond test 1287 OK 2011-07-27 10:16:42.098 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.099 respond[17733] Server 0xdefec8 1 2011-07-27 10:16:42.099 respond[17733] Server 0xdf00a8 1 2011-07-27 10:16:42.099 respond[17733] Accept 1287 2011-07-27 10:16:42.099 respond[17733] Server 0xdf00a8 4 2011-07-27 10:16:42.099 respond[17733] Done reading 1287 2011-07-27 10:16:42.099 respond[17733] Done writing 1287 Passed test: test00.m:78 ... respond test 1286 OK 2011-07-27 10:16:42.100 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.100 respond[17733] Server 0xdf1168 1 2011-07-27 10:16:42.100 respond[17733] Server 0xdf1348 1 2011-07-27 10:16:42.100 respond[17733] Accept 1286 2011-07-27 10:16:42.100 respond[17733] Server 0xdf1348 4 2011-07-27 10:16:42.100 respond[17733] Done reading 1286 2011-07-27 10:16:42.100 respond[17733] Done writing 1286 Passed test: test00.m:78 ... respond test 1285 OK 2011-07-27 10:16:42.101 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.101 respond[17733] Server 0xdf2408 1 2011-07-27 10:16:42.101 respond[17733] Server 0xdf25e8 1 2011-07-27 10:16:42.101 respond[17733] Accept 1285 2011-07-27 10:16:42.101 respond[17733] Server 0xdf25e8 4 2011-07-27 10:16:42.101 respond[17733] Done reading 1285 2011-07-27 10:16:42.101 respond[17733] Done writing 1285 Passed test: test00.m:78 ... respond test 1284 OK 2011-07-27 10:16:42.117 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.117 respond[17733] Server 0xdf36a8 1 2011-07-27 10:16:42.117 respond[17733] Server 0xdf3888 1 2011-07-27 10:16:42.117 respond[17733] Accept 1284 2011-07-27 10:16:42.117 respond[17733] Server 0xdf3888 4 2011-07-27 10:16:42.118 respond[17733] Done reading 1284 2011-07-27 10:16:42.118 respond[17733] Done writing 1284 Passed test: test00.m:78 ... respond test 1283 OK 2011-07-27 10:16:42.118 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.118 respond[17733] Server 0xdf4948 1 2011-07-27 10:16:42.118 respond[17733] Server 0xdf4b28 1 2011-07-27 10:16:42.118 respond[17733] Accept 1283 2011-07-27 10:16:42.118 respond[17733] Server 0xdf4b28 4 2011-07-27 10:16:42.119 respond[17733] Done reading 1283 2011-07-27 10:16:42.119 respond[17733] Done writing 1283 Passed test: test00.m:78 ... respond test 1282 OK 2011-07-27 10:16:42.119 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.119 respond[17733] Server 0xdf5be8 1 2011-07-27 10:16:42.119 respond[17733] Server 0xdf5dc8 1 2011-07-27 10:16:42.120 respond[17733] Accept 1282 2011-07-27 10:16:42.120 respond[17733] Server 0xdf5dc8 4 2011-07-27 10:16:42.120 respond[17733] Done reading 1282 2011-07-27 10:16:42.120 respond[17733] Done writing 1282 Passed test: test00.m:78 ... respond test 1281 OK 2011-07-27 10:16:42.120 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.120 respond[17733] Server 0xddf598 1 2011-07-27 10:16:42.121 respond[17733] Server 0xddf778 1 2011-07-27 10:16:42.121 respond[17733] Accept 1281 2011-07-27 10:16:42.121 respond[17733] Server 0xddf778 4 2011-07-27 10:16:42.121 respond[17733] Done reading 1281 2011-07-27 10:16:42.121 respond[17733] Done writing 1281 Passed test: test00.m:78 ... respond test 1280 OK 2011-07-27 10:16:42.121 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.121 respond[17733] Server 0xde0838 1 2011-07-27 10:16:42.122 respond[17733] Server 0xde0a18 1 2011-07-27 10:16:42.122 respond[17733] Accept 1280 2011-07-27 10:16:42.122 respond[17733] Server 0xde0a18 4 2011-07-27 10:16:42.122 respond[17733] Done reading 1280 2011-07-27 10:16:42.122 respond[17733] Done writing 1280 Passed test: test00.m:78 ... respond test 1279 OK 2011-07-27 10:16:42.122 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.122 respond[17733] Server 0xde1ad8 1 2011-07-27 10:16:42.123 respond[17733] Server 0xde1cb8 1 2011-07-27 10:16:42.123 respond[17733] Accept 1279 2011-07-27 10:16:42.123 respond[17733] Server 0xde1cb8 4 2011-07-27 10:16:42.123 respond[17733] Done reading 1279 2011-07-27 10:16:42.123 respond[17733] Done writing 1279 Passed test: test00.m:78 ... respond test 1278 OK 2011-07-27 10:16:42.123 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.124 respond[17733] Server 0xde2d78 1 2011-07-27 10:16:42.124 respond[17733] Server 0xde2f58 1 2011-07-27 10:16:42.124 respond[17733] Accept 1278 2011-07-27 10:16:42.124 respond[17733] Server 0xde2f58 4 2011-07-27 10:16:42.124 respond[17733] Done reading 1278 2011-07-27 10:16:42.124 respond[17733] Done writing 1278 Passed test: test00.m:78 ... respond test 1277 OK 2011-07-27 10:16:42.125 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.125 respond[17733] Server 0xde4018 1 2011-07-27 10:16:42.125 respond[17733] Server 0xde41f8 1 2011-07-27 10:16:42.125 respond[17733] Accept 1277 2011-07-27 10:16:42.125 respond[17733] Server 0xde41f8 4 2011-07-27 10:16:42.125 respond[17733] Done reading 1277 2011-07-27 10:16:42.125 respond[17733] Done writing 1277 Passed test: test00.m:78 ... respond test 1276 OK 2011-07-27 10:16:42.126 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.126 respond[17733] Server 0xe06d68 1 2011-07-27 10:16:42.126 respond[17733] Server 0xe06f48 1 2011-07-27 10:16:42.126 respond[17733] Accept 1276 2011-07-27 10:16:42.126 respond[17733] Server 0xe06f48 4 2011-07-27 10:16:42.126 respond[17733] Done reading 1276 2011-07-27 10:16:42.126 respond[17733] Done writing 1276 Passed test: test00.m:78 ... respond test 1275 OK 2011-07-27 10:16:42.127 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.127 respond[17733] Server 0xe08008 1 2011-07-27 10:16:42.127 respond[17733] Server 0xe081e8 1 2011-07-27 10:16:42.127 respond[17733] Accept 1275 2011-07-27 10:16:42.127 respond[17733] Server 0xe081e8 4 2011-07-27 10:16:42.127 respond[17733] Done reading 1275 2011-07-27 10:16:42.127 respond[17733] Done writing 1275 Passed test: test00.m:78 ... respond test 1274 OK 2011-07-27 10:16:42.128 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.128 respond[17733] Server 0xe092a8 1 2011-07-27 10:16:42.128 respond[17733] Server 0xe09488 1 2011-07-27 10:16:42.128 respond[17733] Accept 1274 2011-07-27 10:16:42.128 respond[17733] Server 0xe09488 4 2011-07-27 10:16:42.128 respond[17733] Done reading 1274 2011-07-27 10:16:42.128 respond[17733] Done writing 1274 Passed test: test00.m:78 ... respond test 1273 OK 2011-07-27 10:16:42.129 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.129 respond[17733] Server 0xe0a548 1 2011-07-27 10:16:42.129 respond[17733] Server 0xe0a728 1 2011-07-27 10:16:42.129 respond[17733] Accept 1273 2011-07-27 10:16:42.129 respond[17733] Server 0xe0a728 4 2011-07-27 10:16:42.129 respond[17733] Done reading 1273 2011-07-27 10:16:42.129 respond[17733] Done writing 1273 Passed test: test00.m:78 ... respond test 1272 OK 2011-07-27 10:16:42.130 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.130 respond[17733] Server 0xe0b7e8 1 2011-07-27 10:16:42.130 respond[17733] Server 0xe0b9c8 1 2011-07-27 10:16:42.130 respond[17733] Accept 1272 2011-07-27 10:16:42.130 respond[17733] Server 0xe0b9c8 4 2011-07-27 10:16:42.130 respond[17733] Done reading 1272 2011-07-27 10:16:42.130 respond[17733] Done writing 1272 Passed test: test00.m:78 ... respond test 1271 OK 2011-07-27 10:16:42.131 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.131 respond[17733] Server 0xe0ca88 1 2011-07-27 10:16:42.131 respond[17733] Server 0xe0cc68 1 2011-07-27 10:16:42.131 respond[17733] Accept 1271 2011-07-27 10:16:42.131 respond[17733] Server 0xe0cc68 4 2011-07-27 10:16:42.131 respond[17733] Done reading 1271 2011-07-27 10:16:42.131 respond[17733] Done writing 1271 Passed test: test00.m:78 ... respond test 1270 OK 2011-07-27 10:16:42.132 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.132 respond[17733] Server 0xe0dd28 1 2011-07-27 10:16:42.132 respond[17733] Server 0xe0df08 1 2011-07-27 10:16:42.132 respond[17733] Accept 1270 2011-07-27 10:16:42.132 respond[17733] Server 0xe0df08 4 2011-07-27 10:16:42.132 respond[17733] Done reading 1270 2011-07-27 10:16:42.132 respond[17733] Done writing 1270 Passed test: test00.m:78 ... respond test 1269 OK 2011-07-27 10:16:42.133 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.133 respond[17733] Server 0xe0efc8 1 2011-07-27 10:16:42.133 respond[17733] Server 0xe0f1a8 1 2011-07-27 10:16:42.133 respond[17733] Accept 1269 2011-07-27 10:16:42.133 respond[17733] Server 0xe0f1a8 4 2011-07-27 10:16:42.133 respond[17733] Done reading 1269 2011-07-27 10:16:42.133 respond[17733] Done writing 1269 Passed test: test00.m:78 ... respond test 1268 OK 2011-07-27 10:16:42.134 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.134 respond[17733] Server 0xe10268 1 2011-07-27 10:16:42.134 respond[17733] Server 0xe10448 1 2011-07-27 10:16:42.134 respond[17733] Accept 1268 2011-07-27 10:16:42.134 respond[17733] Server 0xe10448 4 2011-07-27 10:16:42.134 respond[17733] Done reading 1268 2011-07-27 10:16:42.134 respond[17733] Done writing 1268 Passed test: test00.m:78 ... respond test 1267 OK 2011-07-27 10:16:42.135 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.135 respond[17733] Server 0xe11508 1 2011-07-27 10:16:42.135 respond[17733] Server 0xe116e8 1 2011-07-27 10:16:42.135 respond[17733] Accept 1267 2011-07-27 10:16:42.135 respond[17733] Server 0xe116e8 4 2011-07-27 10:16:42.135 respond[17733] Done reading 1267 2011-07-27 10:16:42.135 respond[17733] Done writing 1267 Passed test: test00.m:78 ... respond test 1266 OK 2011-07-27 10:16:42.136 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.136 respond[17733] Server 0xe127a8 1 2011-07-27 10:16:42.136 respond[17733] Server 0xe12988 1 2011-07-27 10:16:42.136 respond[17733] Accept 1266 2011-07-27 10:16:42.136 respond[17733] Server 0xe12988 4 2011-07-27 10:16:42.136 respond[17733] Done reading 1266 2011-07-27 10:16:42.136 respond[17733] Done writing 1266 Passed test: test00.m:78 ... respond test 1265 OK 2011-07-27 10:16:42.137 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.137 respond[17733] Server 0xe13a48 1 2011-07-27 10:16:42.137 respond[17733] Server 0xe13c28 1 2011-07-27 10:16:42.137 respond[17733] Accept 1265 2011-07-27 10:16:42.137 respond[17733] Server 0xe13c28 4 2011-07-27 10:16:42.138 respond[17733] Done reading 1265 2011-07-27 10:16:42.138 respond[17733] Done writing 1265 Passed test: test00.m:78 ... respond test 1264 OK 2011-07-27 10:16:42.138 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.138 respond[17733] Server 0xe14ce8 1 2011-07-27 10:16:42.139 respond[17733] Server 0xe14ec8 1 2011-07-27 10:16:42.139 respond[17733] Accept 1264 2011-07-27 10:16:42.139 respond[17733] Server 0xe14ec8 4 2011-07-27 10:16:42.139 respond[17733] Done reading 1264 2011-07-27 10:16:42.139 respond[17733] Done writing 1264 Passed test: test00.m:78 ... respond test 1263 OK 2011-07-27 10:16:42.140 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.140 respond[17733] Server 0xe15f88 1 2011-07-27 10:16:42.140 respond[17733] Server 0xe16168 1 2011-07-27 10:16:42.140 respond[17733] Accept 1263 2011-07-27 10:16:42.140 respond[17733] Server 0xe16168 4 2011-07-27 10:16:42.140 respond[17733] Done reading 1263 2011-07-27 10:16:42.140 respond[17733] Done writing 1263 Passed test: test00.m:78 ... respond test 1262 OK 2011-07-27 10:16:42.141 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.141 respond[17733] Server 0xe20818 1 2011-07-27 10:16:42.141 respond[17733] Server 0xe209f8 1 2011-07-27 10:16:42.141 respond[17733] Accept 1262 2011-07-27 10:16:42.141 respond[17733] Server 0xe209f8 4 2011-07-27 10:16:42.141 respond[17733] Done reading 1262 2011-07-27 10:16:42.141 respond[17733] Done writing 1262 Passed test: test00.m:78 ... respond test 1261 OK 2011-07-27 10:16:42.142 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.142 respond[17733] Server 0xe21ab8 1 2011-07-27 10:16:42.142 respond[17733] Server 0xe21c98 1 2011-07-27 10:16:42.142 respond[17733] Accept 1261 2011-07-27 10:16:42.142 respond[17733] Server 0xe21c98 4 2011-07-27 10:16:42.142 respond[17733] Done reading 1261 2011-07-27 10:16:42.142 respond[17733] Done writing 1261 Passed test: test00.m:78 ... respond test 1260 OK 2011-07-27 10:16:42.143 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.143 respond[17733] Server 0xe22d58 1 2011-07-27 10:16:42.143 respond[17733] Server 0xe22f38 1 2011-07-27 10:16:42.143 respond[17733] Accept 1260 2011-07-27 10:16:42.143 respond[17733] Server 0xe22f38 4 2011-07-27 10:16:42.144 respond[17733] Done reading 1260 2011-07-27 10:16:42.144 respond[17733] Done writing 1260 Passed test: test00.m:78 ... respond test 1259 OK 2011-07-27 10:16:42.144 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.144 respond[17733] Server 0xe23ff8 1 2011-07-27 10:16:42.144 respond[17733] Server 0xe241d8 1 2011-07-27 10:16:42.144 respond[17733] Accept 1259 2011-07-27 10:16:42.145 respond[17733] Server 0xe241d8 4 2011-07-27 10:16:42.145 respond[17733] Done reading 1259 2011-07-27 10:16:42.145 respond[17733] Done writing 1259 Passed test: test00.m:78 ... respond test 1258 OK 2011-07-27 10:16:42.146 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.146 respond[17733] Server 0xdfcb38 1 2011-07-27 10:16:42.146 respond[17733] Server 0xdfcd18 1 2011-07-27 10:16:42.146 respond[17733] Accept 1258 2011-07-27 10:16:42.146 respond[17733] Server 0xdfcd18 4 2011-07-27 10:16:42.146 respond[17733] Done reading 1258 2011-07-27 10:16:42.146 respond[17733] Done writing 1258 Passed test: test00.m:78 ... respond test 1257 OK 2011-07-27 10:16:42.147 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.147 respond[17733] Server 0xdfddd8 1 2011-07-27 10:16:42.147 respond[17733] Server 0xdfdfb8 1 2011-07-27 10:16:42.147 respond[17733] Accept 1257 2011-07-27 10:16:42.147 respond[17733] Server 0xdfdfb8 4 2011-07-27 10:16:42.147 respond[17733] Done reading 1257 2011-07-27 10:16:42.147 respond[17733] Done writing 1257 Passed test: test00.m:78 ... respond test 1256 OK 2011-07-27 10:16:42.148 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.148 respond[17733] Server 0xdff078 1 2011-07-27 10:16:42.148 respond[17733] Server 0xdff258 1 2011-07-27 10:16:42.148 respond[17733] Accept 1256 2011-07-27 10:16:42.148 respond[17733] Server 0xdff258 4 2011-07-27 10:16:42.149 respond[17733] Done reading 1256 2011-07-27 10:16:42.149 respond[17733] Done writing 1256 Passed test: test00.m:78 ... respond test 1255 OK 2011-07-27 10:16:42.149 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.149 respond[17733] Server 0xe00318 1 2011-07-27 10:16:42.149 respond[17733] Server 0xe004f8 1 2011-07-27 10:16:42.149 respond[17733] Accept 1255 2011-07-27 10:16:42.150 respond[17733] Server 0xe004f8 4 2011-07-27 10:16:42.150 respond[17733] Done reading 1255 2011-07-27 10:16:42.150 respond[17733] Done writing 1255 Passed test: test00.m:78 ... respond test 1254 OK 2011-07-27 10:16:42.151 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.151 respond[17733] Server 0xe015b8 1 2011-07-27 10:16:42.151 respond[17733] Server 0xe01798 1 2011-07-27 10:16:42.151 respond[17733] Accept 1254 2011-07-27 10:16:42.151 respond[17733] Server 0xe01798 4 2011-07-27 10:16:42.151 respond[17733] Done reading 1254 2011-07-27 10:16:42.151 respond[17733] Done writing 1254 Passed test: test00.m:78 ... respond test 1253 OK 2011-07-27 10:16:42.152 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.152 respond[17733] Server 0xe02858 1 2011-07-27 10:16:42.152 respond[17733] Server 0xe02a38 1 2011-07-27 10:16:42.152 respond[17733] Accept 1253 2011-07-27 10:16:42.152 respond[17733] Server 0xe02a38 4 2011-07-27 10:16:42.152 respond[17733] Done reading 1253 2011-07-27 10:16:42.152 respond[17733] Done writing 1253 Passed test: test00.m:78 ... respond test 1252 OK 2011-07-27 10:16:42.153 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.153 respond[17733] Server 0xe03af8 1 2011-07-27 10:16:42.153 respond[17733] Server 0xe03cd8 1 2011-07-27 10:16:42.153 respond[17733] Accept 1252 2011-07-27 10:16:42.153 respond[17733] Server 0xe03cd8 4 2011-07-27 10:16:42.153 respond[17733] Done reading 1252 2011-07-27 10:16:42.153 respond[17733] Done writing 1252 Passed test: test00.m:78 ... respond test 1251 OK 2011-07-27 10:16:42.154 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.154 respond[17733] Server 0xe04d98 1 2011-07-27 10:16:42.154 respond[17733] Server 0xe04f78 1 2011-07-27 10:16:42.154 respond[17733] Accept 1251 2011-07-27 10:16:42.154 respond[17733] Server 0xe04f78 4 2011-07-27 10:16:42.155 respond[17733] Done reading 1251 2011-07-27 10:16:42.155 respond[17733] Done writing 1251 Passed test: test00.m:78 ... respond test 1250 OK 2011-07-27 10:16:42.155 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.155 respond[17733] Server 0xe06038 1 2011-07-27 10:16:42.155 respond[17733] Server 0xe06218 1 2011-07-27 10:16:42.156 respond[17733] Accept 1250 2011-07-27 10:16:42.156 respond[17733] Server 0xe06218 4 2011-07-27 10:16:42.156 respond[17733] Done reading 1250 2011-07-27 10:16:42.156 respond[17733] Done writing 1250 Passed test: test00.m:78 ... respond test 1249 OK 2011-07-27 10:16:42.157 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.157 respond[17733] Server 0xe35df8 1 2011-07-27 10:16:42.157 respond[17733] Server 0xe35fd8 1 2011-07-27 10:16:42.157 respond[17733] Accept 1249 2011-07-27 10:16:42.157 respond[17733] Server 0xe35fd8 4 2011-07-27 10:16:42.157 respond[17733] Done reading 1249 2011-07-27 10:16:42.157 respond[17733] Done writing 1249 Passed test: test00.m:78 ... respond test 1248 OK 2011-07-27 10:16:42.158 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.158 respond[17733] Server 0xe37098 1 2011-07-27 10:16:42.158 respond[17733] Server 0xe37278 1 2011-07-27 10:16:42.158 respond[17733] Accept 1248 2011-07-27 10:16:42.158 respond[17733] Server 0xe37278 4 2011-07-27 10:16:42.158 respond[17733] Done reading 1248 2011-07-27 10:16:42.158 respond[17733] Done writing 1248 Passed test: test00.m:78 ... respond test 1247 OK 2011-07-27 10:16:42.159 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.159 respond[17733] Server 0xe38338 1 2011-07-27 10:16:42.159 respond[17733] Server 0xe38518 1 2011-07-27 10:16:42.159 respond[17733] Accept 1247 2011-07-27 10:16:42.159 respond[17733] Server 0xe38518 4 2011-07-27 10:16:42.159 respond[17733] Done reading 1247 2011-07-27 10:16:42.159 respond[17733] Done writing 1247 Passed test: test00.m:78 ... respond test 1246 OK 2011-07-27 10:16:42.160 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.160 respond[17733] Server 0xe395d8 1 2011-07-27 10:16:42.160 respond[17733] Server 0xe397b8 1 2011-07-27 10:16:42.160 respond[17733] Accept 1246 2011-07-27 10:16:42.160 respond[17733] Server 0xe397b8 4 2011-07-27 10:16:42.161 respond[17733] Done reading 1246 2011-07-27 10:16:42.161 respond[17733] Done writing 1246 Passed test: test00.m:78 ... respond test 1245 OK 2011-07-27 10:16:42.161 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.161 respond[17733] Server 0xe3a878 1 2011-07-27 10:16:42.161 respond[17733] Server 0xe3aa58 1 2011-07-27 10:16:42.161 respond[17733] Accept 1245 2011-07-27 10:16:42.162 respond[17733] Server 0xe3aa58 4 2011-07-27 10:16:42.162 respond[17733] Done reading 1245 2011-07-27 10:16:42.162 respond[17733] Done writing 1245 Passed test: test00.m:78 ... respond test 1244 OK 2011-07-27 10:16:42.163 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.163 respond[17733] Server 0xe3bb18 1 2011-07-27 10:16:42.163 respond[17733] Server 0xe3bcf8 1 2011-07-27 10:16:42.163 respond[17733] Accept 1244 2011-07-27 10:16:42.163 respond[17733] Server 0xe3bcf8 4 2011-07-27 10:16:42.163 respond[17733] Done reading 1244 2011-07-27 10:16:42.163 respond[17733] Done writing 1244 Passed test: test00.m:78 ... respond test 1243 OK 2011-07-27 10:16:42.164 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.164 respond[17733] Server 0xe3cdb8 1 2011-07-27 10:16:42.164 respond[17733] Server 0xe3cf98 1 2011-07-27 10:16:42.164 respond[17733] Accept 1243 2011-07-27 10:16:42.164 respond[17733] Server 0xe3cf98 4 2011-07-27 10:16:42.164 respond[17733] Done reading 1243 2011-07-27 10:16:42.164 respond[17733] Done writing 1243 Passed test: test00.m:78 ... respond test 1242 OK 2011-07-27 10:16:42.165 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.165 respond[17733] Server 0xe3e058 1 2011-07-27 10:16:42.165 respond[17733] Server 0xe3e238 1 2011-07-27 10:16:42.165 respond[17733] Accept 1242 2011-07-27 10:16:42.165 respond[17733] Server 0xe3e238 4 2011-07-27 10:16:42.165 respond[17733] Done reading 1242 2011-07-27 10:16:42.165 respond[17733] Done writing 1242 Passed test: test00.m:78 ... respond test 1241 OK 2011-07-27 10:16:42.166 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.166 respond[17733] Server 0xe3f2f8 1 2011-07-27 10:16:42.166 respond[17733] Server 0xe3f4d8 1 2011-07-27 10:16:42.166 respond[17733] Accept 1241 2011-07-27 10:16:42.166 respond[17733] Server 0xe3f4d8 4 2011-07-27 10:16:42.167 respond[17733] Done reading 1241 2011-07-27 10:16:42.167 respond[17733] Done writing 1241 Passed test: test00.m:78 ... respond test 1240 OK 2011-07-27 10:16:42.167 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.167 respond[17733] Server 0xe405b8 1 2011-07-27 10:16:42.167 respond[17733] Server 0xe40778 1 2011-07-27 10:16:42.167 respond[17733] Accept 1240 2011-07-27 10:16:42.168 respond[17733] Server 0xe40778 4 2011-07-27 10:16:42.168 respond[17733] Done reading 1240 2011-07-27 10:16:42.168 respond[17733] Done writing 1240 Passed test: test00.m:78 ... respond test 1239 OK 2011-07-27 10:16:42.169 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.169 respond[17733] Server 0xe41838 1 2011-07-27 10:16:42.169 respond[17733] Server 0xe41a18 1 2011-07-27 10:16:42.169 respond[17733] Accept 1239 2011-07-27 10:16:42.169 respond[17733] Server 0xe41a18 4 2011-07-27 10:16:42.169 respond[17733] Done reading 1239 2011-07-27 10:16:42.169 respond[17733] Done writing 1239 Passed test: test00.m:78 ... respond test 1238 OK 2011-07-27 10:16:42.170 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.170 respond[17733] Server 0xe42ad8 1 2011-07-27 10:16:42.170 respond[17733] Server 0xe42cb8 1 2011-07-27 10:16:42.170 respond[17733] Accept 1238 2011-07-27 10:16:42.170 respond[17733] Server 0xe42cb8 4 2011-07-27 10:16:42.170 respond[17733] Done reading 1238 2011-07-27 10:16:42.170 respond[17733] Done writing 1238 Passed test: test00.m:78 ... respond test 1237 OK 2011-07-27 10:16:42.171 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.171 respond[17733] Server 0xe43d78 1 2011-07-27 10:16:42.171 respond[17733] Server 0xe43f58 1 2011-07-27 10:16:42.171 respond[17733] Accept 1237 2011-07-27 10:16:42.171 respond[17733] Server 0xe43f58 4 2011-07-27 10:16:42.171 respond[17733] Done reading 1237 2011-07-27 10:16:42.171 respond[17733] Done writing 1237 Passed test: test00.m:78 ... respond test 1236 OK 2011-07-27 10:16:42.173 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.173 respond[17733] Server 0xe45018 1 2011-07-27 10:16:42.173 respond[17733] Server 0xe451f8 1 2011-07-27 10:16:42.173 respond[17733] Accept 1236 2011-07-27 10:16:42.173 respond[17733] Server 0xe451f8 4 2011-07-27 10:16:42.173 respond[17733] Done reading 1236 2011-07-27 10:16:42.173 respond[17733] Done writing 1236 Passed test: test00.m:78 ... respond test 1235 OK 2011-07-27 10:16:42.174 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.174 respond[17733] Server 0xe462b8 1 2011-07-27 10:16:42.174 respond[17733] Server 0xe46498 1 2011-07-27 10:16:42.174 respond[17733] Accept 1235 2011-07-27 10:16:42.174 respond[17733] Server 0xe46498 4 2011-07-27 10:16:42.174 respond[17733] Done reading 1235 2011-07-27 10:16:42.174 respond[17733] Done writing 1235 Passed test: test00.m:78 ... respond test 1234 OK 2011-07-27 10:16:42.175 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.175 respond[17733] Server 0xe55668 1 2011-07-27 10:16:42.175 respond[17733] Server 0xe55828 1 2011-07-27 10:16:42.175 respond[17733] Accept 1234 2011-07-27 10:16:42.175 respond[17733] Server 0xe55828 4 2011-07-27 10:16:42.176 respond[17733] Done reading 1234 2011-07-27 10:16:42.176 respond[17733] Done writing 1234 Passed test: test00.m:78 ... respond test 1233 OK 2011-07-27 10:16:42.176 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.176 respond[17733] Server 0xe568e8 1 2011-07-27 10:16:42.176 respond[17733] Server 0xe56ac8 1 2011-07-27 10:16:42.176 respond[17733] Accept 1233 2011-07-27 10:16:42.176 respond[17733] Server 0xe56ac8 4 2011-07-27 10:16:42.177 respond[17733] Done reading 1233 2011-07-27 10:16:42.177 respond[17733] Done writing 1233 Passed test: test00.m:78 ... respond test 1232 OK 2011-07-27 10:16:42.177 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.178 respond[17733] Server 0xe57b88 1 2011-07-27 10:16:42.178 respond[17733] Server 0xe57d68 1 2011-07-27 10:16:42.178 respond[17733] Accept 1232 2011-07-27 10:16:42.178 respond[17733] Server 0xe57d68 4 2011-07-27 10:16:42.178 respond[17733] Done reading 1232 2011-07-27 10:16:42.178 respond[17733] Done writing 1232 Passed test: test00.m:78 ... respond test 1231 OK 2011-07-27 10:16:42.179 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.179 respond[17733] Server 0xe58e28 1 2011-07-27 10:16:42.179 respond[17733] Server 0xe59008 1 2011-07-27 10:16:42.179 respond[17733] Accept 1231 2011-07-27 10:16:42.179 respond[17733] Server 0xe59008 4 2011-07-27 10:16:42.179 respond[17733] Done reading 1231 2011-07-27 10:16:42.179 respond[17733] Done writing 1231 Passed test: test00.m:78 ... respond test 1230 OK 2011-07-27 10:16:42.180 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.180 respond[17733] Server 0xe5a0c8 1 2011-07-27 10:16:42.180 respond[17733] Server 0xe5a2a8 1 2011-07-27 10:16:42.180 respond[17733] Accept 1230 2011-07-27 10:16:42.180 respond[17733] Server 0xe5a2a8 4 2011-07-27 10:16:42.180 respond[17733] Done reading 1230 2011-07-27 10:16:42.180 respond[17733] Done writing 1230 Passed test: test00.m:78 ... respond test 1229 OK 2011-07-27 10:16:42.181 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.181 respond[17733] Server 0xe5b368 1 2011-07-27 10:16:42.181 respond[17733] Server 0xe5b548 1 2011-07-27 10:16:42.181 respond[17733] Accept 1229 2011-07-27 10:16:42.181 respond[17733] Server 0xe5b548 4 2011-07-27 10:16:42.181 respond[17733] Done reading 1229 2011-07-27 10:16:42.181 respond[17733] Done writing 1229 Passed test: test00.m:78 ... respond test 1228 OK 2011-07-27 10:16:42.182 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.182 respond[17733] Server 0xe5c608 1 2011-07-27 10:16:42.182 respond[17733] Server 0xe5c7e8 1 2011-07-27 10:16:42.182 respond[17733] Accept 1228 2011-07-27 10:16:42.182 respond[17733] Server 0xe5c7e8 4 2011-07-27 10:16:42.183 respond[17733] Done reading 1228 2011-07-27 10:16:42.183 respond[17733] Done writing 1228 Passed test: test00.m:78 ... respond test 1227 OK 2011-07-27 10:16:42.183 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.183 respond[17733] Server 0xe5d8a8 1 2011-07-27 10:16:42.183 respond[17733] Server 0xe5da88 1 2011-07-27 10:16:42.183 respond[17733] Accept 1227 2011-07-27 10:16:42.183 respond[17733] Server 0xe5da88 4 2011-07-27 10:16:42.184 respond[17733] Done reading 1227 2011-07-27 10:16:42.184 respond[17733] Done writing 1227 Passed test: test00.m:78 ... respond test 1226 OK 2011-07-27 10:16:42.184 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.185 respond[17733] Server 0xe5eb48 1 2011-07-27 10:16:42.185 respond[17733] Server 0xe5ed28 1 2011-07-27 10:16:42.185 respond[17733] Accept 1226 2011-07-27 10:16:42.185 respond[17733] Server 0xe5ed28 4 2011-07-27 10:16:42.185 respond[17733] Done reading 1226 2011-07-27 10:16:42.185 respond[17733] Done writing 1226 Passed test: test00.m:78 ... respond test 1225 OK 2011-07-27 10:16:42.186 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.186 respond[17733] Server 0xe5fde8 1 2011-07-27 10:16:42.186 respond[17733] Server 0xe5ffc8 1 2011-07-27 10:16:42.186 respond[17733] Accept 1225 2011-07-27 10:16:42.186 respond[17733] Server 0xe5ffc8 4 2011-07-27 10:16:42.186 respond[17733] Done reading 1225 2011-07-27 10:16:42.186 respond[17733] Done writing 1225 Passed test: test00.m:78 ... respond test 1224 OK 2011-07-27 10:16:42.187 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.187 respond[17733] Server 0xe61088 1 2011-07-27 10:16:42.187 respond[17733] Server 0xe61268 1 2011-07-27 10:16:42.187 respond[17733] Accept 1224 2011-07-27 10:16:42.187 respond[17733] Server 0xe61268 4 2011-07-27 10:16:42.187 respond[17733] Done reading 1224 2011-07-27 10:16:42.187 respond[17733] Done writing 1224 Passed test: test00.m:78 ... respond test 1223 OK 2011-07-27 10:16:42.188 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.188 respond[17733] Server 0xe62328 1 2011-07-27 10:16:42.188 respond[17733] Server 0xe62508 1 2011-07-27 10:16:42.188 respond[17733] Accept 1223 2011-07-27 10:16:42.188 respond[17733] Server 0xe62508 4 2011-07-27 10:16:42.188 respond[17733] Done reading 1223 2011-07-27 10:16:42.188 respond[17733] Done writing 1223 Passed test: test00.m:78 ... respond test 1222 OK 2011-07-27 10:16:42.189 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.189 respond[17733] Server 0xe635c8 1 2011-07-27 10:16:42.189 respond[17733] Server 0xe637a8 1 2011-07-27 10:16:42.189 respond[17733] Accept 1222 2011-07-27 10:16:42.189 respond[17733] Server 0xe637a8 4 2011-07-27 10:16:42.190 respond[17733] Done reading 1222 2011-07-27 10:16:42.190 respond[17733] Done writing 1222 Passed test: test00.m:78 ... respond test 1221 OK 2011-07-27 10:16:42.190 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.190 respond[17733] Server 0xe64868 1 2011-07-27 10:16:42.190 respond[17733] Server 0xe64a48 1 2011-07-27 10:16:42.190 respond[17733] Accept 1221 2011-07-27 10:16:42.191 respond[17733] Server 0xe64a48 4 2011-07-27 10:16:42.191 respond[17733] Done reading 1221 2011-07-27 10:16:42.191 respond[17733] Done writing 1221 Passed test: test00.m:78 ... respond test 1220 OK 2011-07-27 10:16:42.192 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.192 respond[17733] Server 0xe25298 1 2011-07-27 10:16:42.192 respond[17733] Server 0xe25478 1 2011-07-27 10:16:42.192 respond[17733] Accept 1220 2011-07-27 10:16:42.192 respond[17733] Server 0xe25478 4 2011-07-27 10:16:42.192 respond[17733] Done reading 1220 2011-07-27 10:16:42.192 respond[17733] Done writing 1220 Passed test: test00.m:78 ... respond test 1219 OK 2011-07-27 10:16:42.193 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.193 respond[17733] Server 0xe26538 1 2011-07-27 10:16:42.193 respond[17733] Server 0xe26718 1 2011-07-27 10:16:42.193 respond[17733] Accept 1219 2011-07-27 10:16:42.193 respond[17733] Server 0xe26718 4 2011-07-27 10:16:42.194 respond[17733] Done reading 1219 2011-07-27 10:16:42.194 respond[17733] Done writing 1219 Passed test: test00.m:78 ... respond test 1218 OK 2011-07-27 10:16:42.194 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.194 respond[17733] Server 0xe277d8 1 2011-07-27 10:16:42.194 respond[17733] Server 0xe279b8 1 2011-07-27 10:16:42.194 respond[17733] Accept 1218 2011-07-27 10:16:42.195 respond[17733] Server 0xe279b8 4 2011-07-27 10:16:42.195 respond[17733] Done reading 1218 2011-07-27 10:16:42.195 respond[17733] Done writing 1218 Passed test: test00.m:78 ... respond test 1217 OK 2011-07-27 10:16:42.196 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.196 respond[17733] Server 0xe28a78 1 2011-07-27 10:16:42.196 respond[17733] Server 0xe28c58 1 2011-07-27 10:16:42.196 respond[17733] Accept 1217 2011-07-27 10:16:42.196 respond[17733] Server 0xe28c58 4 2011-07-27 10:16:42.196 respond[17733] Done reading 1217 2011-07-27 10:16:42.196 respond[17733] Done writing 1217 Passed test: test00.m:78 ... respond test 1216 OK 2011-07-27 10:16:42.197 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.197 respond[17733] Server 0xe29d18 1 2011-07-27 10:16:42.197 respond[17733] Server 0xe29ef8 1 2011-07-27 10:16:42.197 respond[17733] Accept 1216 2011-07-27 10:16:42.197 respond[17733] Server 0xe29ef8 4 2011-07-27 10:16:42.197 respond[17733] Done reading 1216 2011-07-27 10:16:42.197 respond[17733] Done writing 1216 Passed test: test00.m:78 ... respond test 1215 OK 2011-07-27 10:16:42.198 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.198 respond[17733] Server 0xe2afb8 1 2011-07-27 10:16:42.198 respond[17733] Server 0xe2b198 1 2011-07-27 10:16:42.198 respond[17733] Accept 1215 2011-07-27 10:16:42.198 respond[17733] Server 0xe2b198 4 2011-07-27 10:16:42.198 respond[17733] Done reading 1215 2011-07-27 10:16:42.198 respond[17733] Done writing 1215 Passed test: test00.m:78 ... respond test 1214 OK 2011-07-27 10:16:42.199 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.199 respond[17733] Server 0xe2c258 1 2011-07-27 10:16:42.199 respond[17733] Server 0xe2c438 1 2011-07-27 10:16:42.199 respond[17733] Accept 1214 2011-07-27 10:16:42.199 respond[17733] Server 0xe2c438 4 2011-07-27 10:16:42.200 respond[17733] Done reading 1214 2011-07-27 10:16:42.200 respond[17733] Done writing 1214 Passed test: test00.m:78 ... respond test 1213 OK 2011-07-27 10:16:42.200 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.200 respond[17733] Server 0xe2d4f8 1 2011-07-27 10:16:42.200 respond[17733] Server 0xe2d6d8 1 2011-07-27 10:16:42.200 respond[17733] Accept 1213 2011-07-27 10:16:42.201 respond[17733] Server 0xe2d6d8 4 2011-07-27 10:16:42.201 respond[17733] Done reading 1213 2011-07-27 10:16:42.201 respond[17733] Done writing 1213 Passed test: test00.m:78 ... respond test 1212 OK 2011-07-27 10:16:42.202 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.202 respond[17733] Server 0xe2e798 1 2011-07-27 10:16:42.202 respond[17733] Server 0xe2e978 1 2011-07-27 10:16:42.202 respond[17733] Accept 1212 2011-07-27 10:16:42.202 respond[17733] Server 0xe2e978 4 2011-07-27 10:16:42.202 respond[17733] Done reading 1212 2011-07-27 10:16:42.202 respond[17733] Done writing 1212 Passed test: test00.m:78 ... respond test 1211 OK 2011-07-27 10:16:42.203 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.203 respond[17733] Server 0xe2fa38 1 2011-07-27 10:16:42.203 respond[17733] Server 0xe2fc18 1 2011-07-27 10:16:42.203 respond[17733] Accept 1211 2011-07-27 10:16:42.203 respond[17733] Server 0xe2fc18 4 2011-07-27 10:16:42.203 respond[17733] Done reading 1211 2011-07-27 10:16:42.203 respond[17733] Done writing 1211 Passed test: test00.m:78 ... respond test 1210 OK 2011-07-27 10:16:42.204 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.204 respond[17733] Server 0xe30cd8 1 2011-07-27 10:16:42.204 respond[17733] Server 0xe30eb8 1 2011-07-27 10:16:42.204 respond[17733] Accept 1210 2011-07-27 10:16:42.204 respond[17733] Server 0xe30eb8 4 2011-07-27 10:16:42.204 respond[17733] Done reading 1210 2011-07-27 10:16:42.204 respond[17733] Done writing 1210 Passed test: test00.m:78 ... respond test 1209 OK 2011-07-27 10:16:42.205 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.205 respond[17733] Server 0xe31f78 1 2011-07-27 10:16:42.205 respond[17733] Server 0xe32158 1 2011-07-27 10:16:42.205 respond[17733] Accept 1209 2011-07-27 10:16:42.205 respond[17733] Server 0xe32158 4 2011-07-27 10:16:42.205 respond[17733] Done reading 1209 2011-07-27 10:16:42.206 respond[17733] Done writing 1209 Passed test: test00.m:78 ... respond test 1208 OK 2011-07-27 10:16:42.206 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.206 respond[17733] Server 0xe33218 1 2011-07-27 10:16:42.206 respond[17733] Server 0xe333f8 1 2011-07-27 10:16:42.206 respond[17733] Accept 1208 2011-07-27 10:16:42.206 respond[17733] Server 0xe333f8 4 2011-07-27 10:16:42.207 respond[17733] Done reading 1208 2011-07-27 10:16:42.207 respond[17733] Done writing 1208 Passed test: test00.m:78 ... respond test 1207 OK 2011-07-27 10:16:42.207 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.208 respond[17733] Server 0xe344b8 1 2011-07-27 10:16:42.208 respond[17733] Server 0xe34698 1 2011-07-27 10:16:42.208 respond[17733] Accept 1207 2011-07-27 10:16:42.208 respond[17733] Server 0xe34698 4 2011-07-27 10:16:42.208 respond[17733] Done reading 1207 2011-07-27 10:16:42.208 respond[17733] Done writing 1207 Passed test: test00.m:78 ... respond test 1206 OK 2011-07-27 10:16:42.209 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.209 respond[17733] Server 0xe80148 1 2011-07-27 10:16:42.209 respond[17733] Server 0xe80328 1 2011-07-27 10:16:42.209 respond[17733] Accept 1206 2011-07-27 10:16:42.209 respond[17733] Server 0xe80328 4 2011-07-27 10:16:42.209 respond[17733] Done reading 1206 2011-07-27 10:16:42.209 respond[17733] Done writing 1206 Passed test: test00.m:78 ... respond test 1205 OK 2011-07-27 10:16:42.210 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.210 respond[17733] Server 0xe813e8 1 2011-07-27 10:16:42.210 respond[17733] Server 0xe815c8 1 2011-07-27 10:16:42.210 respond[17733] Accept 1205 2011-07-27 10:16:42.210 respond[17733] Server 0xe815c8 4 2011-07-27 10:16:42.210 respond[17733] Done reading 1205 2011-07-27 10:16:42.210 respond[17733] Done writing 1205 Passed test: test00.m:78 ... respond test 1204 OK 2011-07-27 10:16:42.211 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.211 respond[17733] Server 0xe82698 1 2011-07-27 10:16:42.211 respond[17733] Server 0xe82878 1 2011-07-27 10:16:42.211 respond[17733] Accept 1204 2011-07-27 10:16:42.211 respond[17733] Server 0xe82878 4 2011-07-27 10:16:42.211 respond[17733] Done reading 1204 2011-07-27 10:16:42.212 respond[17733] Done writing 1204 Passed test: test00.m:78 ... respond test 1203 OK 2011-07-27 10:16:42.212 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.212 respond[17733] Server 0xe83938 1 2011-07-27 10:16:42.212 respond[17733] Server 0xe83b18 1 2011-07-27 10:16:42.212 respond[17733] Accept 1203 2011-07-27 10:16:42.212 respond[17733] Server 0xe83b18 4 2011-07-27 10:16:42.213 respond[17733] Done reading 1203 2011-07-27 10:16:42.213 respond[17733] Done writing 1203 Passed test: test00.m:78 ... respond test 1202 OK 2011-07-27 10:16:42.213 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.214 respond[17733] Server 0xe84bd8 1 2011-07-27 10:16:42.214 respond[17733] Server 0xe84db8 1 2011-07-27 10:16:42.214 respond[17733] Accept 1202 2011-07-27 10:16:42.214 respond[17733] Server 0xe84db8 4 2011-07-27 10:16:42.214 respond[17733] Done reading 1202 2011-07-27 10:16:42.214 respond[17733] Done writing 1202 Passed test: test00.m:78 ... respond test 1201 OK 2011-07-27 10:16:42.215 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.215 respond[17733] Server 0xe85e78 1 2011-07-27 10:16:42.215 respond[17733] Server 0xe86058 1 2011-07-27 10:16:42.215 respond[17733] Accept 1201 2011-07-27 10:16:42.215 respond[17733] Server 0xe86058 4 2011-07-27 10:16:42.215 respond[17733] Done reading 1201 2011-07-27 10:16:42.215 respond[17733] Done writing 1201 Passed test: test00.m:78 ... respond test 1200 OK 2011-07-27 10:16:42.216 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.216 respond[17733] Server 0xe87118 1 2011-07-27 10:16:42.216 respond[17733] Server 0xe872f8 1 2011-07-27 10:16:42.216 respond[17733] Accept 1200 2011-07-27 10:16:42.216 respond[17733] Server 0xe872f8 4 2011-07-27 10:16:42.216 respond[17733] Done reading 1200 2011-07-27 10:16:42.216 respond[17733] Done writing 1200 Passed test: test00.m:78 ... respond test 1199 OK 2011-07-27 10:16:42.217 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.217 respond[17733] Server 0xe883b8 1 2011-07-27 10:16:42.217 respond[17733] Server 0xe88598 1 2011-07-27 10:16:42.217 respond[17733] Accept 1199 2011-07-27 10:16:42.217 respond[17733] Server 0xe88598 4 2011-07-27 10:16:42.217 respond[17733] Done reading 1199 2011-07-27 10:16:42.217 respond[17733] Done writing 1199 Passed test: test00.m:78 ... respond test 1198 OK 2011-07-27 10:16:42.218 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.218 respond[17733] Server 0xe89658 1 2011-07-27 10:16:42.218 respond[17733] Server 0xe89838 1 2011-07-27 10:16:42.218 respond[17733] Accept 1198 2011-07-27 10:16:42.218 respond[17733] Server 0xe89838 4 2011-07-27 10:16:42.219 respond[17733] Done reading 1198 2011-07-27 10:16:42.219 respond[17733] Done writing 1198 Passed test: test00.m:78 ... respond test 1197 OK 2011-07-27 10:16:42.219 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.219 respond[17733] Server 0xe8a8f8 1 2011-07-27 10:16:42.220 respond[17733] Server 0xe8aad8 1 2011-07-27 10:16:42.220 respond[17733] Accept 1197 2011-07-27 10:16:42.220 respond[17733] Server 0xe8aad8 4 2011-07-27 10:16:42.220 respond[17733] Done reading 1197 2011-07-27 10:16:42.220 respond[17733] Done writing 1197 Passed test: test00.m:78 ... respond test 1196 OK 2011-07-27 10:16:42.221 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.221 respond[17733] Server 0xe8bb98 1 2011-07-27 10:16:42.221 respond[17733] Server 0xe8bd78 1 2011-07-27 10:16:42.221 respond[17733] Accept 1196 2011-07-27 10:16:42.221 respond[17733] Server 0xe8bd78 4 2011-07-27 10:16:42.221 respond[17733] Done reading 1196 2011-07-27 10:16:42.221 respond[17733] Done writing 1196 Passed test: test00.m:78 ... respond test 1195 OK 2011-07-27 10:16:42.222 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.222 respond[17733] Server 0xe8ce38 1 2011-07-27 10:16:42.222 respond[17733] Server 0xe8d018 1 2011-07-27 10:16:42.222 respond[17733] Accept 1195 2011-07-27 10:16:42.222 respond[17733] Server 0xe8d018 4 2011-07-27 10:16:42.222 respond[17733] Done reading 1195 2011-07-27 10:16:42.222 respond[17733] Done writing 1195 Passed test: test00.m:78 ... respond test 1194 OK 2011-07-27 10:16:42.223 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.223 respond[17733] Server 0xe8e0d8 1 2011-07-27 10:16:42.223 respond[17733] Server 0xe8e2b8 1 2011-07-27 10:16:42.223 respond[17733] Accept 1194 2011-07-27 10:16:42.223 respond[17733] Server 0xe8e2b8 4 2011-07-27 10:16:42.223 respond[17733] Done reading 1194 2011-07-27 10:16:42.223 respond[17733] Done writing 1194 Passed test: test00.m:78 ... respond test 1193 OK 2011-07-27 10:16:42.224 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.224 respond[17733] Server 0xe8f378 1 2011-07-27 10:16:42.224 respond[17733] Server 0xe8f558 1 2011-07-27 10:16:42.224 respond[17733] Accept 1193 2011-07-27 10:16:42.224 respond[17733] Server 0xe8f558 4 2011-07-27 10:16:42.225 respond[17733] Done reading 1193 2011-07-27 10:16:42.225 respond[17733] Done writing 1193 Passed test: test00.m:78 ... respond test 1192 OK 2011-07-27 10:16:42.225 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.225 respond[17733] Server 0xe90618 1 2011-07-27 10:16:42.226 respond[17733] Server 0xe907f8 1 2011-07-27 10:16:42.226 respond[17733] Accept 1192 2011-07-27 10:16:42.226 respond[17733] Server 0xe907f8 4 2011-07-27 10:16:42.226 respond[17733] Done reading 1192 2011-07-27 10:16:42.226 respond[17733] Done writing 1192 Passed test: test00.m:78 ... respond test 1191 OK 2011-07-27 10:16:42.227 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.227 respond[17733] Server 0xea69f8 1 2011-07-27 10:16:42.227 respond[17733] Server 0xea6bd8 1 2011-07-27 10:16:42.227 respond[17733] Accept 1191 2011-07-27 10:16:42.227 respond[17733] Server 0xea6bd8 4 2011-07-27 10:16:42.227 respond[17733] Done reading 1191 2011-07-27 10:16:42.227 respond[17733] Done writing 1191 Passed test: test00.m:78 ... respond test 1190 OK 2011-07-27 10:16:42.228 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.228 respond[17733] Server 0xea7c98 1 2011-07-27 10:16:42.228 respond[17733] Server 0xea7e78 1 2011-07-27 10:16:42.228 respond[17733] Accept 1190 2011-07-27 10:16:42.228 respond[17733] Server 0xea7e78 4 2011-07-27 10:16:42.228 respond[17733] Done reading 1190 2011-07-27 10:16:42.228 respond[17733] Done writing 1190 Passed test: test00.m:78 ... respond test 1189 OK 2011-07-27 10:16:42.229 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.229 respond[17733] Server 0xea8f38 1 2011-07-27 10:16:42.229 respond[17733] Server 0xea9118 1 2011-07-27 10:16:42.229 respond[17733] Accept 1189 2011-07-27 10:16:42.229 respond[17733] Server 0xea9118 4 2011-07-27 10:16:42.229 respond[17733] Done reading 1189 2011-07-27 10:16:42.230 respond[17733] Done writing 1189 Passed test: test00.m:78 ... respond test 1188 OK 2011-07-27 10:16:42.230 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.230 respond[17733] Server 0xeaa1d8 1 2011-07-27 10:16:42.230 respond[17733] Server 0xeaa3b8 1 2011-07-27 10:16:42.230 respond[17733] Accept 1188 2011-07-27 10:16:42.230 respond[17733] Server 0xeaa3b8 4 2011-07-27 10:16:42.231 respond[17733] Done reading 1188 2011-07-27 10:16:42.231 respond[17733] Done writing 1188 Passed test: test00.m:78 ... respond test 1187 OK 2011-07-27 10:16:42.231 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.232 respond[17733] Server 0xeab478 1 2011-07-27 10:16:42.232 respond[17733] Server 0xeab658 1 2011-07-27 10:16:42.232 respond[17733] Accept 1187 2011-07-27 10:16:42.232 respond[17733] Server 0xeab658 4 2011-07-27 10:16:42.232 respond[17733] Done reading 1187 2011-07-27 10:16:42.232 respond[17733] Done writing 1187 Passed test: test00.m:78 ... respond test 1186 OK 2011-07-27 10:16:42.234 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.234 respond[17733] Server 0xeac718 1 2011-07-27 10:16:42.234 respond[17733] Server 0xeac8f8 1 2011-07-27 10:16:42.234 respond[17733] Accept 1186 2011-07-27 10:16:42.234 respond[17733] Server 0xeac8f8 4 2011-07-27 10:16:42.234 respond[17733] Done reading 1186 2011-07-27 10:16:42.234 respond[17733] Done writing 1186 Passed test: test00.m:78 ... respond test 1185 OK 2011-07-27 10:16:42.235 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.235 respond[17733] Server 0xead9b8 1 2011-07-27 10:16:42.235 respond[17733] Server 0xeadb98 1 2011-07-27 10:16:42.235 respond[17733] Accept 1185 2011-07-27 10:16:42.235 respond[17733] Server 0xeadb98 4 2011-07-27 10:16:42.235 respond[17733] Done reading 1185 2011-07-27 10:16:42.235 respond[17733] Done writing 1185 Passed test: test00.m:78 ... respond test 1184 OK 2011-07-27 10:16:42.236 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.236 respond[17733] Server 0xeaec58 1 2011-07-27 10:16:42.236 respond[17733] Server 0xeaee38 1 2011-07-27 10:16:42.236 respond[17733] Accept 1184 2011-07-27 10:16:42.236 respond[17733] Server 0xeaee38 4 2011-07-27 10:16:42.236 respond[17733] Done reading 1184 2011-07-27 10:16:42.236 respond[17733] Done writing 1184 Passed test: test00.m:78 ... respond test 1183 OK 2011-07-27 10:16:42.237 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.237 respond[17733] Server 0xeafef8 1 2011-07-27 10:16:42.237 respond[17733] Server 0xeb00d8 1 2011-07-27 10:16:42.237 respond[17733] Accept 1183 2011-07-27 10:16:42.237 respond[17733] Server 0xeb00d8 4 2011-07-27 10:16:42.238 respond[17733] Done reading 1183 2011-07-27 10:16:42.238 respond[17733] Done writing 1183 Passed test: test00.m:78 ... respond test 1182 OK 2011-07-27 10:16:42.238 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.239 respond[17733] Server 0xeb1198 1 2011-07-27 10:16:42.239 respond[17733] Server 0xeb1378 1 2011-07-27 10:16:42.239 respond[17733] Accept 1182 2011-07-27 10:16:42.239 respond[17733] Server 0xeb1378 4 2011-07-27 10:16:42.239 respond[17733] Done reading 1182 2011-07-27 10:16:42.239 respond[17733] Done writing 1182 Passed test: test00.m:78 ... respond test 1181 OK 2011-07-27 10:16:42.240 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.240 respond[17733] Server 0xeb2438 1 2011-07-27 10:16:42.240 respond[17733] Server 0xeb2618 1 2011-07-27 10:16:42.240 respond[17733] Accept 1181 2011-07-27 10:16:42.240 respond[17733] Server 0xeb2618 4 2011-07-27 10:16:42.240 respond[17733] Done reading 1181 2011-07-27 10:16:42.240 respond[17733] Done writing 1181 Passed test: test00.m:78 ... respond test 1180 OK 2011-07-27 10:16:42.241 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.241 respond[17733] Server 0xeb36d8 1 2011-07-27 10:16:42.241 respond[17733] Server 0xeb38b8 1 2011-07-27 10:16:42.241 respond[17733] Accept 1180 2011-07-27 10:16:42.241 respond[17733] Server 0xeb38b8 4 2011-07-27 10:16:42.241 respond[17733] Done reading 1180 2011-07-27 10:16:42.241 respond[17733] Done writing 1180 Passed test: test00.m:78 ... respond test 1179 OK 2011-07-27 10:16:42.242 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.242 respond[17733] Server 0xeb4978 1 2011-07-27 10:16:42.242 respond[17733] Server 0xeb4b58 1 2011-07-27 10:16:42.242 respond[17733] Accept 1179 2011-07-27 10:16:42.242 respond[17733] Server 0xeb4b58 4 2011-07-27 10:16:42.242 respond[17733] Done reading 1179 2011-07-27 10:16:42.242 respond[17733] Done writing 1179 Passed test: test00.m:78 ... respond test 1178 OK 2011-07-27 10:16:42.243 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.243 respond[17733] Server 0xeb5c18 1 2011-07-27 10:16:42.243 respond[17733] Server 0xeb5df8 1 2011-07-27 10:16:42.243 respond[17733] Accept 1178 2011-07-27 10:16:42.243 respond[17733] Server 0xeb5df8 4 2011-07-27 10:16:42.244 respond[17733] Done reading 1178 2011-07-27 10:16:42.244 respond[17733] Done writing 1178 Passed test: test00.m:78 ... respond test 1177 OK 2011-07-27 10:16:42.244 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.244 respond[17733] Server 0xeb6eb8 1 2011-07-27 10:16:42.244 respond[17733] Server 0xeb7098 1 2011-07-27 10:16:42.244 respond[17733] Accept 1177 2011-07-27 10:16:42.245 respond[17733] Server 0xeb7098 4 2011-07-27 10:16:42.245 respond[17733] Done reading 1177 2011-07-27 10:16:42.245 respond[17733] Done writing 1177 Passed test: test00.m:78 ... respond test 1176 OK 2011-07-27 10:16:42.246 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.246 respond[17733] Server 0xeb8158 1 2011-07-27 10:16:42.246 respond[17733] Server 0xeb8338 1 2011-07-27 10:16:42.246 respond[17733] Accept 1176 2011-07-27 10:16:42.246 respond[17733] Server 0xeb8338 4 2011-07-27 10:16:42.246 respond[17733] Done reading 1176 2011-07-27 10:16:42.246 respond[17733] Done writing 1176 Passed test: test00.m:78 ... respond test 1175 OK 2011-07-27 10:16:42.247 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.247 respond[17733] Server 0xeb93f8 1 2011-07-27 10:16:42.247 respond[17733] Server 0xeb95d8 1 2011-07-27 10:16:42.247 respond[17733] Accept 1175 2011-07-27 10:16:42.247 respond[17733] Server 0xeb95d8 4 2011-07-27 10:16:42.247 respond[17733] Done reading 1175 2011-07-27 10:16:42.247 respond[17733] Done writing 1175 Passed test: test00.m:78 ... respond test 1174 OK 2011-07-27 10:16:42.248 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.248 respond[17733] Server 0xeba698 1 2011-07-27 10:16:42.248 respond[17733] Server 0xeba878 1 2011-07-27 10:16:42.248 respond[17733] Accept 1174 2011-07-27 10:16:42.248 respond[17733] Server 0xeba878 4 2011-07-27 10:16:42.248 respond[17733] Done reading 1174 2011-07-27 10:16:42.248 respond[17733] Done writing 1174 Passed test: test00.m:78 ... respond test 1173 OK 2011-07-27 10:16:42.249 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.249 respond[17733] Server 0xebb938 1 2011-07-27 10:16:42.249 respond[17733] Server 0xebbb18 1 2011-07-27 10:16:42.249 respond[17733] Accept 1173 2011-07-27 10:16:42.249 respond[17733] Server 0xebbb18 4 2011-07-27 10:16:42.249 respond[17733] Done reading 1173 2011-07-27 10:16:42.249 respond[17733] Done writing 1173 Passed test: test00.m:78 ... respond test 1172 OK 2011-07-27 10:16:42.250 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.251 respond[17733] Server 0xebcbd8 1 2011-07-27 10:16:42.251 respond[17733] Server 0xebcdb8 1 2011-07-27 10:16:42.251 respond[17733] Accept 1172 2011-07-27 10:16:42.251 respond[17733] Server 0xebcdb8 4 2011-07-27 10:16:42.251 respond[17733] Done reading 1172 2011-07-27 10:16:42.251 respond[17733] Done writing 1172 Passed test: test00.m:78 ... respond test 1171 OK 2011-07-27 10:16:42.252 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.252 respond[17733] Server 0xebde78 1 2011-07-27 10:16:42.252 respond[17733] Server 0xebe058 1 2011-07-27 10:16:42.252 respond[17733] Accept 1171 2011-07-27 10:16:42.252 respond[17733] Server 0xebe058 4 2011-07-27 10:16:42.252 respond[17733] Done reading 1171 2011-07-27 10:16:42.252 respond[17733] Done writing 1171 Passed test: test00.m:78 ... respond test 1170 OK 2011-07-27 10:16:42.253 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.253 respond[17733] Server 0xebf118 1 2011-07-27 10:16:42.253 respond[17733] Server 0xebf2f8 1 2011-07-27 10:16:42.253 respond[17733] Accept 1170 2011-07-27 10:16:42.253 respond[17733] Server 0xebf2f8 4 2011-07-27 10:16:42.253 respond[17733] Done reading 1170 2011-07-27 10:16:42.253 respond[17733] Done writing 1170 Passed test: test00.m:78 ... respond test 1169 OK 2011-07-27 10:16:42.254 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.254 respond[17733] Server 0xec03b8 1 2011-07-27 10:16:42.254 respond[17733] Server 0xec0598 1 2011-07-27 10:16:42.254 respond[17733] Accept 1169 2011-07-27 10:16:42.254 respond[17733] Server 0xec0598 4 2011-07-27 10:16:42.254 respond[17733] Done reading 1169 2011-07-27 10:16:42.254 respond[17733] Done writing 1169 Passed test: test00.m:78 ... respond test 1168 OK 2011-07-27 10:16:42.255 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.255 respond[17733] Server 0xec1658 1 2011-07-27 10:16:42.255 respond[17733] Server 0xec1838 1 2011-07-27 10:16:42.255 respond[17733] Accept 1168 2011-07-27 10:16:42.255 respond[17733] Server 0xec1838 4 2011-07-27 10:16:42.256 respond[17733] Done reading 1168 2011-07-27 10:16:42.256 respond[17733] Done writing 1168 Passed test: test00.m:78 ... respond test 1167 OK 2011-07-27 10:16:42.256 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.257 respond[17733] Server 0xec28f8 1 2011-07-27 10:16:42.257 respond[17733] Server 0xec2ad8 1 2011-07-27 10:16:42.257 respond[17733] Accept 1167 2011-07-27 10:16:42.257 respond[17733] Server 0xec2ad8 4 2011-07-27 10:16:42.257 respond[17733] Done reading 1167 2011-07-27 10:16:42.257 respond[17733] Done writing 1167 Passed test: test00.m:78 ... respond test 1166 OK 2011-07-27 10:16:42.258 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.258 respond[17733] Server 0xec3b98 1 2011-07-27 10:16:42.258 respond[17733] Server 0xec3d78 1 2011-07-27 10:16:42.258 respond[17733] Accept 1166 2011-07-27 10:16:42.258 respond[17733] Server 0xec3d78 4 2011-07-27 10:16:42.258 respond[17733] Done reading 1166 2011-07-27 10:16:42.258 respond[17733] Done writing 1166 Passed test: test00.m:78 ... respond test 1165 OK 2011-07-27 10:16:42.259 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.259 respond[17733] Server 0xec4e38 1 2011-07-27 10:16:42.259 respond[17733] Server 0xec5018 1 2011-07-27 10:16:42.259 respond[17733] Accept 1165 2011-07-27 10:16:42.259 respond[17733] Server 0xec5018 4 2011-07-27 10:16:42.259 respond[17733] Done reading 1165 2011-07-27 10:16:42.259 respond[17733] Done writing 1165 Passed test: test00.m:78 ... respond test 1164 OK 2011-07-27 10:16:42.260 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.260 respond[17733] Server 0xec60d8 1 2011-07-27 10:16:42.260 respond[17733] Server 0xec62b8 1 2011-07-27 10:16:42.260 respond[17733] Accept 1164 2011-07-27 10:16:42.260 respond[17733] Server 0xec62b8 4 2011-07-27 10:16:42.260 respond[17733] Done reading 1164 2011-07-27 10:16:42.260 respond[17733] Done writing 1164 Passed test: test00.m:78 ... respond test 1163 OK 2011-07-27 10:16:42.261 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.261 respond[17733] Server 0xec7378 1 2011-07-27 10:16:42.261 respond[17733] Server 0xec7558 1 2011-07-27 10:16:42.261 respond[17733] Accept 1163 2011-07-27 10:16:42.261 respond[17733] Server 0xec7558 4 2011-07-27 10:16:42.262 respond[17733] Done reading 1163 2011-07-27 10:16:42.262 respond[17733] Done writing 1163 Passed test: test00.m:78 ... respond test 1162 OK 2011-07-27 10:16:42.262 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.263 respond[17733] Server 0xec8618 1 2011-07-27 10:16:42.263 respond[17733] Server 0xec87f8 1 2011-07-27 10:16:42.263 respond[17733] Accept 1162 2011-07-27 10:16:42.263 respond[17733] Server 0xec87f8 4 2011-07-27 10:16:42.263 respond[17733] Done reading 1162 2011-07-27 10:16:42.263 respond[17733] Done writing 1162 Passed test: test00.m:78 ... respond test 1161 OK 2011-07-27 10:16:42.264 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.264 respond[17733] Server 0xec98b8 1 2011-07-27 10:16:42.264 respond[17733] Server 0xec9a98 1 2011-07-27 10:16:42.264 respond[17733] Accept 1161 2011-07-27 10:16:42.264 respond[17733] Server 0xec9a98 4 2011-07-27 10:16:42.264 respond[17733] Done reading 1161 2011-07-27 10:16:42.264 respond[17733] Done writing 1161 Passed test: test00.m:78 ... respond test 1160 OK 2011-07-27 10:16:42.265 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.265 respond[17733] Server 0xecab58 1 2011-07-27 10:16:42.265 respond[17733] Server 0xecad38 1 2011-07-27 10:16:42.265 respond[17733] Accept 1160 2011-07-27 10:16:42.265 respond[17733] Server 0xecad38 4 2011-07-27 10:16:42.265 respond[17733] Done reading 1160 2011-07-27 10:16:42.265 respond[17733] Done writing 1160 Passed test: test00.m:78 ... respond test 1159 OK 2011-07-27 10:16:42.266 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.266 respond[17733] Server 0xecbdf8 1 2011-07-27 10:16:42.266 respond[17733] Server 0xecbfd8 1 2011-07-27 10:16:42.266 respond[17733] Accept 1159 2011-07-27 10:16:42.267 respond[17733] Server 0xecbfd8 4 2011-07-27 10:16:42.267 respond[17733] Done reading 1159 2011-07-27 10:16:42.267 respond[17733] Done writing 1159 Passed test: test00.m:78 ... respond test 1158 OK 2011-07-27 10:16:42.268 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.268 respond[17733] Server 0xe660a8 1 2011-07-27 10:16:42.268 respond[17733] Server 0xe66288 1 2011-07-27 10:16:42.268 respond[17733] Accept 1158 2011-07-27 10:16:42.268 respond[17733] Server 0xe66288 4 2011-07-27 10:16:42.268 respond[17733] Done reading 1158 2011-07-27 10:16:42.268 respond[17733] Done writing 1158 Passed test: test00.m:78 ... respond test 1157 OK 2011-07-27 10:16:42.269 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.269 respond[17733] Server 0xe67348 1 2011-07-27 10:16:42.269 respond[17733] Server 0xe67528 1 2011-07-27 10:16:42.269 respond[17733] Accept 1157 2011-07-27 10:16:42.269 respond[17733] Server 0xe67528 4 2011-07-27 10:16:42.269 respond[17733] Done reading 1157 2011-07-27 10:16:42.269 respond[17733] Done writing 1157 Passed test: test00.m:78 ... respond test 1156 OK 2011-07-27 10:16:42.270 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.270 respond[17733] Server 0xe685e8 1 2011-07-27 10:16:42.270 respond[17733] Server 0xe687c8 1 2011-07-27 10:16:42.270 respond[17733] Accept 1156 2011-07-27 10:16:42.270 respond[17733] Server 0xe687c8 4 2011-07-27 10:16:42.271 respond[17733] Done reading 1156 2011-07-27 10:16:42.271 respond[17733] Done writing 1156 Passed test: test00.m:78 ... respond test 1155 OK 2011-07-27 10:16:42.271 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.271 respond[17733] Server 0xe69888 1 2011-07-27 10:16:42.271 respond[17733] Server 0xe69a68 1 2011-07-27 10:16:42.271 respond[17733] Accept 1155 2011-07-27 10:16:42.272 respond[17733] Server 0xe69a68 4 2011-07-27 10:16:42.272 respond[17733] Done reading 1155 2011-07-27 10:16:42.272 respond[17733] Done writing 1155 Passed test: test00.m:78 ... respond test 1154 OK 2011-07-27 10:16:42.273 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.273 respond[17733] Server 0xe6ab28 1 2011-07-27 10:16:42.273 respond[17733] Server 0xe6ad08 1 2011-07-27 10:16:42.273 respond[17733] Accept 1154 2011-07-27 10:16:42.273 respond[17733] Server 0xe6ad08 4 2011-07-27 10:16:42.273 respond[17733] Done reading 1154 2011-07-27 10:16:42.273 respond[17733] Done writing 1154 Passed test: test00.m:78 ... respond test 1153 OK 2011-07-27 10:16:42.274 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.274 respond[17733] Server 0xe6bdc8 1 2011-07-27 10:16:42.274 respond[17733] Server 0xe6bfa8 1 2011-07-27 10:16:42.274 respond[17733] Accept 1153 2011-07-27 10:16:42.274 respond[17733] Server 0xe6bfa8 4 2011-07-27 10:16:42.274 respond[17733] Done reading 1153 2011-07-27 10:16:42.274 respond[17733] Done writing 1153 Passed test: test00.m:78 ... respond test 1152 OK 2011-07-27 10:16:42.275 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.275 respond[17733] Server 0xe6d068 1 2011-07-27 10:16:42.275 respond[17733] Server 0xe6d248 1 2011-07-27 10:16:42.275 respond[17733] Accept 1152 2011-07-27 10:16:42.275 respond[17733] Server 0xe6d248 4 2011-07-27 10:16:42.275 respond[17733] Done reading 1152 2011-07-27 10:16:42.275 respond[17733] Done writing 1152 Passed test: test00.m:78 ... respond test 1151 OK 2011-07-27 10:16:42.276 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.276 respond[17733] Server 0xe6e308 1 2011-07-27 10:16:42.276 respond[17733] Server 0xe6e4e8 1 2011-07-27 10:16:42.276 respond[17733] Accept 1151 2011-07-27 10:16:42.276 respond[17733] Server 0xe6e4e8 4 2011-07-27 10:16:42.276 respond[17733] Done reading 1151 2011-07-27 10:16:42.276 respond[17733] Done writing 1151 Passed test: test00.m:78 ... respond test 1150 OK 2011-07-27 10:16:42.277 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.277 respond[17733] Server 0xe6f5a8 1 2011-07-27 10:16:42.277 respond[17733] Server 0xe6f788 1 2011-07-27 10:16:42.277 respond[17733] Accept 1150 2011-07-27 10:16:42.277 respond[17733] Server 0xe6f788 4 2011-07-27 10:16:42.278 respond[17733] Done reading 1150 2011-07-27 10:16:42.278 respond[17733] Done writing 1150 Passed test: test00.m:78 ... respond test 1149 OK 2011-07-27 10:16:42.278 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.279 respond[17733] Server 0xe70848 1 2011-07-27 10:16:42.279 respond[17733] Server 0xe70a28 1 2011-07-27 10:16:42.279 respond[17733] Accept 1149 2011-07-27 10:16:42.279 respond[17733] Server 0xe70a28 4 2011-07-27 10:16:42.279 respond[17733] Done reading 1149 2011-07-27 10:16:42.279 respond[17733] Done writing 1149 Passed test: test00.m:78 ... respond test 1148 OK 2011-07-27 10:16:42.280 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.280 respond[17733] Server 0xe71ae8 1 2011-07-27 10:16:42.280 respond[17733] Server 0xe71cc8 1 2011-07-27 10:16:42.280 respond[17733] Accept 1148 2011-07-27 10:16:42.280 respond[17733] Server 0xe71cc8 4 2011-07-27 10:16:42.280 respond[17733] Done reading 1148 2011-07-27 10:16:42.280 respond[17733] Done writing 1148 Passed test: test00.m:78 ... respond test 1147 OK 2011-07-27 10:16:42.281 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.281 respond[17733] Server 0xe72d88 1 2011-07-27 10:16:42.281 respond[17733] Server 0xe72f68 1 2011-07-27 10:16:42.281 respond[17733] Accept 1147 2011-07-27 10:16:42.281 respond[17733] Server 0xe72f68 4 2011-07-27 10:16:42.281 respond[17733] Done reading 1147 2011-07-27 10:16:42.281 respond[17733] Done writing 1147 Passed test: test00.m:78 ... respond test 1146 OK 2011-07-27 10:16:42.282 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.282 respond[17733] Server 0xe74028 1 2011-07-27 10:16:42.282 respond[17733] Server 0xe74208 1 2011-07-27 10:16:42.282 respond[17733] Accept 1146 2011-07-27 10:16:42.282 respond[17733] Server 0xe74208 4 2011-07-27 10:16:42.282 respond[17733] Done reading 1146 2011-07-27 10:16:42.282 respond[17733] Done writing 1146 Passed test: test00.m:78 ... respond test 1145 OK 2011-07-27 10:16:42.283 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.283 respond[17733] Server 0xe752c8 1 2011-07-27 10:16:42.283 respond[17733] Server 0xe754a8 1 2011-07-27 10:16:42.283 respond[17733] Accept 1145 2011-07-27 10:16:42.283 respond[17733] Server 0xe754a8 4 2011-07-27 10:16:42.284 respond[17733] Done reading 1145 2011-07-27 10:16:42.284 respond[17733] Done writing 1145 Passed test: test00.m:78 ... respond test 1144 OK 2011-07-27 10:16:42.284 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.284 respond[17733] Server 0xe76568 1 2011-07-27 10:16:42.284 respond[17733] Server 0xe76748 1 2011-07-27 10:16:42.285 respond[17733] Accept 1144 2011-07-27 10:16:42.285 respond[17733] Server 0xe76748 4 2011-07-27 10:16:42.285 respond[17733] Done reading 1144 2011-07-27 10:16:42.285 respond[17733] Done writing 1144 Passed test: test00.m:78 ... respond test 1143 OK 2011-07-27 10:16:42.286 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.286 respond[17733] Server 0xe77808 1 2011-07-27 10:16:42.286 respond[17733] Server 0xe779e8 1 2011-07-27 10:16:42.286 respond[17733] Accept 1143 2011-07-27 10:16:42.286 respond[17733] Server 0xe779e8 4 2011-07-27 10:16:42.286 respond[17733] Done reading 1143 2011-07-27 10:16:42.286 respond[17733] Done writing 1143 Passed test: test00.m:78 ... respond test 1142 OK 2011-07-27 10:16:42.287 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.287 respond[17733] Server 0xe78aa8 1 2011-07-27 10:16:42.287 respond[17733] Server 0xe78c88 1 2011-07-27 10:16:42.287 respond[17733] Accept 1142 2011-07-27 10:16:42.287 respond[17733] Server 0xe78c88 4 2011-07-27 10:16:42.287 respond[17733] Done reading 1142 2011-07-27 10:16:42.287 respond[17733] Done writing 1142 Passed test: test00.m:78 ... respond test 1141 OK 2011-07-27 10:16:42.288 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.288 respond[17733] Server 0xe79d48 1 2011-07-27 10:16:42.288 respond[17733] Server 0xe79f28 1 2011-07-27 10:16:42.288 respond[17733] Accept 1141 2011-07-27 10:16:42.288 respond[17733] Server 0xe79f28 4 2011-07-27 10:16:42.288 respond[17733] Done reading 1141 2011-07-27 10:16:42.288 respond[17733] Done writing 1141 Passed test: test00.m:78 ... respond test 1140 OK 2011-07-27 10:16:42.289 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.289 respond[17733] Server 0xe7afe8 1 2011-07-27 10:16:42.289 respond[17733] Server 0xe7b1c8 1 2011-07-27 10:16:42.289 respond[17733] Accept 1140 2011-07-27 10:16:42.289 respond[17733] Server 0xe7b1c8 4 2011-07-27 10:16:42.290 respond[17733] Done reading 1140 2011-07-27 10:16:42.290 respond[17733] Done writing 1140 Passed test: test00.m:78 ... respond test 1139 OK 2011-07-27 10:16:42.290 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.290 respond[17733] Server 0xe7c288 1 2011-07-27 10:16:42.290 respond[17733] Server 0xe7c468 1 2011-07-27 10:16:42.290 respond[17733] Accept 1139 2011-07-27 10:16:42.291 respond[17733] Server 0xe7c468 4 2011-07-27 10:16:42.291 respond[17733] Done reading 1139 2011-07-27 10:16:42.291 respond[17733] Done writing 1139 Passed test: test00.m:78 ... respond test 1138 OK 2011-07-27 10:16:42.292 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.292 respond[17733] Server 0xe7d528 1 2011-07-27 10:16:42.292 respond[17733] Server 0xe7d708 1 2011-07-27 10:16:42.292 respond[17733] Accept 1138 2011-07-27 10:16:42.292 respond[17733] Server 0xe7d708 4 2011-07-27 10:16:42.292 respond[17733] Done reading 1138 2011-07-27 10:16:42.292 respond[17733] Done writing 1138 Passed test: test00.m:78 ... respond test 1137 OK 2011-07-27 10:16:42.293 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.293 respond[17733] Server 0xe7e7c8 1 2011-07-27 10:16:42.293 respond[17733] Server 0xe7e9a8 1 2011-07-27 10:16:42.293 respond[17733] Accept 1137 2011-07-27 10:16:42.293 respond[17733] Server 0xe7e9a8 4 2011-07-27 10:16:42.293 respond[17733] Done reading 1137 2011-07-27 10:16:42.293 respond[17733] Done writing 1137 Passed test: test00.m:78 ... respond test 1136 OK 2011-07-27 10:16:42.294 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.294 respond[17733] Server 0xe7fa68 1 2011-07-27 10:16:42.294 respond[17733] Server 0xe7fc48 1 2011-07-27 10:16:42.294 respond[17733] Accept 1136 2011-07-27 10:16:42.294 respond[17733] Server 0xe7fc48 4 2011-07-27 10:16:42.294 respond[17733] Done reading 1136 2011-07-27 10:16:42.294 respond[17733] Done writing 1136 Passed test: test00.m:78 ... respond test 1135 OK 2011-07-27 10:16:42.295 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.295 respond[17733] Server 0xecd638 1 2011-07-27 10:16:42.295 respond[17733] Server 0xecd818 1 2011-07-27 10:16:42.295 respond[17733] Accept 1135 2011-07-27 10:16:42.295 respond[17733] Server 0xecd818 4 2011-07-27 10:16:42.295 respond[17733] Done reading 1135 2011-07-27 10:16:42.295 respond[17733] Done writing 1135 Passed test: test00.m:78 ... respond test 1134 OK 2011-07-27 10:16:42.296 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.296 respond[17733] Server 0xece8d8 1 2011-07-27 10:16:42.296 respond[17733] Server 0xeceab8 1 2011-07-27 10:16:42.296 respond[17733] Accept 1134 2011-07-27 10:16:42.296 respond[17733] Server 0xeceab8 4 2011-07-27 10:16:42.297 respond[17733] Done reading 1134 2011-07-27 10:16:42.297 respond[17733] Done writing 1134 Passed test: test00.m:78 ... respond test 1133 OK 2011-07-27 10:16:42.297 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.298 respond[17733] Server 0xecfb78 1 2011-07-27 10:16:42.298 respond[17733] Server 0xecfd58 1 2011-07-27 10:16:42.298 respond[17733] Accept 1133 2011-07-27 10:16:42.298 respond[17733] Server 0xecfd58 4 2011-07-27 10:16:42.298 respond[17733] Done reading 1133 2011-07-27 10:16:42.298 respond[17733] Done writing 1133 Passed test: test00.m:78 ... respond test 1132 OK 2011-07-27 10:16:42.299 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.299 respond[17733] Server 0xed0e18 1 2011-07-27 10:16:42.299 respond[17733] Server 0xed0ff8 1 2011-07-27 10:16:42.299 respond[17733] Accept 1132 2011-07-27 10:16:42.299 respond[17733] Server 0xed0ff8 4 2011-07-27 10:16:42.299 respond[17733] Done reading 1132 2011-07-27 10:16:42.299 respond[17733] Done writing 1132 Passed test: test00.m:78 ... respond test 1131 OK 2011-07-27 10:16:42.300 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.300 respond[17733] Server 0xed20b8 1 2011-07-27 10:16:42.300 respond[17733] Server 0xed2298 1 2011-07-27 10:16:42.300 respond[17733] Accept 1131 2011-07-27 10:16:42.300 respond[17733] Server 0xed2298 4 2011-07-27 10:16:42.300 respond[17733] Done reading 1131 2011-07-27 10:16:42.300 respond[17733] Done writing 1131 Passed test: test00.m:78 ... respond test 1130 OK 2011-07-27 10:16:42.301 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.301 respond[17733] Server 0xed3358 1 2011-07-27 10:16:42.301 respond[17733] Server 0xed3538 1 2011-07-27 10:16:42.301 respond[17733] Accept 1130 2011-07-27 10:16:42.301 respond[17733] Server 0xed3538 4 2011-07-27 10:16:42.301 respond[17733] Done reading 1130 2011-07-27 10:16:42.301 respond[17733] Done writing 1130 Passed test: test00.m:78 ... respond test 1129 OK 2011-07-27 10:16:42.302 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.302 respond[17733] Server 0xed45f8 1 2011-07-27 10:16:42.302 respond[17733] Server 0xed47d8 1 2011-07-27 10:16:42.302 respond[17733] Accept 1129 2011-07-27 10:16:42.302 respond[17733] Server 0xed47d8 4 2011-07-27 10:16:42.303 respond[17733] Done reading 1129 2011-07-27 10:16:42.303 respond[17733] Done writing 1129 Passed test: test00.m:78 ... respond test 1128 OK 2011-07-27 10:16:42.303 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.303 respond[17733] Server 0xed5898 1 2011-07-27 10:16:42.304 respond[17733] Server 0xed5a78 1 2011-07-27 10:16:42.304 respond[17733] Accept 1128 2011-07-27 10:16:42.304 respond[17733] Server 0xed5a78 4 2011-07-27 10:16:42.304 respond[17733] Done reading 1128 2011-07-27 10:16:42.304 respond[17733] Done writing 1128 Passed test: test00.m:78 ... respond test 1127 OK 2011-07-27 10:16:42.305 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.305 respond[17733] Server 0xef6548 1 2011-07-27 10:16:42.305 respond[17733] Server 0xef6708 1 2011-07-27 10:16:42.305 respond[17733] Accept 1127 2011-07-27 10:16:42.305 respond[17733] Server 0xef6708 4 2011-07-27 10:16:42.305 respond[17733] Done reading 1127 2011-07-27 10:16:42.305 respond[17733] Done writing 1127 Passed test: test00.m:78 ... respond test 1126 OK 2011-07-27 10:16:42.306 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.306 respond[17733] Server 0xef77a8 1 2011-07-27 10:16:42.306 respond[17733] Server 0xef7988 1 2011-07-27 10:16:42.306 respond[17733] Accept 1126 2011-07-27 10:16:42.306 respond[17733] Server 0xef7988 4 2011-07-27 10:16:42.306 respond[17733] Done reading 1126 2011-07-27 10:16:42.306 respond[17733] Done writing 1126 Passed test: test00.m:78 ... respond test 1125 OK 2011-07-27 10:16:42.307 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.307 respond[17733] Server 0xef8a48 1 2011-07-27 10:16:42.307 respond[17733] Server 0xef8c28 1 2011-07-27 10:16:42.307 respond[17733] Accept 1125 2011-07-27 10:16:42.307 respond[17733] Server 0xef8c28 4 2011-07-27 10:16:42.308 respond[17733] Done reading 1125 2011-07-27 10:16:42.308 respond[17733] Done writing 1125 Passed test: test00.m:78 ... respond test 1124 OK 2011-07-27 10:16:42.308 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.308 respond[17733] Server 0xef9ce8 1 2011-07-27 10:16:42.309 respond[17733] Server 0xef9ec8 1 2011-07-27 10:16:42.309 respond[17733] Accept 1124 2011-07-27 10:16:42.309 respond[17733] Server 0xef9ec8 4 2011-07-27 10:16:42.309 respond[17733] Done reading 1124 2011-07-27 10:16:42.309 respond[17733] Done writing 1124 Passed test: test00.m:78 ... respond test 1123 OK 2011-07-27 10:16:42.310 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.310 respond[17733] Server 0xefaf88 1 2011-07-27 10:16:42.310 respond[17733] Server 0xefb168 1 2011-07-27 10:16:42.310 respond[17733] Accept 1123 2011-07-27 10:16:42.310 respond[17733] Server 0xefb168 4 2011-07-27 10:16:42.310 respond[17733] Done reading 1123 2011-07-27 10:16:42.310 respond[17733] Done writing 1123 Passed test: test00.m:78 ... respond test 1122 OK 2011-07-27 10:16:42.311 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.311 respond[17733] Server 0xefc228 1 2011-07-27 10:16:42.311 respond[17733] Server 0xefc408 1 2011-07-27 10:16:42.311 respond[17733] Accept 1122 2011-07-27 10:16:42.311 respond[17733] Server 0xefc408 4 2011-07-27 10:16:42.311 respond[17733] Done reading 1122 2011-07-27 10:16:42.311 respond[17733] Done writing 1122 Passed test: test00.m:78 ... respond test 1121 OK 2011-07-27 10:16:42.312 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.312 respond[17733] Server 0xefd4c8 1 2011-07-27 10:16:42.312 respond[17733] Server 0xefd6a8 1 2011-07-27 10:16:42.312 respond[17733] Accept 1121 2011-07-27 10:16:42.312 respond[17733] Server 0xefd6a8 4 2011-07-27 10:16:42.312 respond[17733] Done reading 1121 2011-07-27 10:16:42.312 respond[17733] Done writing 1121 Passed test: test00.m:78 ... respond test 1120 OK 2011-07-27 10:16:42.313 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.313 respond[17733] Server 0xefe768 1 2011-07-27 10:16:42.313 respond[17733] Server 0xefe948 1 2011-07-27 10:16:42.313 respond[17733] Accept 1120 2011-07-27 10:16:42.313 respond[17733] Server 0xefe948 4 2011-07-27 10:16:42.314 respond[17733] Done reading 1120 2011-07-27 10:16:42.314 respond[17733] Done writing 1120 Passed test: test00.m:78 ... respond test 1119 OK 2011-07-27 10:16:42.314 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.315 respond[17733] Server 0xeffa08 1 2011-07-27 10:16:42.315 respond[17733] Server 0xeffbe8 1 2011-07-27 10:16:42.315 respond[17733] Accept 1119 2011-07-27 10:16:42.315 respond[17733] Server 0xeffbe8 4 2011-07-27 10:16:42.315 respond[17733] Done reading 1119 2011-07-27 10:16:42.315 respond[17733] Done writing 1119 Passed test: test00.m:78 ... respond test 1118 OK 2011-07-27 10:16:42.316 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.316 respond[17733] Server 0xf00ca8 1 2011-07-27 10:16:42.316 respond[17733] Server 0xf00e88 1 2011-07-27 10:16:42.316 respond[17733] Accept 1118 2011-07-27 10:16:42.316 respond[17733] Server 0xf00e88 4 2011-07-27 10:16:42.316 respond[17733] Done reading 1118 2011-07-27 10:16:42.316 respond[17733] Done writing 1118 Passed test: test00.m:78 ... respond test 1117 OK 2011-07-27 10:16:42.317 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.317 respond[17733] Server 0xf01f48 1 2011-07-27 10:16:42.317 respond[17733] Server 0xf02128 1 2011-07-27 10:16:42.317 respond[17733] Accept 1117 2011-07-27 10:16:42.317 respond[17733] Server 0xf02128 4 2011-07-27 10:16:42.317 respond[17733] Done reading 1117 2011-07-27 10:16:42.317 respond[17733] Done writing 1117 Passed test: test00.m:78 ... respond test 1116 OK 2011-07-27 10:16:42.318 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.318 respond[17733] Server 0xf031e8 1 2011-07-27 10:16:42.318 respond[17733] Server 0xf033c8 1 2011-07-27 10:16:42.318 respond[17733] Accept 1116 2011-07-27 10:16:42.318 respond[17733] Server 0xf033c8 4 2011-07-27 10:16:42.318 respond[17733] Done reading 1116 2011-07-27 10:16:42.318 respond[17733] Done writing 1116 Passed test: test00.m:78 ... respond test 1115 OK 2011-07-27 10:16:42.319 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.319 respond[17733] Server 0xf04488 1 2011-07-27 10:16:42.319 respond[17733] Server 0xf04668 1 2011-07-27 10:16:42.319 respond[17733] Accept 1115 2011-07-27 10:16:42.319 respond[17733] Server 0xf04668 4 2011-07-27 10:16:42.320 respond[17733] Done reading 1115 2011-07-27 10:16:42.320 respond[17733] Done writing 1115 Passed test: test00.m:78 ... respond test 1114 OK 2011-07-27 10:16:42.320 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.321 respond[17733] Server 0xf05728 1 2011-07-27 10:16:42.321 respond[17733] Server 0xf05908 1 2011-07-27 10:16:42.321 respond[17733] Accept 1114 2011-07-27 10:16:42.321 respond[17733] Server 0xf05908 4 2011-07-27 10:16:42.321 respond[17733] Done reading 1114 2011-07-27 10:16:42.321 respond[17733] Done writing 1114 Passed test: test00.m:78 ... respond test 1113 OK 2011-07-27 10:16:42.322 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.322 respond[17733] Server 0xf069c8 1 2011-07-27 10:16:42.322 respond[17733] Server 0xf06ba8 1 2011-07-27 10:16:42.322 respond[17733] Accept 1113 2011-07-27 10:16:42.322 respond[17733] Server 0xf06ba8 4 2011-07-27 10:16:42.322 respond[17733] Done reading 1113 2011-07-27 10:16:42.322 respond[17733] Done writing 1113 Passed test: test00.m:78 ... respond test 1112 OK 2011-07-27 10:16:42.323 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.323 respond[17733] Server 0xf07c68 1 2011-07-27 10:16:42.323 respond[17733] Server 0xf07e48 1 2011-07-27 10:16:42.323 respond[17733] Accept 1112 2011-07-27 10:16:42.323 respond[17733] Server 0xf07e48 4 2011-07-27 10:16:42.323 respond[17733] Done reading 1112 2011-07-27 10:16:42.323 respond[17733] Done writing 1112 Passed test: test00.m:78 ... respond test 1111 OK 2011-07-27 10:16:42.324 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.324 respond[17733] Server 0xf08f08 1 2011-07-27 10:16:42.324 respond[17733] Server 0xf090e8 1 2011-07-27 10:16:42.324 respond[17733] Accept 1111 2011-07-27 10:16:42.324 respond[17733] Server 0xf090e8 4 2011-07-27 10:16:42.324 respond[17733] Done reading 1111 2011-07-27 10:16:42.324 respond[17733] Done writing 1111 Passed test: test00.m:78 ... respond test 1110 OK 2011-07-27 10:16:42.325 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.325 respond[17733] Server 0xf0a1a8 1 2011-07-27 10:16:42.325 respond[17733] Server 0xf0a388 1 2011-07-27 10:16:42.325 respond[17733] Accept 1110 2011-07-27 10:16:42.325 respond[17733] Server 0xf0a388 4 2011-07-27 10:16:42.326 respond[17733] Done reading 1110 2011-07-27 10:16:42.326 respond[17733] Done writing 1110 Passed test: test00.m:78 ... respond test 1109 OK 2011-07-27 10:16:42.326 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.327 respond[17733] Server 0xf0b448 1 2011-07-27 10:16:42.327 respond[17733] Server 0xf0b628 1 2011-07-27 10:16:42.327 respond[17733] Accept 1109 2011-07-27 10:16:42.327 respond[17733] Server 0xf0b628 4 2011-07-27 10:16:42.327 respond[17733] Done reading 1109 2011-07-27 10:16:42.327 respond[17733] Done writing 1109 Passed test: test00.m:78 ... respond test 1108 OK 2011-07-27 10:16:42.328 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.328 respond[17733] Server 0xf0c6e8 1 2011-07-27 10:16:42.328 respond[17733] Server 0xf0c8c8 1 2011-07-27 10:16:42.328 respond[17733] Accept 1108 2011-07-27 10:16:42.328 respond[17733] Server 0xf0c8c8 4 2011-07-27 10:16:42.328 respond[17733] Done reading 1108 2011-07-27 10:16:42.328 respond[17733] Done writing 1108 Passed test: test00.m:78 ... respond test 1107 OK 2011-07-27 10:16:42.329 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.329 respond[17733] Server 0xf0d988 1 2011-07-27 10:16:42.329 respond[17733] Server 0xf0db68 1 2011-07-27 10:16:42.329 respond[17733] Accept 1107 2011-07-27 10:16:42.329 respond[17733] Server 0xf0db68 4 2011-07-27 10:16:42.329 respond[17733] Done reading 1107 2011-07-27 10:16:42.329 respond[17733] Done writing 1107 Passed test: test00.m:78 ... respond test 1106 OK 2011-07-27 10:16:42.330 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.330 respond[17733] Server 0xf0ec28 1 2011-07-27 10:16:42.330 respond[17733] Server 0xf0ee08 1 2011-07-27 10:16:42.330 respond[17733] Accept 1106 2011-07-27 10:16:42.330 respond[17733] Server 0xf0ee08 4 2011-07-27 10:16:42.330 respond[17733] Done reading 1106 2011-07-27 10:16:42.330 respond[17733] Done writing 1106 Passed test: test00.m:78 ... respond test 1105 OK 2011-07-27 10:16:42.333 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.333 respond[17733] Server 0xf0fec8 1 2011-07-27 10:16:42.333 respond[17733] Server 0xf100a8 1 2011-07-27 10:16:42.333 respond[17733] Accept 1105 2011-07-27 10:16:42.333 respond[17733] Server 0xf100a8 4 2011-07-27 10:16:42.333 respond[17733] Done reading 1105 2011-07-27 10:16:42.333 respond[17733] Done writing 1105 Passed test: test00.m:78 ... respond test 1104 OK 2011-07-27 10:16:42.334 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.334 respond[17733] Server 0xf11168 1 2011-07-27 10:16:42.334 respond[17733] Server 0xf11348 1 2011-07-27 10:16:42.334 respond[17733] Accept 1104 2011-07-27 10:16:42.334 respond[17733] Server 0xf11348 4 2011-07-27 10:16:42.335 respond[17733] Done reading 1104 2011-07-27 10:16:42.335 respond[17733] Done writing 1104 Passed test: test00.m:78 ... respond test 1103 OK 2011-07-27 10:16:42.335 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.335 respond[17733] Server 0xf12408 1 2011-07-27 10:16:42.335 respond[17733] Server 0xf125e8 1 2011-07-27 10:16:42.335 respond[17733] Accept 1103 2011-07-27 10:16:42.335 respond[17733] Server 0xf125e8 4 2011-07-27 10:16:42.336 respond[17733] Done reading 1103 2011-07-27 10:16:42.336 respond[17733] Done writing 1103 Passed test: test00.m:78 ... respond test 1102 OK 2011-07-27 10:16:42.336 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.337 respond[17733] Server 0xf136a8 1 2011-07-27 10:16:42.337 respond[17733] Server 0xf13888 1 2011-07-27 10:16:42.337 respond[17733] Accept 1102 2011-07-27 10:16:42.337 respond[17733] Server 0xf13888 4 2011-07-27 10:16:42.337 respond[17733] Done reading 1102 2011-07-27 10:16:42.337 respond[17733] Done writing 1102 Passed test: test00.m:78 ... respond test 1101 OK 2011-07-27 10:16:42.338 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.338 respond[17733] Server 0xf14948 1 2011-07-27 10:16:42.338 respond[17733] Server 0xf14b28 1 2011-07-27 10:16:42.338 respond[17733] Accept 1101 2011-07-27 10:16:42.338 respond[17733] Server 0xf14b28 4 2011-07-27 10:16:42.338 respond[17733] Done reading 1101 2011-07-27 10:16:42.338 respond[17733] Done writing 1101 Passed test: test00.m:78 ... respond test 1100 OK 2011-07-27 10:16:42.338 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.339 respond[17733] Server 0xf15be8 1 2011-07-27 10:16:42.339 respond[17733] Server 0xf15dc8 1 2011-07-27 10:16:42.339 respond[17733] Accept 1100 2011-07-27 10:16:42.339 respond[17733] Server 0xf15dc8 4 2011-07-27 10:16:42.339 respond[17733] Done reading 1100 2011-07-27 10:16:42.339 respond[17733] Done writing 1100 Passed test: test00.m:78 ... respond test 1099 OK 2011-07-27 10:16:42.340 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.340 respond[17733] Server 0xf16e88 1 2011-07-27 10:16:42.340 respond[17733] Server 0xf17048 1 2011-07-27 10:16:42.340 respond[17733] Accept 1099 2011-07-27 10:16:42.340 respond[17733] Server 0xf17048 4 2011-07-27 10:16:42.341 respond[17733] Done reading 1099 2011-07-27 10:16:42.341 respond[17733] Done writing 1099 Passed test: test00.m:78 ... respond test 1098 OK 2011-07-27 10:16:42.341 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.342 respond[17733] Server 0xf18148 1 2011-07-27 10:16:42.342 respond[17733] Server 0xf18328 1 2011-07-27 10:16:42.342 respond[17733] Accept 1098 2011-07-27 10:16:42.342 respond[17733] Server 0xf18328 4 2011-07-27 10:16:42.342 respond[17733] Done reading 1098 2011-07-27 10:16:42.342 respond[17733] Done writing 1098 Passed test: test00.m:78 ... respond test 1097 OK 2011-07-27 10:16:42.343 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.343 respond[17733] Server 0xf193e8 1 2011-07-27 10:16:42.343 respond[17733] Server 0xf195c8 1 2011-07-27 10:16:42.343 respond[17733] Accept 1097 2011-07-27 10:16:42.343 respond[17733] Server 0xf195c8 4 2011-07-27 10:16:42.343 respond[17733] Done reading 1097 2011-07-27 10:16:42.343 respond[17733] Done writing 1097 Passed test: test00.m:78 ... respond test 1096 OK 2011-07-27 10:16:42.344 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.344 respond[17733] Server 0xf1a688 1 2011-07-27 10:16:42.344 respond[17733] Server 0xf1a868 1 2011-07-27 10:16:42.344 respond[17733] Accept 1096 2011-07-27 10:16:42.344 respond[17733] Server 0xf1a868 4 2011-07-27 10:16:42.344 respond[17733] Done reading 1096 2011-07-27 10:16:42.344 respond[17733] Done writing 1096 Passed test: test00.m:78 ... respond test 1095 OK 2011-07-27 10:16:42.345 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.345 respond[17733] Server 0xf1b928 1 2011-07-27 10:16:42.345 respond[17733] Server 0xf1bb08 1 2011-07-27 10:16:42.345 respond[17733] Accept 1095 2011-07-27 10:16:42.345 respond[17733] Server 0xf1bb08 4 2011-07-27 10:16:42.345 respond[17733] Done reading 1095 2011-07-27 10:16:42.345 respond[17733] Done writing 1095 Passed test: test00.m:78 ... respond test 1094 OK 2011-07-27 10:16:42.346 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.346 respond[17733] Server 0xf1cbc8 1 2011-07-27 10:16:42.346 respond[17733] Server 0xf1cda8 1 2011-07-27 10:16:42.346 respond[17733] Accept 1094 2011-07-27 10:16:42.346 respond[17733] Server 0xf1cda8 4 2011-07-27 10:16:42.347 respond[17733] Done reading 1094 2011-07-27 10:16:42.347 respond[17733] Done writing 1094 Passed test: test00.m:78 ... respond test 1093 OK 2011-07-27 10:16:42.347 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.347 respond[17733] Server 0xf1de68 1 2011-07-27 10:16:42.347 respond[17733] Server 0xf1e048 1 2011-07-27 10:16:42.347 respond[17733] Accept 1093 2011-07-27 10:16:42.348 respond[17733] Server 0xf1e048 4 2011-07-27 10:16:42.348 respond[17733] Done reading 1093 2011-07-27 10:16:42.348 respond[17733] Done writing 1093 Passed test: test00.m:78 ... respond test 1092 OK 2011-07-27 10:16:42.349 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.349 respond[17733] Server 0xf1f108 1 2011-07-27 10:16:42.349 respond[17733] Server 0xf1f2e8 1 2011-07-27 10:16:42.349 respond[17733] Accept 1092 2011-07-27 10:16:42.349 respond[17733] Server 0xf1f2e8 4 2011-07-27 10:16:42.349 respond[17733] Done reading 1092 2011-07-27 10:16:42.349 respond[17733] Done writing 1092 Passed test: test00.m:78 ... respond test 1091 OK 2011-07-27 10:16:42.350 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.350 respond[17733] Server 0xf203a8 1 2011-07-27 10:16:42.350 respond[17733] Server 0xf20588 1 2011-07-27 10:16:42.350 respond[17733] Accept 1091 2011-07-27 10:16:42.350 respond[17733] Server 0xf20588 4 2011-07-27 10:16:42.350 respond[17733] Done reading 1091 2011-07-27 10:16:42.350 respond[17733] Done writing 1091 Passed test: test00.m:78 ... respond test 1090 OK 2011-07-27 10:16:42.351 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.351 respond[17733] Server 0xf21648 1 2011-07-27 10:16:42.351 respond[17733] Server 0xf21828 1 2011-07-27 10:16:42.351 respond[17733] Accept 1090 2011-07-27 10:16:42.351 respond[17733] Server 0xf21828 4 2011-07-27 10:16:42.351 respond[17733] Done reading 1090 2011-07-27 10:16:42.351 respond[17733] Done writing 1090 Passed test: test00.m:78 ... respond test 1089 OK 2011-07-27 10:16:42.352 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.352 respond[17733] Server 0xf228e8 1 2011-07-27 10:16:42.352 respond[17733] Server 0xf22ac8 1 2011-07-27 10:16:42.352 respond[17733] Accept 1089 2011-07-27 10:16:42.352 respond[17733] Server 0xf22ac8 4 2011-07-27 10:16:42.352 respond[17733] Done reading 1089 2011-07-27 10:16:42.352 respond[17733] Done writing 1089 Passed test: test00.m:78 ... respond test 1088 OK 2011-07-27 10:16:42.353 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.353 respond[17733] Server 0xf23b88 1 2011-07-27 10:16:42.353 respond[17733] Server 0xf23d68 1 2011-07-27 10:16:42.353 respond[17733] Accept 1088 2011-07-27 10:16:42.353 respond[17733] Server 0xf23d68 4 2011-07-27 10:16:42.354 respond[17733] Done reading 1088 2011-07-27 10:16:42.354 respond[17733] Done writing 1088 Passed test: test00.m:78 ... respond test 1087 OK 2011-07-27 10:16:42.354 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.354 respond[17733] Server 0xf24e28 1 2011-07-27 10:16:42.355 respond[17733] Server 0xf25008 1 2011-07-27 10:16:42.355 respond[17733] Accept 1087 2011-07-27 10:16:42.355 respond[17733] Server 0xf25008 4 2011-07-27 10:16:42.355 respond[17733] Done reading 1087 2011-07-27 10:16:42.355 respond[17733] Done writing 1087 Passed test: test00.m:78 ... respond test 1086 OK 2011-07-27 10:16:42.356 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.356 respond[17733] Server 0xf260c8 1 2011-07-27 10:16:42.356 respond[17733] Server 0xf262a8 1 2011-07-27 10:16:42.356 respond[17733] Accept 1086 2011-07-27 10:16:42.356 respond[17733] Server 0xf262a8 4 2011-07-27 10:16:42.356 respond[17733] Done reading 1086 2011-07-27 10:16:42.356 respond[17733] Done writing 1086 Passed test: test00.m:78 ... respond test 1085 OK 2011-07-27 10:16:42.357 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.357 respond[17733] Server 0xf27368 1 2011-07-27 10:16:42.357 respond[17733] Server 0xf27548 1 2011-07-27 10:16:42.357 respond[17733] Accept 1085 2011-07-27 10:16:42.357 respond[17733] Server 0xf27548 4 2011-07-27 10:16:42.357 respond[17733] Done reading 1085 2011-07-27 10:16:42.357 respond[17733] Done writing 1085 Passed test: test00.m:78 ... respond test 1084 OK 2011-07-27 10:16:42.358 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.358 respond[17733] Server 0xf28608 1 2011-07-27 10:16:42.358 respond[17733] Server 0xf287e8 1 2011-07-27 10:16:42.358 respond[17733] Accept 1084 2011-07-27 10:16:42.358 respond[17733] Server 0xf287e8 4 2011-07-27 10:16:42.358 respond[17733] Done reading 1084 2011-07-27 10:16:42.358 respond[17733] Done writing 1084 Passed test: test00.m:78 ... respond test 1083 OK 2011-07-27 10:16:42.359 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.359 respond[17733] Server 0xf298a8 1 2011-07-27 10:16:42.359 respond[17733] Server 0xf29a88 1 2011-07-27 10:16:42.359 respond[17733] Accept 1083 2011-07-27 10:16:42.359 respond[17733] Server 0xf29a88 4 2011-07-27 10:16:42.360 respond[17733] Done reading 1083 2011-07-27 10:16:42.360 respond[17733] Done writing 1083 Passed test: test00.m:78 ... respond test 1082 OK 2011-07-27 10:16:42.360 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.360 respond[17733] Server 0xf2ab48 1 2011-07-27 10:16:42.360 respond[17733] Server 0xf2ad28 1 2011-07-27 10:16:42.360 respond[17733] Accept 1082 2011-07-27 10:16:42.361 respond[17733] Server 0xf2ad28 4 2011-07-27 10:16:42.361 respond[17733] Done reading 1082 2011-07-27 10:16:42.361 respond[17733] Done writing 1082 Passed test: test00.m:78 ... respond test 1081 OK 2011-07-27 10:16:42.362 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.362 respond[17733] Server 0xf2bde8 1 2011-07-27 10:16:42.362 respond[17733] Server 0xf2bfc8 1 2011-07-27 10:16:42.362 respond[17733] Accept 1081 2011-07-27 10:16:42.362 respond[17733] Server 0xf2bfc8 4 2011-07-27 10:16:42.362 respond[17733] Done reading 1081 2011-07-27 10:16:42.362 respond[17733] Done writing 1081 Passed test: test00.m:78 ... respond test 1080 OK 2011-07-27 10:16:42.363 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.363 respond[17733] Server 0xf2d088 1 2011-07-27 10:16:42.363 respond[17733] Server 0xf2d268 1 2011-07-27 10:16:42.363 respond[17733] Accept 1080 2011-07-27 10:16:42.363 respond[17733] Server 0xf2d268 4 2011-07-27 10:16:42.363 respond[17733] Done reading 1080 2011-07-27 10:16:42.363 respond[17733] Done writing 1080 Passed test: test00.m:78 ... respond test 1079 OK 2011-07-27 10:16:42.364 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.364 respond[17733] Server 0xf2e328 1 2011-07-27 10:16:42.364 respond[17733] Server 0xf2e508 1 2011-07-27 10:16:42.364 respond[17733] Accept 1079 2011-07-27 10:16:42.364 respond[17733] Server 0xf2e508 4 2011-07-27 10:16:42.364 respond[17733] Done reading 1079 2011-07-27 10:16:42.364 respond[17733] Done writing 1079 Passed test: test00.m:78 ... respond test 1078 OK 2011-07-27 10:16:42.365 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.365 respond[17733] Server 0xf2f5c8 1 2011-07-27 10:16:42.365 respond[17733] Server 0xf2f7a8 1 2011-07-27 10:16:42.365 respond[17733] Accept 1078 2011-07-27 10:16:42.365 respond[17733] Server 0xf2f7a8 4 2011-07-27 10:16:42.366 respond[17733] Done reading 1078 2011-07-27 10:16:42.366 respond[17733] Done writing 1078 Passed test: test00.m:78 ... respond test 1077 OK 2011-07-27 10:16:42.366 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.366 respond[17733] Server 0xf30868 1 2011-07-27 10:16:42.366 respond[17733] Server 0xf30a48 1 2011-07-27 10:16:42.366 respond[17733] Accept 1077 2011-07-27 10:16:42.367 respond[17733] Server 0xf30a48 4 2011-07-27 10:16:42.367 respond[17733] Done reading 1077 2011-07-27 10:16:42.367 respond[17733] Done writing 1077 Passed test: test00.m:78 ... respond test 1076 OK 2011-07-27 10:16:42.368 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.368 respond[17733] Server 0xf31b08 1 2011-07-27 10:16:42.368 respond[17733] Server 0xf31ce8 1 2011-07-27 10:16:42.368 respond[17733] Accept 1076 2011-07-27 10:16:42.368 respond[17733] Server 0xf31ce8 4 2011-07-27 10:16:42.368 respond[17733] Done reading 1076 2011-07-27 10:16:42.368 respond[17733] Done writing 1076 Passed test: test00.m:78 ... respond test 1075 OK 2011-07-27 10:16:42.369 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.369 respond[17733] Server 0xf32da8 1 2011-07-27 10:16:42.369 respond[17733] Server 0xf32f88 1 2011-07-27 10:16:42.369 respond[17733] Accept 1075 2011-07-27 10:16:42.369 respond[17733] Server 0xf32f88 4 2011-07-27 10:16:42.369 respond[17733] Done reading 1075 2011-07-27 10:16:42.369 respond[17733] Done writing 1075 Passed test: test00.m:78 ... respond test 1074 OK 2011-07-27 10:16:42.370 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.370 respond[17733] Server 0xf34048 1 2011-07-27 10:16:42.370 respond[17733] Server 0xf34228 1 2011-07-27 10:16:42.370 respond[17733] Accept 1074 2011-07-27 10:16:42.370 respond[17733] Server 0xf34228 4 2011-07-27 10:16:42.370 respond[17733] Done reading 1074 2011-07-27 10:16:42.370 respond[17733] Done writing 1074 Passed test: test00.m:78 ... respond test 1073 OK 2011-07-27 10:16:42.371 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.371 respond[17733] Server 0xf352e8 1 2011-07-27 10:16:42.371 respond[17733] Server 0xf354c8 1 2011-07-27 10:16:42.371 respond[17733] Accept 1073 2011-07-27 10:16:42.371 respond[17733] Server 0xf354c8 4 2011-07-27 10:16:42.372 respond[17733] Done reading 1073 2011-07-27 10:16:42.372 respond[17733] Done writing 1073 Passed test: test00.m:78 ... respond test 1072 OK 2011-07-27 10:16:42.372 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.372 respond[17733] Server 0xf36588 1 2011-07-27 10:16:42.372 respond[17733] Server 0xf36768 1 2011-07-27 10:16:42.372 respond[17733] Accept 1072 2011-07-27 10:16:42.373 respond[17733] Server 0xf36768 4 2011-07-27 10:16:42.373 respond[17733] Done reading 1072 2011-07-27 10:16:42.373 respond[17733] Done writing 1072 Passed test: test00.m:78 ... respond test 1071 OK 2011-07-27 10:16:42.374 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.374 respond[17733] Server 0xf37828 1 2011-07-27 10:16:42.374 respond[17733] Server 0xf37a08 1 2011-07-27 10:16:42.374 respond[17733] Accept 1071 2011-07-27 10:16:42.374 respond[17733] Server 0xf37a08 4 2011-07-27 10:16:42.374 respond[17733] Done reading 1071 2011-07-27 10:16:42.374 respond[17733] Done writing 1071 Passed test: test00.m:78 ... respond test 1070 OK 2011-07-27 10:16:42.375 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.375 respond[17733] Server 0xf38ad8 1 2011-07-27 10:16:42.375 respond[17733] Server 0xf38cb8 1 2011-07-27 10:16:42.375 respond[17733] Accept 1070 2011-07-27 10:16:42.375 respond[17733] Server 0xf38cb8 4 2011-07-27 10:16:42.375 respond[17733] Done reading 1070 2011-07-27 10:16:42.375 respond[17733] Done writing 1070 Passed test: test00.m:78 ... respond test 1069 OK 2011-07-27 10:16:42.376 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.376 respond[17733] Server 0xf39d78 1 2011-07-27 10:16:42.376 respond[17733] Server 0xf39f58 1 2011-07-27 10:16:42.376 respond[17733] Accept 1069 2011-07-27 10:16:42.376 respond[17733] Server 0xf39f58 4 2011-07-27 10:16:42.376 respond[17733] Done reading 1069 2011-07-27 10:16:42.376 respond[17733] Done writing 1069 Passed test: test00.m:78 ... respond test 1068 OK 2011-07-27 10:16:42.377 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.377 respond[17733] Server 0xf3b018 1 2011-07-27 10:16:42.377 respond[17733] Server 0xf3b1f8 1 2011-07-27 10:16:42.377 respond[17733] Accept 1068 2011-07-27 10:16:42.377 respond[17733] Server 0xf3b1f8 4 2011-07-27 10:16:42.378 respond[17733] Done reading 1068 2011-07-27 10:16:42.378 respond[17733] Done writing 1068 Passed test: test00.m:78 ... respond test 1067 OK 2011-07-27 10:16:42.378 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.378 respond[17733] Server 0xf3c2b8 1 2011-07-27 10:16:42.378 respond[17733] Server 0xf3c498 1 2011-07-27 10:16:42.378 respond[17733] Accept 1067 2011-07-27 10:16:42.379 respond[17733] Server 0xf3c498 4 2011-07-27 10:16:42.379 respond[17733] Done reading 1067 2011-07-27 10:16:42.379 respond[17733] Done writing 1067 Passed test: test00.m:78 ... respond test 1066 OK 2011-07-27 10:16:42.380 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.380 respond[17733] Server 0xf3d558 1 2011-07-27 10:16:42.380 respond[17733] Server 0xf3d738 1 2011-07-27 10:16:42.380 respond[17733] Accept 1066 2011-07-27 10:16:42.380 respond[17733] Server 0xf3d738 4 2011-07-27 10:16:42.380 respond[17733] Done reading 1066 2011-07-27 10:16:42.380 respond[17733] Done writing 1066 Passed test: test00.m:78 ... respond test 1065 OK 2011-07-27 10:16:42.381 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.381 respond[17733] Server 0xf3e7f8 1 2011-07-27 10:16:42.381 respond[17733] Server 0xf3e9d8 1 2011-07-27 10:16:42.381 respond[17733] Accept 1065 2011-07-27 10:16:42.381 respond[17733] Server 0xf3e9d8 4 2011-07-27 10:16:42.381 respond[17733] Done reading 1065 2011-07-27 10:16:42.381 respond[17733] Done writing 1065 Passed test: test00.m:78 ... respond test 1064 OK 2011-07-27 10:16:42.382 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.382 respond[17733] Server 0xf3fa98 1 2011-07-27 10:16:42.382 respond[17733] Server 0xf3fc78 1 2011-07-27 10:16:42.382 respond[17733] Accept 1064 2011-07-27 10:16:42.382 respond[17733] Server 0xf3fc78 4 2011-07-27 10:16:42.382 respond[17733] Done reading 1064 2011-07-27 10:16:42.382 respond[17733] Done writing 1064 Passed test: test00.m:78 ... respond test 1063 OK 2011-07-27 10:16:42.383 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.383 respond[17733] Server 0xf40d38 1 2011-07-27 10:16:42.383 respond[17733] Server 0xf40f18 1 2011-07-27 10:16:42.383 respond[17733] Accept 1063 2011-07-27 10:16:42.383 respond[17733] Server 0xf40f18 4 2011-07-27 10:16:42.384 respond[17733] Done reading 1063 2011-07-27 10:16:42.384 respond[17733] Done writing 1063 Passed test: test00.m:78 ... respond test 1062 OK 2011-07-27 10:16:42.384 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.384 respond[17733] Server 0xf41fd8 1 2011-07-27 10:16:42.384 respond[17733] Server 0xf421b8 1 2011-07-27 10:16:42.384 respond[17733] Accept 1062 2011-07-27 10:16:42.385 respond[17733] Server 0xf421b8 4 2011-07-27 10:16:42.385 respond[17733] Done reading 1062 2011-07-27 10:16:42.385 respond[17733] Done writing 1062 Passed test: test00.m:78 ... respond test 1061 OK 2011-07-27 10:16:42.386 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.386 respond[17733] Server 0xf43278 1 2011-07-27 10:16:42.386 respond[17733] Server 0xf43458 1 2011-07-27 10:16:42.386 respond[17733] Accept 1061 2011-07-27 10:16:42.386 respond[17733] Server 0xf43458 4 2011-07-27 10:16:42.386 respond[17733] Done reading 1061 2011-07-27 10:16:42.386 respond[17733] Done writing 1061 Passed test: test00.m:78 ... respond test 1060 OK 2011-07-27 10:16:42.387 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.387 respond[17733] Server 0xf44518 1 2011-07-27 10:16:42.387 respond[17733] Server 0xf446f8 1 2011-07-27 10:16:42.387 respond[17733] Accept 1060 2011-07-27 10:16:42.387 respond[17733] Server 0xf446f8 4 2011-07-27 10:16:42.387 respond[17733] Done reading 1060 2011-07-27 10:16:42.387 respond[17733] Done writing 1060 Passed test: test00.m:78 ... respond test 1059 OK 2011-07-27 10:16:42.389 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.389 respond[17733] Server 0xf457b8 1 2011-07-27 10:16:42.389 respond[17733] Server 0xf45998 1 2011-07-27 10:16:42.389 respond[17733] Accept 1059 2011-07-27 10:16:42.389 respond[17733] Server 0xf45998 4 2011-07-27 10:16:42.389 respond[17733] Done reading 1059 2011-07-27 10:16:42.389 respond[17733] Done writing 1059 Passed test: test00.m:78 ... respond test 1058 OK 2011-07-27 10:16:42.390 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.390 respond[17733] Server 0xf46a58 1 2011-07-27 10:16:42.390 respond[17733] Server 0xf46c38 1 2011-07-27 10:16:42.390 respond[17733] Accept 1058 2011-07-27 10:16:42.390 respond[17733] Server 0xf46c38 4 2011-07-27 10:16:42.391 respond[17733] Done reading 1058 2011-07-27 10:16:42.391 respond[17733] Done writing 1058 Passed test: test00.m:78 ... respond test 1057 OK 2011-07-27 10:16:42.391 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.391 respond[17733] Server 0xf47cf8 1 2011-07-27 10:16:42.391 respond[17733] Server 0xf47ed8 1 2011-07-27 10:16:42.391 respond[17733] Accept 1057 2011-07-27 10:16:42.392 respond[17733] Server 0xf47ed8 4 2011-07-27 10:16:42.392 respond[17733] Done reading 1057 2011-07-27 10:16:42.392 respond[17733] Done writing 1057 Passed test: test00.m:78 ... respond test 1056 OK 2011-07-27 10:16:42.393 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.393 respond[17733] Server 0xf48f98 1 2011-07-27 10:16:42.393 respond[17733] Server 0xf49178 1 2011-07-27 10:16:42.393 respond[17733] Accept 1056 2011-07-27 10:16:42.393 respond[17733] Server 0xf49178 4 2011-07-27 10:16:42.393 respond[17733] Done reading 1056 2011-07-27 10:16:42.393 respond[17733] Done writing 1056 Passed test: test00.m:78 ... respond test 1055 OK 2011-07-27 10:16:42.394 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.394 respond[17733] Server 0xf4a238 1 2011-07-27 10:16:42.394 respond[17733] Server 0xf4a418 1 2011-07-27 10:16:42.394 respond[17733] Accept 1055 2011-07-27 10:16:42.394 respond[17733] Server 0xf4a418 4 2011-07-27 10:16:42.394 respond[17733] Done reading 1055 2011-07-27 10:16:42.394 respond[17733] Done writing 1055 Passed test: test00.m:78 ... respond test 1054 OK 2011-07-27 10:16:42.395 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.395 respond[17733] Server 0xf4b4d8 1 2011-07-27 10:16:42.395 respond[17733] Server 0xf4b6b8 1 2011-07-27 10:16:42.395 respond[17733] Accept 1054 2011-07-27 10:16:42.395 respond[17733] Server 0xf4b6b8 4 2011-07-27 10:16:42.395 respond[17733] Done reading 1054 2011-07-27 10:16:42.395 respond[17733] Done writing 1054 Passed test: test00.m:78 ... respond test 1053 OK 2011-07-27 10:16:42.396 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.396 respond[17733] Server 0xf4c778 1 2011-07-27 10:16:42.396 respond[17733] Server 0xf4c958 1 2011-07-27 10:16:42.396 respond[17733] Accept 1053 2011-07-27 10:16:42.396 respond[17733] Server 0xf4c958 4 2011-07-27 10:16:42.396 respond[17733] Done reading 1053 2011-07-27 10:16:42.396 respond[17733] Done writing 1053 Passed test: test00.m:78 ... respond test 1052 OK 2011-07-27 10:16:42.397 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.397 respond[17733] Server 0xf4da18 1 2011-07-27 10:16:42.397 respond[17733] Server 0xf4dbf8 1 2011-07-27 10:16:42.397 respond[17733] Accept 1052 2011-07-27 10:16:42.397 respond[17733] Server 0xf4dbf8 4 2011-07-27 10:16:42.398 respond[17733] Done reading 1052 2011-07-27 10:16:42.398 respond[17733] Done writing 1052 Passed test: test00.m:78 ... respond test 1051 OK 2011-07-27 10:16:42.398 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.399 respond[17733] Server 0xf4ecb8 1 2011-07-27 10:16:42.399 respond[17733] Server 0xf4ee98 1 2011-07-27 10:16:42.399 respond[17733] Accept 1051 2011-07-27 10:16:42.399 respond[17733] Server 0xf4ee98 4 2011-07-27 10:16:42.399 respond[17733] Done reading 1051 2011-07-27 10:16:42.399 respond[17733] Done writing 1051 Passed test: test00.m:78 ... respond test 1050 OK 2011-07-27 10:16:42.400 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.400 respond[17733] Server 0xf4ff58 1 2011-07-27 10:16:42.400 respond[17733] Server 0xf50138 1 2011-07-27 10:16:42.400 respond[17733] Accept 1050 2011-07-27 10:16:42.400 respond[17733] Server 0xf50138 4 2011-07-27 10:16:42.400 respond[17733] Done reading 1050 2011-07-27 10:16:42.400 respond[17733] Done writing 1050 Passed test: test00.m:78 ... respond test 1049 OK 2011-07-27 10:16:42.401 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.401 respond[17733] Server 0xf511f8 1 2011-07-27 10:16:42.401 respond[17733] Server 0xf513d8 1 2011-07-27 10:16:42.401 respond[17733] Accept 1049 2011-07-27 10:16:42.401 respond[17733] Server 0xf513d8 4 2011-07-27 10:16:42.401 respond[17733] Done reading 1049 2011-07-27 10:16:42.401 respond[17733] Done writing 1049 Passed test: test00.m:78 ... respond test 1048 OK 2011-07-27 10:16:42.402 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.402 respond[17733] Server 0xf52498 1 2011-07-27 10:16:42.402 respond[17733] Server 0xf52678 1 2011-07-27 10:16:42.402 respond[17733] Accept 1048 2011-07-27 10:16:42.402 respond[17733] Server 0xf52678 4 2011-07-27 10:16:42.402 respond[17733] Done reading 1048 2011-07-27 10:16:42.402 respond[17733] Done writing 1048 Passed test: test00.m:78 ... respond test 1047 OK 2011-07-27 10:16:42.403 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.403 respond[17733] Server 0xf53738 1 2011-07-27 10:16:42.403 respond[17733] Server 0xf53918 1 2011-07-27 10:16:42.403 respond[17733] Accept 1047 2011-07-27 10:16:42.403 respond[17733] Server 0xf53918 4 2011-07-27 10:16:42.404 respond[17733] Done reading 1047 2011-07-27 10:16:42.404 respond[17733] Done writing 1047 Passed test: test00.m:78 ... respond test 1046 OK 2011-07-27 10:16:42.404 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.404 respond[17733] Server 0xf549d8 1 2011-07-27 10:16:42.404 respond[17733] Server 0xf54bb8 1 2011-07-27 10:16:42.405 respond[17733] Accept 1046 2011-07-27 10:16:42.405 respond[17733] Server 0xf54bb8 4 2011-07-27 10:16:42.405 respond[17733] Done reading 1046 2011-07-27 10:16:42.405 respond[17733] Done writing 1046 Passed test: test00.m:78 ... respond test 1045 OK 2011-07-27 10:16:42.406 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.406 respond[17733] Server 0xf55c78 1 2011-07-27 10:16:42.406 respond[17733] Server 0xf55e58 1 2011-07-27 10:16:42.406 respond[17733] Accept 1045 2011-07-27 10:16:42.406 respond[17733] Server 0xf55e58 4 2011-07-27 10:16:42.406 respond[17733] Done reading 1045 2011-07-27 10:16:42.406 respond[17733] Done writing 1045 Passed test: test00.m:78 ... respond test 1044 OK 2011-07-27 10:16:42.407 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.407 respond[17733] Server 0xf56f18 1 2011-07-27 10:16:42.407 respond[17733] Server 0xf570f8 1 2011-07-27 10:16:42.407 respond[17733] Accept 1044 2011-07-27 10:16:42.407 respond[17733] Server 0xf570f8 4 2011-07-27 10:16:42.407 respond[17733] Done reading 1044 2011-07-27 10:16:42.407 respond[17733] Done writing 1044 Passed test: test00.m:78 ... respond test 1043 OK 2011-07-27 10:16:42.408 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.408 respond[17733] Server 0xf581b8 1 2011-07-27 10:16:42.408 respond[17733] Server 0xf58398 1 2011-07-27 10:16:42.408 respond[17733] Accept 1043 2011-07-27 10:16:42.408 respond[17733] Server 0xf58398 4 2011-07-27 10:16:42.408 respond[17733] Done reading 1043 2011-07-27 10:16:42.408 respond[17733] Done writing 1043 Passed test: test00.m:78 ... respond test 1042 OK 2011-07-27 10:16:42.409 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.409 respond[17733] Server 0xf59458 1 2011-07-27 10:16:42.409 respond[17733] Server 0xf59638 1 2011-07-27 10:16:42.409 respond[17733] Accept 1042 2011-07-27 10:16:42.409 respond[17733] Server 0xf59638 4 2011-07-27 10:16:42.410 respond[17733] Done reading 1042 2011-07-27 10:16:42.410 respond[17733] Done writing 1042 Passed test: test00.m:78 ... respond test 1041 OK 2011-07-27 10:16:42.410 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.410 respond[17733] Server 0xf5a6f8 1 2011-07-27 10:16:42.410 respond[17733] Server 0xf5a8d8 1 2011-07-27 10:16:42.410 respond[17733] Accept 1041 2011-07-27 10:16:42.410 respond[17733] Server 0xf5a8d8 4 2011-07-27 10:16:42.411 respond[17733] Done reading 1041 2011-07-27 10:16:42.411 respond[17733] Done writing 1041 Passed test: test00.m:78 ... respond test 1040 OK 2011-07-27 10:16:42.411 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.412 respond[17733] Server 0xf5b998 1 2011-07-27 10:16:42.412 respond[17733] Server 0xf5bb78 1 2011-07-27 10:16:42.412 respond[17733] Accept 1040 2011-07-27 10:16:42.412 respond[17733] Server 0xf5bb78 4 2011-07-27 10:16:42.412 respond[17733] Done reading 1040 2011-07-27 10:16:42.412 respond[17733] Done writing 1040 Passed test: test00.m:78 ... respond test 1039 OK 2011-07-27 10:16:42.413 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.413 respond[17733] Server 0xf5cc38 1 2011-07-27 10:16:42.413 respond[17733] Server 0xf5ce18 1 2011-07-27 10:16:42.413 respond[17733] Accept 1039 2011-07-27 10:16:42.413 respond[17733] Server 0xf5ce18 4 2011-07-27 10:16:42.413 respond[17733] Done reading 1039 2011-07-27 10:16:42.413 respond[17733] Done writing 1039 Passed test: test00.m:78 ... respond test 1038 OK 2011-07-27 10:16:42.414 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.414 respond[17733] Server 0xf5ded8 1 2011-07-27 10:16:42.414 respond[17733] Server 0xf5e0b8 1 2011-07-27 10:16:42.414 respond[17733] Accept 1038 2011-07-27 10:16:42.414 respond[17733] Server 0xf5e0b8 4 2011-07-27 10:16:42.414 respond[17733] Done reading 1038 2011-07-27 10:16:42.414 respond[17733] Done writing 1038 Passed test: test00.m:78 ... respond test 1037 OK 2011-07-27 10:16:42.415 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.415 respond[17733] Server 0xf5f178 1 2011-07-27 10:16:42.415 respond[17733] Server 0xf5f358 1 2011-07-27 10:16:42.415 respond[17733] Accept 1037 2011-07-27 10:16:42.415 respond[17733] Server 0xf5f358 4 2011-07-27 10:16:42.415 respond[17733] Done reading 1037 2011-07-27 10:16:42.415 respond[17733] Done writing 1037 Passed test: test00.m:78 ... respond test 1036 OK 2011-07-27 10:16:42.416 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.416 respond[17733] Server 0xf60418 1 2011-07-27 10:16:42.416 respond[17733] Server 0xf605f8 1 2011-07-27 10:16:42.416 respond[17733] Accept 1036 2011-07-27 10:16:42.416 respond[17733] Server 0xf605f8 4 2011-07-27 10:16:42.417 respond[17733] Done reading 1036 2011-07-27 10:16:42.417 respond[17733] Done writing 1036 Passed test: test00.m:78 ... respond test 1035 OK 2011-07-27 10:16:42.417 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.417 respond[17733] Server 0xf616b8 1 2011-07-27 10:16:42.418 respond[17733] Server 0xf61898 1 2011-07-27 10:16:42.418 respond[17733] Accept 1035 2011-07-27 10:16:42.418 respond[17733] Server 0xf61898 4 2011-07-27 10:16:42.418 respond[17733] Done reading 1035 2011-07-27 10:16:42.418 respond[17733] Done writing 1035 Passed test: test00.m:78 ... respond test 1034 OK 2011-07-27 10:16:42.419 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.419 respond[17733] Server 0xf62958 1 2011-07-27 10:16:42.419 respond[17733] Server 0xf62b38 1 2011-07-27 10:16:42.419 respond[17733] Accept 1034 2011-07-27 10:16:42.419 respond[17733] Server 0xf62b38 4 2011-07-27 10:16:42.419 respond[17733] Done reading 1034 2011-07-27 10:16:42.419 respond[17733] Done writing 1034 Passed test: test00.m:78 ... respond test 1033 OK 2011-07-27 10:16:42.420 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.420 respond[17733] Server 0xf63bf8 1 2011-07-27 10:16:42.420 respond[17733] Server 0xf63dd8 1 2011-07-27 10:16:42.420 respond[17733] Accept 1033 2011-07-27 10:16:42.420 respond[17733] Server 0xf63dd8 4 2011-07-27 10:16:42.420 respond[17733] Done reading 1033 2011-07-27 10:16:42.420 respond[17733] Done writing 1033 Passed test: test00.m:78 ... respond test 1032 OK 2011-07-27 10:16:42.421 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.421 respond[17733] Server 0xf64e98 1 2011-07-27 10:16:42.421 respond[17733] Server 0xf65078 1 2011-07-27 10:16:42.421 respond[17733] Accept 1032 2011-07-27 10:16:42.421 respond[17733] Server 0xf65078 4 2011-07-27 10:16:42.421 respond[17733] Done reading 1032 2011-07-27 10:16:42.421 respond[17733] Done writing 1032 Passed test: test00.m:78 ... respond test 1031 OK 2011-07-27 10:16:42.422 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.422 respond[17733] Server 0xf66138 1 2011-07-27 10:16:42.422 respond[17733] Server 0xf66318 1 2011-07-27 10:16:42.422 respond[17733] Accept 1031 2011-07-27 10:16:42.423 respond[17733] Server 0xf66318 4 2011-07-27 10:16:42.423 respond[17733] Done reading 1031 2011-07-27 10:16:42.423 respond[17733] Done writing 1031 Passed test: test00.m:78 ... respond test 1030 OK 2011-07-27 10:16:42.424 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.424 respond[17733] Server 0xf673f8 1 2011-07-27 10:16:42.424 respond[17733] Server 0xf675d8 1 2011-07-27 10:16:42.424 respond[17733] Accept 1030 2011-07-27 10:16:42.424 respond[17733] Server 0xf675d8 4 2011-07-27 10:16:42.424 respond[17733] Done reading 1030 2011-07-27 10:16:42.424 respond[17733] Done writing 1030 Passed test: test00.m:78 ... respond test 1029 OK 2011-07-27 10:16:42.425 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.425 respond[17733] Server 0xf68698 1 2011-07-27 10:16:42.425 respond[17733] Server 0xf68878 1 2011-07-27 10:16:42.425 respond[17733] Accept 1029 2011-07-27 10:16:42.425 respond[17733] Server 0xf68878 4 2011-07-27 10:16:42.425 respond[17733] Done reading 1029 2011-07-27 10:16:42.425 respond[17733] Done writing 1029 Passed test: test00.m:78 ... respond test 1028 OK 2011-07-27 10:16:42.426 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.426 respond[17733] Server 0xf69938 1 2011-07-27 10:16:42.426 respond[17733] Server 0xf69b18 1 2011-07-27 10:16:42.426 respond[17733] Accept 1028 2011-07-27 10:16:42.426 respond[17733] Server 0xf69b18 4 2011-07-27 10:16:42.426 respond[17733] Done reading 1028 2011-07-27 10:16:42.426 respond[17733] Done writing 1028 Passed test: test00.m:78 ... respond test 1027 OK 2011-07-27 10:16:42.427 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.427 respond[17733] Server 0xf6abd8 1 2011-07-27 10:16:42.427 respond[17733] Server 0xf6adb8 1 2011-07-27 10:16:42.427 respond[17733] Accept 1027 2011-07-27 10:16:42.427 respond[17733] Server 0xf6adb8 4 2011-07-27 10:16:42.428 respond[17733] Done reading 1027 2011-07-27 10:16:42.428 respond[17733] Done writing 1027 Passed test: test00.m:78 ... respond test 1026 OK 2011-07-27 10:16:42.428 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.428 respond[17733] Server 0xf6be78 1 2011-07-27 10:16:42.428 respond[17733] Server 0xf6c058 1 2011-07-27 10:16:42.428 respond[17733] Accept 1026 2011-07-27 10:16:42.429 respond[17733] Server 0xf6c058 4 2011-07-27 10:16:42.429 respond[17733] Done reading 1026 2011-07-27 10:16:42.429 respond[17733] Done writing 1026 Passed test: test00.m:78 ... respond test 1025 OK 2011-07-27 10:16:42.430 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.430 respond[17733] Server 0xf6d118 1 2011-07-27 10:16:42.430 respond[17733] Server 0xf6d2f8 1 2011-07-27 10:16:42.430 respond[17733] Accept 1025 2011-07-27 10:16:42.430 respond[17733] Server 0xf6d2f8 4 2011-07-27 10:16:42.430 respond[17733] Done reading 1025 2011-07-27 10:16:42.430 respond[17733] Done writing 1025 Passed test: test00.m:78 ... respond test 1024 OK 2011-07-27 10:16:42.431 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.431 respond[17733] Server 0xf6e3b8 1 2011-07-27 10:16:42.431 respond[17733] Server 0xf6e598 1 2011-07-27 10:16:42.431 respond[17733] Accept 1024 2011-07-27 10:16:42.431 respond[17733] Server 0xf6e598 4 2011-07-27 10:16:42.431 respond[17733] Done reading 1024 2011-07-27 10:16:42.431 respond[17733] Done writing 1024 Passed test: test00.m:78 ... respond test 1023 OK 2011-07-27 10:16:42.432 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.432 respond[17733] Server 0xf6f658 1 2011-07-27 10:16:42.432 respond[17733] Server 0xf6f838 1 2011-07-27 10:16:42.432 respond[17733] Accept 1023 2011-07-27 10:16:42.432 respond[17733] Server 0xf6f838 4 2011-07-27 10:16:42.432 respond[17733] Done reading 1023 2011-07-27 10:16:42.432 respond[17733] Done writing 1023 Passed test: test00.m:78 ... respond test 1022 OK 2011-07-27 10:16:42.433 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.433 respond[17733] Server 0xf708f8 1 2011-07-27 10:16:42.433 respond[17733] Server 0xf70ad8 1 2011-07-27 10:16:42.433 respond[17733] Accept 1022 2011-07-27 10:16:42.433 respond[17733] Server 0xf70ad8 4 2011-07-27 10:16:42.434 respond[17733] Done reading 1022 2011-07-27 10:16:42.434 respond[17733] Done writing 1022 Passed test: test00.m:78 ... respond test 1021 OK 2011-07-27 10:16:42.434 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.434 respond[17733] Server 0xf71b98 1 2011-07-27 10:16:42.434 respond[17733] Server 0xf71d78 1 2011-07-27 10:16:42.434 respond[17733] Accept 1021 2011-07-27 10:16:42.435 respond[17733] Server 0xf71d78 4 2011-07-27 10:16:42.435 respond[17733] Done reading 1021 2011-07-27 10:16:42.435 respond[17733] Done writing 1021 Passed test: test00.m:78 ... respond test 1020 OK 2011-07-27 10:16:42.436 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.436 respond[17733] Server 0xf72e38 1 2011-07-27 10:16:42.436 respond[17733] Server 0xf73018 1 2011-07-27 10:16:42.436 respond[17733] Accept 1020 2011-07-27 10:16:42.436 respond[17733] Server 0xf73018 4 2011-07-27 10:16:42.436 respond[17733] Done reading 1020 2011-07-27 10:16:42.436 respond[17733] Done writing 1020 Passed test: test00.m:78 ... respond test 1019 OK 2011-07-27 10:16:42.437 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.437 respond[17733] Server 0xf740d8 1 2011-07-27 10:16:42.437 respond[17733] Server 0xf742b8 1 2011-07-27 10:16:42.437 respond[17733] Accept 1019 2011-07-27 10:16:42.437 respond[17733] Server 0xf742b8 4 2011-07-27 10:16:42.437 respond[17733] Done reading 1019 2011-07-27 10:16:42.437 respond[17733] Done writing 1019 Passed test: test00.m:78 ... respond test 1018 OK 2011-07-27 10:16:42.438 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.438 respond[17733] Server 0xf75378 1 2011-07-27 10:16:42.438 respond[17733] Server 0xf75558 1 2011-07-27 10:16:42.438 respond[17733] Accept 1018 2011-07-27 10:16:42.438 respond[17733] Server 0xf75558 4 2011-07-27 10:16:42.438 respond[17733] Done reading 1018 2011-07-27 10:16:42.438 respond[17733] Done writing 1018 Passed test: test00.m:78 ... respond test 1017 OK 2011-07-27 10:16:42.439 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.439 respond[17733] Server 0xf76618 1 2011-07-27 10:16:42.439 respond[17733] Server 0xf767f8 1 2011-07-27 10:16:42.439 respond[17733] Accept 1017 2011-07-27 10:16:42.439 respond[17733] Server 0xf767f8 4 2011-07-27 10:16:42.440 respond[17733] Done reading 1017 2011-07-27 10:16:42.440 respond[17733] Done writing 1017 Passed test: test00.m:78 ... respond test 1016 OK 2011-07-27 10:16:42.440 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.440 respond[17733] Server 0xf778b8 1 2011-07-27 10:16:42.440 respond[17733] Server 0xf77a98 1 2011-07-27 10:16:42.440 respond[17733] Accept 1016 2011-07-27 10:16:42.441 respond[17733] Server 0xf77a98 4 2011-07-27 10:16:42.441 respond[17733] Done reading 1016 2011-07-27 10:16:42.441 respond[17733] Done writing 1016 Passed test: test00.m:78 ... respond test 1015 OK 2011-07-27 10:16:42.442 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.442 respond[17733] Server 0xf78b58 1 2011-07-27 10:16:42.442 respond[17733] Server 0xf78d38 1 2011-07-27 10:16:42.442 respond[17733] Accept 1015 2011-07-27 10:16:42.442 respond[17733] Server 0xf78d38 4 2011-07-27 10:16:42.442 respond[17733] Done reading 1015 2011-07-27 10:16:42.442 respond[17733] Done writing 1015 Passed test: test00.m:78 ... respond test 1014 OK 2011-07-27 10:16:42.443 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.443 respond[17733] Server 0xf79df8 1 2011-07-27 10:16:42.443 respond[17733] Server 0xf79fd8 1 2011-07-27 10:16:42.443 respond[17733] Accept 1014 2011-07-27 10:16:42.443 respond[17733] Server 0xf79fd8 4 2011-07-27 10:16:42.443 respond[17733] Done reading 1014 2011-07-27 10:16:42.443 respond[17733] Done writing 1014 Passed test: test00.m:78 ... respond test 1013 OK 2011-07-27 10:16:42.444 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.444 respond[17733] Server 0xf7b088 1 2011-07-27 10:16:42.444 respond[17733] Server 0xf7b288 1 2011-07-27 10:16:42.444 respond[17733] Accept 1013 2011-07-27 10:16:42.444 respond[17733] Server 0xf7b288 4 2011-07-27 10:16:42.444 respond[17733] Done reading 1013 2011-07-27 10:16:42.444 respond[17733] Done writing 1013 Passed test: test00.m:78 ... respond test 1012 OK 2011-07-27 10:16:42.445 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.445 respond[17733] Server 0xf7c348 1 2011-07-27 10:16:42.445 respond[17733] Server 0xf7c528 1 2011-07-27 10:16:42.445 respond[17733] Accept 1012 2011-07-27 10:16:42.445 respond[17733] Server 0xf7c528 4 2011-07-27 10:16:42.446 respond[17733] Done reading 1012 2011-07-27 10:16:42.446 respond[17733] Done writing 1012 Passed test: test00.m:78 ... respond test 1011 OK 2011-07-27 10:16:42.446 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.446 respond[17733] Server 0xf7d5e8 1 2011-07-27 10:16:42.446 respond[17733] Server 0xf7d7c8 1 2011-07-27 10:16:42.446 respond[17733] Accept 1011 2011-07-27 10:16:42.446 respond[17733] Server 0xf7d7c8 4 2011-07-27 10:16:42.447 respond[17733] Done reading 1011 2011-07-27 10:16:42.447 respond[17733] Done writing 1011 Passed test: test00.m:78 ... respond test 1010 OK 2011-07-27 10:16:42.447 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.448 respond[17733] Server 0xf7e888 1 2011-07-27 10:16:42.448 respond[17733] Server 0xf7ea68 1 2011-07-27 10:16:42.448 respond[17733] Accept 1010 2011-07-27 10:16:42.448 respond[17733] Server 0xf7ea68 4 2011-07-27 10:16:42.448 respond[17733] Done reading 1010 2011-07-27 10:16:42.448 respond[17733] Done writing 1010 Passed test: test00.m:78 ... respond test 1009 OK 2011-07-27 10:16:42.449 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.449 respond[17733] Server 0xf7fb28 1 2011-07-27 10:16:42.449 respond[17733] Server 0xf7fd08 1 2011-07-27 10:16:42.449 respond[17733] Accept 1009 2011-07-27 10:16:42.449 respond[17733] Server 0xf7fd08 4 2011-07-27 10:16:42.449 respond[17733] Done reading 1009 2011-07-27 10:16:42.449 respond[17733] Done writing 1009 Passed test: test00.m:78 ... respond test 1008 OK 2011-07-27 10:16:42.450 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.450 respond[17733] Server 0xf80dc8 1 2011-07-27 10:16:42.450 respond[17733] Server 0xf80fa8 1 2011-07-27 10:16:42.450 respond[17733] Accept 1008 2011-07-27 10:16:42.450 respond[17733] Server 0xf80fa8 4 2011-07-27 10:16:42.450 respond[17733] Done reading 1008 2011-07-27 10:16:42.450 respond[17733] Done writing 1008 Passed test: test00.m:78 ... respond test 1007 OK 2011-07-27 10:16:42.451 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.451 respond[17733] Server 0xf82068 1 2011-07-27 10:16:42.451 respond[17733] Server 0xf82248 1 2011-07-27 10:16:42.451 respond[17733] Accept 1007 2011-07-27 10:16:42.451 respond[17733] Server 0xf82248 4 2011-07-27 10:16:42.451 respond[17733] Done reading 1007 2011-07-27 10:16:42.451 respond[17733] Done writing 1007 Passed test: test00.m:78 ... respond test 1006 OK 2011-07-27 10:16:42.452 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.452 respond[17733] Server 0xf83308 1 2011-07-27 10:16:42.452 respond[17733] Server 0xf834e8 1 2011-07-27 10:16:42.452 respond[17733] Accept 1006 2011-07-27 10:16:42.452 respond[17733] Server 0xf834e8 4 2011-07-27 10:16:42.453 respond[17733] Done reading 1006 2011-07-27 10:16:42.453 respond[17733] Done writing 1006 Passed test: test00.m:78 ... respond test 1005 OK 2011-07-27 10:16:42.453 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.453 respond[17733] Server 0xf845a8 1 2011-07-27 10:16:42.454 respond[17733] Server 0xf84788 1 2011-07-27 10:16:42.454 respond[17733] Accept 1005 2011-07-27 10:16:42.454 respond[17733] Server 0xf84788 4 2011-07-27 10:16:42.454 respond[17733] Done reading 1005 2011-07-27 10:16:42.454 respond[17733] Done writing 1005 Passed test: test00.m:78 ... respond test 1004 OK 2011-07-27 10:16:42.455 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.455 respond[17733] Server 0xf85848 1 2011-07-27 10:16:42.455 respond[17733] Server 0xf85a28 1 2011-07-27 10:16:42.455 respond[17733] Accept 1004 2011-07-27 10:16:42.455 respond[17733] Server 0xf85a28 4 2011-07-27 10:16:42.455 respond[17733] Done reading 1004 2011-07-27 10:16:42.455 respond[17733] Done writing 1004 Passed test: test00.m:78 ... respond test 1003 OK 2011-07-27 10:16:42.456 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.456 respond[17733] Server 0xf86ae8 1 2011-07-27 10:16:42.456 respond[17733] Server 0xf86cc8 1 2011-07-27 10:16:42.456 respond[17733] Accept 1003 2011-07-27 10:16:42.456 respond[17733] Server 0xf86cc8 4 2011-07-27 10:16:42.456 respond[17733] Done reading 1003 2011-07-27 10:16:42.456 respond[17733] Done writing 1003 Passed test: test00.m:78 ... respond test 1002 OK 2011-07-27 10:16:42.457 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.457 respond[17733] Server 0xf87d88 1 2011-07-27 10:16:42.457 respond[17733] Server 0xf87f68 1 2011-07-27 10:16:42.457 respond[17733] Accept 1002 2011-07-27 10:16:42.457 respond[17733] Server 0xf87f68 4 2011-07-27 10:16:42.457 respond[17733] Done reading 1002 2011-07-27 10:16:42.457 respond[17733] Done writing 1002 Passed test: test00.m:78 ... respond test 1001 OK 2011-07-27 10:16:42.458 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.458 respond[17733] Server 0xf89028 1 2011-07-27 10:16:42.458 respond[17733] Server 0xf89208 1 2011-07-27 10:16:42.458 respond[17733] Accept 1001 2011-07-27 10:16:42.458 respond[17733] Server 0xf89208 4 2011-07-27 10:16:42.459 respond[17733] Done reading 1001 2011-07-27 10:16:42.459 respond[17733] Done writing 1001 Passed test: test00.m:78 ... respond test 1000 OK 2011-07-27 10:16:42.459 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.459 respond[17733] Server 0xf8a2c8 1 2011-07-27 10:16:42.459 respond[17733] Server 0xf8a4a8 1 2011-07-27 10:16:42.459 respond[17733] Accept 1000 2011-07-27 10:16:42.460 respond[17733] Server 0xf8a4a8 4 2011-07-27 10:16:42.460 respond[17733] Done reading 1000 2011-07-27 10:16:42.460 respond[17733] Done writing 1000 Passed test: test00.m:78 ... respond test 999 OK 2011-07-27 10:16:42.461 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.461 respond[17733] Server 0xf8b568 1 2011-07-27 10:16:42.461 respond[17733] Server 0xf8b748 1 2011-07-27 10:16:42.461 respond[17733] Accept 999 2011-07-27 10:16:42.461 respond[17733] Server 0xf8b748 4 2011-07-27 10:16:42.461 respond[17733] Done reading 999 2011-07-27 10:16:42.461 respond[17733] Done writing 999 Passed test: test00.m:78 ... respond test 998 OK 2011-07-27 10:16:42.462 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.462 respond[17733] Server 0xf8c7e8 1 2011-07-27 10:16:42.462 respond[17733] Server 0xf8c9c8 1 2011-07-27 10:16:42.462 respond[17733] Accept 998 2011-07-27 10:16:42.462 respond[17733] Server 0xf8c9c8 4 2011-07-27 10:16:42.462 respond[17733] Done reading 998 2011-07-27 10:16:42.462 respond[17733] Done writing 998 Passed test: test00.m:78 ... respond test 997 OK 2011-07-27 10:16:42.463 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.463 respond[17733] Server 0xf8da68 1 2011-07-27 10:16:42.463 respond[17733] Server 0xf8dc48 1 2011-07-27 10:16:42.463 respond[17733] Accept 997 2011-07-27 10:16:42.463 respond[17733] Server 0xf8dc48 4 2011-07-27 10:16:42.463 respond[17733] Done reading 997 2011-07-27 10:16:42.463 respond[17733] Done writing 997 Passed test: test00.m:78 ... respond test 996 OK 2011-07-27 10:16:42.464 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.464 respond[17733] Server 0xf8ece8 1 2011-07-27 10:16:42.464 respond[17733] Server 0xf8eec8 1 2011-07-27 10:16:42.464 respond[17733] Accept 996 2011-07-27 10:16:42.464 respond[17733] Server 0xf8eec8 4 2011-07-27 10:16:42.465 respond[17733] Done reading 996 Passed test: test00.m:78 ... respond test 995 OK 2011-07-27 10:16:42.700 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.700 respond[17733] Server 0xf8ff68 1 2011-07-27 10:16:42.700 respond[17733] Server 0xf90148 1 2011-07-27 10:16:42.700 respond[17733] Accept 995 2011-07-27 10:16:42.700 respond[17733] Server 0xf90148 4 2011-07-27 10:16:42.700 respond[17733] Done reading 995 2011-07-27 10:16:42.700 respond[17733] Done writing 995 Passed test: test00.m:78 ... respond test 994 OK 2011-07-27 10:16:42.701 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.701 respond[17733] Server 0xf911e8 1 2011-07-27 10:16:42.701 respond[17733] Server 0xf913c8 1 2011-07-27 10:16:42.701 respond[17733] Accept 994 2011-07-27 10:16:42.701 respond[17733] Server 0xf913c8 4 2011-07-27 10:16:42.702 respond[17733] Done reading 994 2011-07-27 10:16:42.702 respond[17733] Done writing 994 Passed test: test00.m:78 ... respond test 993 OK 2011-07-27 10:16:42.703 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.703 respond[17733] Server 0xf92468 1 2011-07-27 10:16:42.703 respond[17733] Server 0xf92648 1 2011-07-27 10:16:42.703 respond[17733] Accept 993 2011-07-27 10:16:42.703 respond[17733] Server 0xf92648 4 2011-07-27 10:16:42.703 respond[17733] Done reading 993 2011-07-27 10:16:42.703 respond[17733] Done writing 993 Passed test: test00.m:78 ... respond test 992 OK 2011-07-27 10:16:42.704 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.704 respond[17733] Server 0xf936e8 1 2011-07-27 10:16:42.705 respond[17733] Server 0xf938c8 1 2011-07-27 10:16:42.705 respond[17733] Accept 992 2011-07-27 10:16:42.705 respond[17733] Server 0xf938c8 4 2011-07-27 10:16:42.705 respond[17733] Done reading 992 2011-07-27 10:16:42.705 respond[17733] Done writing 992 Passed test: test00.m:78 ... respond test 991 OK 2011-07-27 10:16:42.706 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.706 respond[17733] Server 0xf94968 1 2011-07-27 10:16:42.706 respond[17733] Server 0xf94b48 1 2011-07-27 10:16:42.706 respond[17733] Accept 991 2011-07-27 10:16:42.706 respond[17733] Server 0xf94b48 4 2011-07-27 10:16:42.706 respond[17733] Done reading 991 2011-07-27 10:16:42.706 respond[17733] Done writing 991 Passed test: test00.m:78 ... respond test 990 OK 2011-07-27 10:16:42.707 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.707 respond[17733] Server 0xf95be8 1 2011-07-27 10:16:42.707 respond[17733] Server 0xf95dc8 1 2011-07-27 10:16:42.707 respond[17733] Accept 990 2011-07-27 10:16:42.707 respond[17733] Server 0xf95dc8 4 2011-07-27 10:16:42.708 respond[17733] Done reading 990 2011-07-27 10:16:42.708 respond[17733] Done writing 990 Passed test: test00.m:78 ... respond test 989 OK 2011-07-27 10:16:42.708 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.708 respond[17733] Server 0xf96e68 1 2011-07-27 10:16:42.708 respond[17733] Server 0xf97048 1 2011-07-27 10:16:42.708 respond[17733] Accept 989 2011-07-27 10:16:42.709 respond[17733] Server 0xf97048 4 2011-07-27 10:16:42.709 respond[17733] Done reading 989 2011-07-27 10:16:42.709 respond[17733] Done writing 989 Passed test: test00.m:78 ... respond test 988 OK 2011-07-27 10:16:42.710 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.710 respond[17733] Server 0xf980e8 1 2011-07-27 10:16:42.710 respond[17733] Server 0xf982c8 1 2011-07-27 10:16:42.710 respond[17733] Accept 988 2011-07-27 10:16:42.710 respond[17733] Server 0xf982c8 4 2011-07-27 10:16:42.710 respond[17733] Done reading 988 2011-07-27 10:16:42.710 respond[17733] Done writing 988 Passed test: test00.m:78 ... respond test 987 OK 2011-07-27 10:16:42.711 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.711 respond[17733] Server 0xf99368 1 2011-07-27 10:16:42.711 respond[17733] Server 0xf99548 1 2011-07-27 10:16:42.711 respond[17733] Accept 987 2011-07-27 10:16:42.711 respond[17733] Server 0xf99548 4 2011-07-27 10:16:42.711 respond[17733] Done reading 987 2011-07-27 10:16:42.712 respond[17733] Done writing 987 Passed test: test00.m:78 ... respond test 986 OK 2011-07-27 10:16:42.712 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.712 respond[17733] Server 0xf9a5e8 1 2011-07-27 10:16:42.712 respond[17733] Server 0xf9a7c8 1 2011-07-27 10:16:42.712 respond[17733] Accept 986 2011-07-27 10:16:42.713 respond[17733] Server 0xf9a7c8 4 2011-07-27 10:16:42.713 respond[17733] Done reading 986 2011-07-27 10:16:42.713 respond[17733] Done writing 986 Passed test: test00.m:78 ... respond test 985 OK 2011-07-27 10:16:42.714 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.714 respond[17733] Server 0xf9b868 1 2011-07-27 10:16:42.714 respond[17733] Server 0xf9ba48 1 2011-07-27 10:16:42.714 respond[17733] Accept 985 2011-07-27 10:16:42.714 respond[17733] Server 0xf9ba48 4 2011-07-27 10:16:42.714 respond[17733] Done reading 985 2011-07-27 10:16:42.714 respond[17733] Done writing 985 Passed test: test00.m:78 ... respond test 984 OK 2011-07-27 10:16:42.715 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.715 respond[17733] Server 0xf9cae8 1 2011-07-27 10:16:42.715 respond[17733] Server 0xf9ccc8 1 2011-07-27 10:16:42.715 respond[17733] Accept 984 2011-07-27 10:16:42.715 respond[17733] Server 0xf9ccc8 4 2011-07-27 10:16:42.715 respond[17733] Done reading 984 2011-07-27 10:16:42.716 respond[17733] Done writing 984 Passed test: test00.m:78 ... respond test 983 OK 2011-07-27 10:16:42.716 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.716 respond[17733] Server 0xf9dd68 1 2011-07-27 10:16:42.716 respond[17733] Server 0xf9df48 1 2011-07-27 10:16:42.716 respond[17733] Accept 983 2011-07-27 10:16:42.716 respond[17733] Server 0xf9df48 4 2011-07-27 10:16:42.717 respond[17733] Done reading 983 2011-07-27 10:16:42.717 respond[17733] Done writing 983 Passed test: test00.m:78 ... respond test 982 OK 2011-07-27 10:16:42.718 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.718 respond[17733] Server 0xf9efe8 1 2011-07-27 10:16:42.718 respond[17733] Server 0xf9f1c8 1 2011-07-27 10:16:42.718 respond[17733] Accept 982 2011-07-27 10:16:42.718 respond[17733] Server 0xf9f1c8 4 2011-07-27 10:16:42.718 respond[17733] Done reading 982 2011-07-27 10:16:42.718 respond[17733] Done writing 982 Passed test: test00.m:78 ... respond test 981 OK 2011-07-27 10:16:42.719 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.719 respond[17733] Server 0xfa0268 1 2011-07-27 10:16:42.719 respond[17733] Server 0xfa0448 1 2011-07-27 10:16:42.719 respond[17733] Accept 981 2011-07-27 10:16:42.719 respond[17733] Server 0xfa0448 4 2011-07-27 10:16:42.719 respond[17733] Done reading 981 2011-07-27 10:16:42.719 respond[17733] Done writing 981 Passed test: test00.m:78 ... respond test 980 OK 2011-07-27 10:16:42.720 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.720 respond[17733] Server 0xfa14e8 1 2011-07-27 10:16:42.720 respond[17733] Server 0xfa16c8 1 2011-07-27 10:16:42.720 respond[17733] Accept 980 2011-07-27 10:16:42.720 respond[17733] Server 0xfa16c8 4 2011-07-27 10:16:42.721 respond[17733] Done reading 980 2011-07-27 10:16:42.721 respond[17733] Done writing 980 Passed test: test00.m:78 ... respond test 979 OK 2011-07-27 10:16:42.722 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.722 respond[17733] Server 0xfa2768 1 2011-07-27 10:16:42.722 respond[17733] Server 0xfa2948 1 2011-07-27 10:16:42.722 respond[17733] Accept 979 2011-07-27 10:16:42.722 respond[17733] Server 0xfa2948 4 2011-07-27 10:16:42.722 respond[17733] Done reading 979 2011-07-27 10:16:42.722 respond[17733] Done writing 979 Passed test: test00.m:78 ... respond test 978 OK 2011-07-27 10:16:42.726 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.726 respond[17733] Server 0xfa39e8 1 2011-07-27 10:16:42.726 respond[17733] Server 0xfa3bc8 1 2011-07-27 10:16:42.726 respond[17733] Accept 978 2011-07-27 10:16:42.726 respond[17733] Server 0xfa3bc8 4 2011-07-27 10:16:42.726 respond[17733] Done reading 978 2011-07-27 10:16:42.726 respond[17733] Done writing 978 Passed test: test00.m:78 ... respond test 977 OK 2011-07-27 10:16:42.727 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.727 respond[17733] Server 0xfa4c68 1 2011-07-27 10:16:42.727 respond[17733] Server 0xfa4e48 1 2011-07-27 10:16:42.727 respond[17733] Accept 977 2011-07-27 10:16:42.727 respond[17733] Server 0xfa4e48 4 2011-07-27 10:16:42.727 respond[17733] Done reading 977 2011-07-27 10:16:42.728 respond[17733] Done writing 977 Passed test: test00.m:78 ... respond test 976 OK 2011-07-27 10:16:42.728 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.728 respond[17733] Server 0xfa5ee8 1 2011-07-27 10:16:42.728 respond[17733] Server 0xfa60c8 1 2011-07-27 10:16:42.728 respond[17733] Accept 976 2011-07-27 10:16:42.728 respond[17733] Server 0xfa60c8 4 2011-07-27 10:16:42.729 respond[17733] Done reading 976 2011-07-27 10:16:42.729 respond[17733] Done writing 976 Passed test: test00.m:78 ... respond test 975 OK 2011-07-27 10:16:42.729 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.730 respond[17733] Server 0xfa7168 1 2011-07-27 10:16:42.730 respond[17733] Server 0xfa7348 1 2011-07-27 10:16:42.730 respond[17733] Accept 975 2011-07-27 10:16:42.730 respond[17733] Server 0xfa7348 4 2011-07-27 10:16:42.730 respond[17733] Done reading 975 2011-07-27 10:16:42.730 respond[17733] Done writing 975 Passed test: test00.m:78 ... respond test 974 OK 2011-07-27 10:16:42.731 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.731 respond[17733] Server 0xfa83e8 1 2011-07-27 10:16:42.731 respond[17733] Server 0xfa85c8 1 2011-07-27 10:16:42.731 respond[17733] Accept 974 2011-07-27 10:16:42.731 respond[17733] Server 0xfa85c8 4 2011-07-27 10:16:42.731 respond[17733] Done reading 974 2011-07-27 10:16:42.731 respond[17733] Done writing 974 Passed test: test00.m:78 ... respond test 973 OK 2011-07-27 10:16:42.732 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.732 respond[17733] Server 0xfa9668 1 2011-07-27 10:16:42.732 respond[17733] Server 0xfa9848 1 2011-07-27 10:16:42.732 respond[17733] Accept 973 2011-07-27 10:16:42.732 respond[17733] Server 0xfa9848 4 2011-07-27 10:16:42.732 respond[17733] Done reading 973 2011-07-27 10:16:42.732 respond[17733] Done writing 973 Passed test: test00.m:78 ... respond test 972 OK 2011-07-27 10:16:42.733 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.733 respond[17733] Server 0xfaa8e8 1 2011-07-27 10:16:42.733 respond[17733] Server 0xfaaac8 1 2011-07-27 10:16:42.733 respond[17733] Accept 972 2011-07-27 10:16:42.733 respond[17733] Server 0xfaaac8 4 2011-07-27 10:16:42.733 respond[17733] Done reading 972 2011-07-27 10:16:42.733 respond[17733] Done writing 972 Passed test: test00.m:78 ... respond test 971 OK 2011-07-27 10:16:42.734 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.734 respond[17733] Server 0xfabb68 1 2011-07-27 10:16:42.734 respond[17733] Server 0xfabd48 1 2011-07-27 10:16:42.734 respond[17733] Accept 971 2011-07-27 10:16:42.734 respond[17733] Server 0xfabd48 4 2011-07-27 10:16:42.735 respond[17733] Done reading 971 2011-07-27 10:16:42.735 respond[17733] Done writing 971 Passed test: test00.m:78 ... respond test 970 OK 2011-07-27 10:16:42.735 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.735 respond[17733] Server 0xfacde8 1 2011-07-27 10:16:42.736 respond[17733] Server 0xfacfc8 1 2011-07-27 10:16:42.736 respond[17733] Accept 970 2011-07-27 10:16:42.736 respond[17733] Server 0xfacfc8 4 2011-07-27 10:16:42.736 respond[17733] Done reading 970 2011-07-27 10:16:42.736 respond[17733] Done writing 970 Passed test: test00.m:78 ... respond test 969 OK 2011-07-27 10:16:42.737 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.737 respond[17733] Server 0xfae068 1 2011-07-27 10:16:42.737 respond[17733] Server 0xfae248 1 2011-07-27 10:16:42.737 respond[17733] Accept 969 2011-07-27 10:16:42.737 respond[17733] Server 0xfae248 4 2011-07-27 10:16:42.737 respond[17733] Done reading 969 2011-07-27 10:16:42.737 respond[17733] Done writing 969 Passed test: test00.m:78 ... respond test 968 OK 2011-07-27 10:16:42.757 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.758 respond[17733] Server 0xfaf2e8 1 2011-07-27 10:16:42.758 respond[17733] Server 0xfaf4c8 1 2011-07-27 10:16:42.758 respond[17733] Accept 968 2011-07-27 10:16:42.758 respond[17733] Server 0xfaf4c8 4 2011-07-27 10:16:42.758 respond[17733] Done reading 968 2011-07-27 10:16:42.758 respond[17733] Done writing 968 Passed test: test00.m:78 ... respond test 967 OK 2011-07-27 10:16:42.759 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.759 respond[17733] Server 0xfb0568 1 2011-07-27 10:16:42.759 respond[17733] Server 0xfb0748 1 2011-07-27 10:16:42.759 respond[17733] Accept 967 2011-07-27 10:16:42.759 respond[17733] Server 0xfb0748 4 2011-07-27 10:16:42.759 respond[17733] Done reading 967 2011-07-27 10:16:42.759 respond[17733] Done writing 967 Passed test: test00.m:78 ... respond test 966 OK 2011-07-27 10:16:42.760 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.760 respond[17733] Server 0xfb17e8 1 2011-07-27 10:16:42.760 respond[17733] Server 0xfb19c8 1 2011-07-27 10:16:42.760 respond[17733] Accept 966 2011-07-27 10:16:42.760 respond[17733] Server 0xfb19c8 4 2011-07-27 10:16:42.760 respond[17733] Done reading 966 2011-07-27 10:16:42.760 respond[17733] Done writing 966 Passed test: test00.m:78 ... respond test 965 OK 2011-07-27 10:16:42.761 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.761 respond[17733] Server 0xfb2a68 1 2011-07-27 10:16:42.761 respond[17733] Server 0xfb2c48 1 2011-07-27 10:16:42.761 respond[17733] Accept 965 2011-07-27 10:16:42.761 respond[17733] Server 0xfb2c48 4 2011-07-27 10:16:42.762 respond[17733] Done reading 965 2011-07-27 10:16:42.762 respond[17733] Done writing 965 Passed test: test00.m:78 ... respond test 964 OK 2011-07-27 10:16:42.762 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.763 respond[17733] Server 0xfb3ce8 1 2011-07-27 10:16:42.763 respond[17733] Server 0xfb3ec8 1 2011-07-27 10:16:42.763 respond[17733] Accept 964 2011-07-27 10:16:42.763 respond[17733] Server 0xfb3ec8 4 2011-07-27 10:16:42.763 respond[17733] Done reading 964 2011-07-27 10:16:42.763 respond[17733] Done writing 964 Passed test: test00.m:78 ... respond test 963 OK 2011-07-27 10:16:42.764 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.764 respond[17733] Server 0xfb4f68 1 2011-07-27 10:16:42.764 respond[17733] Server 0xfb5148 1 2011-07-27 10:16:42.764 respond[17733] Accept 963 2011-07-27 10:16:42.764 respond[17733] Server 0xfb5148 4 2011-07-27 10:16:42.764 respond[17733] Done reading 963 2011-07-27 10:16:42.764 respond[17733] Done writing 963 Passed test: test00.m:78 ... respond test 962 OK 2011-07-27 10:16:42.765 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.765 respond[17733] Server 0xfb61e8 1 2011-07-27 10:16:42.765 respond[17733] Server 0xfb63c8 1 2011-07-27 10:16:42.765 respond[17733] Accept 962 2011-07-27 10:16:42.765 respond[17733] Server 0xfb63c8 4 2011-07-27 10:16:42.765 respond[17733] Done reading 962 2011-07-27 10:16:42.765 respond[17733] Done writing 962 Passed test: test00.m:78 ... respond test 961 OK 2011-07-27 10:16:42.766 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.766 respond[17733] Server 0xfb7468 1 2011-07-27 10:16:42.766 respond[17733] Server 0xfb7648 1 2011-07-27 10:16:42.766 respond[17733] Accept 961 2011-07-27 10:16:42.766 respond[17733] Server 0xfb7648 4 2011-07-27 10:16:42.767 respond[17733] Done reading 961 2011-07-27 10:16:42.767 respond[17733] Done writing 961 Passed test: test00.m:78 ... respond test 960 OK 2011-07-27 10:16:42.767 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.767 respond[17733] Server 0xfb86e8 1 2011-07-27 10:16:42.767 respond[17733] Server 0xfb88c8 1 2011-07-27 10:16:42.767 respond[17733] Accept 960 2011-07-27 10:16:42.767 respond[17733] Server 0xfb88c8 4 2011-07-27 10:16:42.768 respond[17733] Done reading 960 2011-07-27 10:16:42.768 respond[17733] Done writing 960 Passed test: test00.m:78 ... respond test 959 OK 2011-07-27 10:16:42.769 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.769 respond[17733] Server 0xfb9968 1 2011-07-27 10:16:42.769 respond[17733] Server 0xfb9b48 1 2011-07-27 10:16:42.769 respond[17733] Accept 959 2011-07-27 10:16:42.769 respond[17733] Server 0xfb9b48 4 2011-07-27 10:16:42.769 respond[17733] Done reading 959 2011-07-27 10:16:42.769 respond[17733] Done writing 959 Passed test: test00.m:78 ... respond test 958 OK 2011-07-27 10:16:42.770 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.770 respond[17733] Server 0xfbabe8 1 2011-07-27 10:16:42.770 respond[17733] Server 0xfbadc8 1 2011-07-27 10:16:42.770 respond[17733] Accept 958 2011-07-27 10:16:42.770 respond[17733] Server 0xfbadc8 4 2011-07-27 10:16:42.770 respond[17733] Done reading 958 2011-07-27 10:16:42.770 respond[17733] Done writing 958 Passed test: test00.m:78 ... respond test 957 OK 2011-07-27 10:16:42.771 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.771 respond[17733] Server 0xfbbe68 1 2011-07-27 10:16:42.771 respond[17733] Server 0xfbc028 1 2011-07-27 10:16:42.771 respond[17733] Accept 957 2011-07-27 10:16:42.771 respond[17733] Server 0xfbc028 4 2011-07-27 10:16:42.771 respond[17733] Done reading 957 2011-07-27 10:16:42.771 respond[17733] Done writing 957 Passed test: test00.m:78 ... respond test 956 OK 2011-07-27 10:16:42.772 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.772 respond[17733] Server 0xfbd108 1 2011-07-27 10:16:42.772 respond[17733] Server 0xfbd2e8 1 2011-07-27 10:16:42.772 respond[17733] Accept 956 2011-07-27 10:16:42.772 respond[17733] Server 0xfbd2e8 4 2011-07-27 10:16:42.773 respond[17733] Done reading 956 2011-07-27 10:16:42.773 respond[17733] Done writing 956 Passed test: test00.m:78 ... respond test 955 OK 2011-07-27 10:16:42.773 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.773 respond[17733] Server 0xfbe388 1 2011-07-27 10:16:42.773 respond[17733] Server 0xfbe568 1 2011-07-27 10:16:42.773 respond[17733] Accept 955 2011-07-27 10:16:42.774 respond[17733] Server 0xfbe568 4 2011-07-27 10:16:42.774 respond[17733] Done reading 955 2011-07-27 10:16:42.774 respond[17733] Done writing 955 Passed test: test00.m:78 ... respond test 954 OK 2011-07-27 10:16:42.775 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.775 respond[17733] Server 0xfbf608 1 2011-07-27 10:16:42.775 respond[17733] Server 0xfbf7e8 1 2011-07-27 10:16:42.775 respond[17733] Accept 954 2011-07-27 10:16:42.775 respond[17733] Server 0xfbf7e8 4 2011-07-27 10:16:42.775 respond[17733] Done reading 954 2011-07-27 10:16:42.775 respond[17733] Done writing 954 Passed test: test00.m:78 ... respond test 953 OK 2011-07-27 10:16:42.776 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.776 respond[17733] Server 0xfc0888 1 2011-07-27 10:16:42.776 respond[17733] Server 0xfc0a68 1 2011-07-27 10:16:42.776 respond[17733] Accept 953 2011-07-27 10:16:42.776 respond[17733] Server 0xfc0a68 4 2011-07-27 10:16:42.776 respond[17733] Done reading 953 2011-07-27 10:16:42.776 respond[17733] Done writing 953 Passed test: test00.m:78 ... respond test 952 OK 2011-07-27 10:16:42.777 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.777 respond[17733] Server 0xfc1b08 1 2011-07-27 10:16:42.777 respond[17733] Server 0xfc1ce8 1 2011-07-27 10:16:42.777 respond[17733] Accept 952 2011-07-27 10:16:42.777 respond[17733] Server 0xfc1ce8 4 2011-07-27 10:16:42.777 respond[17733] Done reading 952 2011-07-27 10:16:42.777 respond[17733] Done writing 952 Passed test: test00.m:78 ... respond test 951 OK 2011-07-27 10:16:42.778 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.778 respond[17733] Server 0xfc2d88 1 2011-07-27 10:16:42.778 respond[17733] Server 0xfc2f68 1 2011-07-27 10:16:42.778 respond[17733] Accept 951 2011-07-27 10:16:42.778 respond[17733] Server 0xfc2f68 4 2011-07-27 10:16:42.779 respond[17733] Done reading 951 2011-07-27 10:16:42.779 respond[17733] Done writing 951 Passed test: test00.m:78 ... respond test 950 OK 2011-07-27 10:16:42.779 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.779 respond[17733] Server 0xfc4008 1 2011-07-27 10:16:42.779 respond[17733] Server 0xfc41e8 1 2011-07-27 10:16:42.779 respond[17733] Accept 950 2011-07-27 10:16:42.780 respond[17733] Server 0xfc41e8 4 2011-07-27 10:16:42.780 respond[17733] Done reading 950 2011-07-27 10:16:42.780 respond[17733] Done writing 950 Passed test: test00.m:78 ... respond test 949 OK 2011-07-27 10:16:42.781 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.781 respond[17733] Server 0xfc5288 1 2011-07-27 10:16:42.781 respond[17733] Server 0xfc5468 1 2011-07-27 10:16:42.781 respond[17733] Accept 949 2011-07-27 10:16:42.781 respond[17733] Server 0xfc5468 4 2011-07-27 10:16:42.781 respond[17733] Done reading 949 2011-07-27 10:16:42.781 respond[17733] Done writing 949 Passed test: test00.m:78 ... respond test 948 OK 2011-07-27 10:16:42.782 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.782 respond[17733] Server 0xfc6508 1 2011-07-27 10:16:42.782 respond[17733] Server 0xfc66e8 1 2011-07-27 10:16:42.782 respond[17733] Accept 948 2011-07-27 10:16:42.782 respond[17733] Server 0xfc66e8 4 2011-07-27 10:16:42.782 respond[17733] Done reading 948 2011-07-27 10:16:42.782 respond[17733] Done writing 948 Passed test: test00.m:78 ... respond test 947 OK 2011-07-27 10:16:42.783 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.783 respond[17733] Server 0xfc7788 1 2011-07-27 10:16:42.783 respond[17733] Server 0xfc7968 1 2011-07-27 10:16:42.783 respond[17733] Accept 947 2011-07-27 10:16:42.783 respond[17733] Server 0xfc7968 4 2011-07-27 10:16:42.783 respond[17733] Done reading 947 2011-07-27 10:16:42.783 respond[17733] Done writing 947 Passed test: test00.m:78 ... respond test 946 OK 2011-07-27 10:16:42.784 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.784 respond[17733] Server 0xfc8a08 1 2011-07-27 10:16:42.784 respond[17733] Server 0xfc8be8 1 2011-07-27 10:16:42.784 respond[17733] Accept 946 2011-07-27 10:16:42.784 respond[17733] Server 0xfc8be8 4 2011-07-27 10:16:42.785 respond[17733] Done reading 946 2011-07-27 10:16:42.785 respond[17733] Done writing 946 Passed test: test00.m:78 ... respond test 945 OK 2011-07-27 10:16:42.797 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.797 respond[17733] Server 0xfc9c88 1 2011-07-27 10:16:42.797 respond[17733] Server 0xfc9e68 1 2011-07-27 10:16:42.797 respond[17733] Accept 945 2011-07-27 10:16:42.797 respond[17733] Server 0xfc9e68 4 2011-07-27 10:16:42.798 respond[17733] Done reading 945 2011-07-27 10:16:42.798 respond[17733] Done writing 945 Passed test: test00.m:78 ... respond test 944 OK 2011-07-27 10:16:42.798 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.799 respond[17733] Server 0xfcaf08 1 2011-07-27 10:16:42.799 respond[17733] Server 0xfcb0e8 1 2011-07-27 10:16:42.799 respond[17733] Accept 944 2011-07-27 10:16:42.799 respond[17733] Server 0xfcb0e8 4 2011-07-27 10:16:42.799 respond[17733] Done reading 944 2011-07-27 10:16:42.799 respond[17733] Done writing 944 Passed test: test00.m:78 ... respond test 943 OK 2011-07-27 10:16:42.800 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.800 respond[17733] Server 0xfcc188 1 2011-07-27 10:16:42.800 respond[17733] Server 0xfcc368 1 2011-07-27 10:16:42.800 respond[17733] Accept 943 2011-07-27 10:16:42.800 respond[17733] Server 0xfcc368 4 2011-07-27 10:16:42.800 respond[17733] Done reading 943 2011-07-27 10:16:42.800 respond[17733] Done writing 943 Passed test: test00.m:78 ... respond test 942 OK 2011-07-27 10:16:42.801 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.801 respond[17733] Server 0xfcd408 1 2011-07-27 10:16:42.801 respond[17733] Server 0xfcd5e8 1 2011-07-27 10:16:42.801 respond[17733] Accept 942 2011-07-27 10:16:42.801 respond[17733] Server 0xfcd5e8 4 2011-07-27 10:16:42.801 respond[17733] Done reading 942 2011-07-27 10:16:42.801 respond[17733] Done writing 942 Passed test: test00.m:78 ... respond test 941 OK 2011-07-27 10:16:42.802 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.802 respond[17733] Server 0xfce688 1 2011-07-27 10:16:42.802 respond[17733] Server 0xfce868 1 2011-07-27 10:16:42.802 respond[17733] Accept 941 2011-07-27 10:16:42.802 respond[17733] Server 0xfce868 4 2011-07-27 10:16:42.802 respond[17733] Done reading 941 2011-07-27 10:16:42.802 respond[17733] Done writing 941 Passed test: test00.m:78 ... respond test 940 OK 2011-07-27 10:16:42.803 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.803 respond[17733] Server 0xfcf908 1 2011-07-27 10:16:42.803 respond[17733] Server 0xfcfae8 1 2011-07-27 10:16:42.803 respond[17733] Accept 940 2011-07-27 10:16:42.803 respond[17733] Server 0xfcfae8 4 2011-07-27 10:16:42.804 respond[17733] Done reading 940 2011-07-27 10:16:42.804 respond[17733] Done writing 940 Passed test: test00.m:78 ... respond test 939 OK 2011-07-27 10:16:42.804 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.805 respond[17733] Server 0xfd0b88 1 2011-07-27 10:16:42.805 respond[17733] Server 0xfd0d68 1 2011-07-27 10:16:42.805 respond[17733] Accept 939 2011-07-27 10:16:42.805 respond[17733] Server 0xfd0d68 4 2011-07-27 10:16:42.805 respond[17733] Done reading 939 2011-07-27 10:16:42.805 respond[17733] Done writing 939 Passed test: test00.m:78 ... respond test 938 OK 2011-07-27 10:16:42.806 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.806 respond[17733] Server 0xfd1e08 1 2011-07-27 10:16:42.806 respond[17733] Server 0xfd1fe8 1 2011-07-27 10:16:42.806 respond[17733] Accept 938 2011-07-27 10:16:42.806 respond[17733] Server 0xfd1fe8 4 2011-07-27 10:16:42.806 respond[17733] Done reading 938 2011-07-27 10:16:42.806 respond[17733] Done writing 938 Passed test: test00.m:78 ... respond test 937 OK 2011-07-27 10:16:42.807 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.807 respond[17733] Server 0xfd3088 1 2011-07-27 10:16:42.807 respond[17733] Server 0xfd3268 1 2011-07-27 10:16:42.807 respond[17733] Accept 937 2011-07-27 10:16:42.807 respond[17733] Server 0xfd3268 4 2011-07-27 10:16:42.807 respond[17733] Done reading 937 2011-07-27 10:16:42.807 respond[17733] Done writing 937 Passed test: test00.m:78 ... respond test 936 OK 2011-07-27 10:16:42.808 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.808 respond[17733] Server 0xfd4308 1 2011-07-27 10:16:42.808 respond[17733] Server 0xfd44e8 1 2011-07-27 10:16:42.808 respond[17733] Accept 936 2011-07-27 10:16:42.808 respond[17733] Server 0xfd44e8 4 2011-07-27 10:16:42.808 respond[17733] Done reading 936 2011-07-27 10:16:42.808 respond[17733] Done writing 936 Passed test: test00.m:78 ... respond test 935 OK 2011-07-27 10:16:42.809 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.809 respond[17733] Server 0xfd5588 1 2011-07-27 10:16:42.809 respond[17733] Server 0xfd5768 1 2011-07-27 10:16:42.809 respond[17733] Accept 935 2011-07-27 10:16:42.809 respond[17733] Server 0xfd5768 4 2011-07-27 10:16:42.810 respond[17733] Done reading 935 2011-07-27 10:16:42.810 respond[17733] Done writing 935 Passed test: test00.m:78 ... respond test 934 OK 2011-07-27 10:16:42.810 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.811 respond[17733] Server 0xfd6808 1 2011-07-27 10:16:42.811 respond[17733] Server 0xfd69e8 1 2011-07-27 10:16:42.811 respond[17733] Accept 934 2011-07-27 10:16:42.811 respond[17733] Server 0xfd69e8 4 2011-07-27 10:16:42.811 respond[17733] Done reading 934 2011-07-27 10:16:42.811 respond[17733] Done writing 934 Passed test: test00.m:78 ... respond test 933 OK 2011-07-27 10:16:42.812 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.812 respond[17733] Server 0xfd7a88 1 2011-07-27 10:16:42.812 respond[17733] Server 0xfd7c68 1 2011-07-27 10:16:42.812 respond[17733] Accept 933 2011-07-27 10:16:42.812 respond[17733] Server 0xfd7c68 4 2011-07-27 10:16:42.812 respond[17733] Done reading 933 2011-07-27 10:16:42.812 respond[17733] Done writing 933 Passed test: test00.m:78 ... respond test 932 OK 2011-07-27 10:16:42.813 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.813 respond[17733] Server 0xfd8d08 1 2011-07-27 10:16:42.813 respond[17733] Server 0xfd8ee8 1 2011-07-27 10:16:42.813 respond[17733] Accept 932 2011-07-27 10:16:42.813 respond[17733] Server 0xfd8ee8 4 2011-07-27 10:16:42.813 respond[17733] Done reading 932 2011-07-27 10:16:42.813 respond[17733] Done writing 932 Passed test: test00.m:78 ... respond test 931 OK 2011-07-27 10:16:42.814 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.814 respond[17733] Server 0xfd9f88 1 2011-07-27 10:16:42.814 respond[17733] Server 0xfda168 1 2011-07-27 10:16:42.814 respond[17733] Accept 931 2011-07-27 10:16:42.814 respond[17733] Server 0xfda168 4 2011-07-27 10:16:42.814 respond[17733] Done reading 931 2011-07-27 10:16:42.814 respond[17733] Done writing 931 Passed test: test00.m:78 ... respond test 930 OK 2011-07-27 10:16:42.815 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.815 respond[17733] Server 0xfdb208 1 2011-07-27 10:16:42.815 respond[17733] Server 0xfdb3e8 1 2011-07-27 10:16:42.815 respond[17733] Accept 930 2011-07-27 10:16:42.815 respond[17733] Server 0xfdb3e8 4 2011-07-27 10:16:42.816 respond[17733] Done reading 930 2011-07-27 10:16:42.816 respond[17733] Done writing 930 Passed test: test00.m:78 ... respond test 929 OK 2011-07-27 10:16:42.816 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.817 respond[17733] Server 0xfdc488 1 2011-07-27 10:16:42.817 respond[17733] Server 0xfdc668 1 2011-07-27 10:16:42.817 respond[17733] Accept 929 2011-07-27 10:16:42.817 respond[17733] Server 0xfdc668 4 2011-07-27 10:16:42.817 respond[17733] Done reading 929 2011-07-27 10:16:42.817 respond[17733] Done writing 929 Passed test: test00.m:78 ... respond test 928 OK 2011-07-27 10:16:42.818 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.818 respond[17733] Server 0xfdd718 1 2011-07-27 10:16:42.818 respond[17733] Server 0xfdd8f8 1 2011-07-27 10:16:42.818 respond[17733] Accept 928 2011-07-27 10:16:42.818 respond[17733] Server 0xfdd8f8 4 2011-07-27 10:16:42.818 respond[17733] Done reading 928 2011-07-27 10:16:42.818 respond[17733] Done writing 928 Passed test: test00.m:78 ... respond test 927 OK 2011-07-27 10:16:42.833 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.833 respond[17733] Server 0xfde998 1 2011-07-27 10:16:42.833 respond[17733] Server 0xfdeb78 1 2011-07-27 10:16:42.833 respond[17733] Accept 927 2011-07-27 10:16:42.833 respond[17733] Server 0xfdeb78 4 2011-07-27 10:16:42.834 respond[17733] Done reading 927 2011-07-27 10:16:42.834 respond[17733] Done writing 927 Passed test: test00.m:78 ... respond test 926 OK 2011-07-27 10:16:42.834 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.834 respond[17733] Server 0xfdfc18 1 2011-07-27 10:16:42.834 respond[17733] Server 0xfdfdf8 1 2011-07-27 10:16:42.835 respond[17733] Accept 926 2011-07-27 10:16:42.835 respond[17733] Server 0xfdfdf8 4 2011-07-27 10:16:42.835 respond[17733] Done reading 926 2011-07-27 10:16:42.835 respond[17733] Done writing 926 Passed test: test00.m:78 ... respond test 925 OK 2011-07-27 10:16:42.836 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.836 respond[17733] Server 0xfe0e98 1 2011-07-27 10:16:42.836 respond[17733] Server 0xfe1078 1 2011-07-27 10:16:42.836 respond[17733] Accept 925 2011-07-27 10:16:42.836 respond[17733] Server 0xfe1078 4 2011-07-27 10:16:42.836 respond[17733] Done reading 925 2011-07-27 10:16:42.836 respond[17733] Done writing 925 Passed test: test00.m:78 ... respond test 924 OK 2011-07-27 10:16:42.837 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.837 respond[17733] Server 0xfe2118 1 2011-07-27 10:16:42.837 respond[17733] Server 0xfe22f8 1 2011-07-27 10:16:42.837 respond[17733] Accept 924 2011-07-27 10:16:42.837 respond[17733] Server 0xfe22f8 4 2011-07-27 10:16:42.837 respond[17733] Done reading 924 2011-07-27 10:16:42.837 respond[17733] Done writing 924 Passed test: test00.m:78 ... respond test 923 OK 2011-07-27 10:16:42.838 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.838 respond[17733] Server 0xfe3398 1 2011-07-27 10:16:42.838 respond[17733] Server 0xfe3578 1 2011-07-27 10:16:42.838 respond[17733] Accept 923 2011-07-27 10:16:42.838 respond[17733] Server 0xfe3578 4 2011-07-27 10:16:42.838 respond[17733] Done reading 923 2011-07-27 10:16:42.838 respond[17733] Done writing 923 Passed test: test00.m:78 ... respond test 922 OK 2011-07-27 10:16:42.839 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.839 respond[17733] Server 0xfe4618 1 2011-07-27 10:16:42.839 respond[17733] Server 0xfe47f8 1 2011-07-27 10:16:42.839 respond[17733] Accept 922 2011-07-27 10:16:42.839 respond[17733] Server 0xfe47f8 4 2011-07-27 10:16:42.840 respond[17733] Done reading 922 2011-07-27 10:16:42.840 respond[17733] Done writing 922 Passed test: test00.m:78 ... respond test 921 OK 2011-07-27 10:16:42.840 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.840 respond[17733] Server 0xfe5898 1 2011-07-27 10:16:42.841 respond[17733] Server 0xfe5a78 1 2011-07-27 10:16:42.841 respond[17733] Accept 921 2011-07-27 10:16:42.841 respond[17733] Server 0xfe5a78 4 2011-07-27 10:16:42.841 respond[17733] Done reading 921 2011-07-27 10:16:42.841 respond[17733] Done writing 921 Passed test: test00.m:78 ... respond test 920 OK 2011-07-27 10:16:42.842 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.842 respond[17733] Server 0xfe6b18 1 2011-07-27 10:16:42.842 respond[17733] Server 0xfe6cf8 1 2011-07-27 10:16:42.842 respond[17733] Accept 920 2011-07-27 10:16:42.842 respond[17733] Server 0xfe6cf8 4 2011-07-27 10:16:42.842 respond[17733] Done reading 920 2011-07-27 10:16:42.842 respond[17733] Done writing 920 Passed test: test00.m:78 ... respond test 919 OK 2011-07-27 10:16:42.843 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.843 respond[17733] Server 0xfe7d98 1 2011-07-27 10:16:42.843 respond[17733] Server 0xfe7f78 1 2011-07-27 10:16:42.843 respond[17733] Accept 919 2011-07-27 10:16:42.843 respond[17733] Server 0xfe7f78 4 2011-07-27 10:16:42.843 respond[17733] Done reading 919 2011-07-27 10:16:42.843 respond[17733] Done writing 919 Passed test: test00.m:78 ... respond test 918 OK 2011-07-27 10:16:42.844 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.844 respond[17733] Server 0xfe9018 1 2011-07-27 10:16:42.844 respond[17733] Server 0xfe91f8 1 2011-07-27 10:16:42.844 respond[17733] Accept 918 2011-07-27 10:16:42.844 respond[17733] Server 0xfe91f8 4 2011-07-27 10:16:42.844 respond[17733] Done reading 918 2011-07-27 10:16:42.844 respond[17733] Done writing 918 Passed test: test00.m:78 ... respond test 917 OK 2011-07-27 10:16:42.845 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.845 respond[17733] Server 0xfea298 1 2011-07-27 10:16:42.845 respond[17733] Server 0xfea478 1 2011-07-27 10:16:42.845 respond[17733] Accept 917 2011-07-27 10:16:42.845 respond[17733] Server 0xfea478 4 2011-07-27 10:16:42.846 respond[17733] Done reading 917 2011-07-27 10:16:42.846 respond[17733] Done writing 917 Passed test: test00.m:78 ... respond test 916 OK 2011-07-27 10:16:42.847 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.847 respond[17733] Server 0xfeb518 1 2011-07-27 10:16:42.847 respond[17733] Server 0xfeb6f8 1 2011-07-27 10:16:42.847 respond[17733] Accept 916 2011-07-27 10:16:42.847 respond[17733] Server 0xfeb6f8 4 2011-07-27 10:16:42.847 respond[17733] Done reading 916 2011-07-27 10:16:42.847 respond[17733] Done writing 916 Passed test: test00.m:78 ... respond test 915 OK 2011-07-27 10:16:42.848 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.848 respond[17733] Server 0xfec798 1 2011-07-27 10:16:42.848 respond[17733] Server 0xfec978 1 2011-07-27 10:16:42.848 respond[17733] Accept 915 2011-07-27 10:16:42.848 respond[17733] Server 0xfec978 4 2011-07-27 10:16:42.848 respond[17733] Done reading 915 2011-07-27 10:16:42.848 respond[17733] Done writing 915 Passed test: test00.m:78 ... respond test 914 OK 2011-07-27 10:16:42.849 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.849 respond[17733] Server 0xfeda18 1 2011-07-27 10:16:42.849 respond[17733] Server 0xfedbf8 1 2011-07-27 10:16:42.849 respond[17733] Accept 914 2011-07-27 10:16:42.849 respond[17733] Server 0xfedbf8 4 2011-07-27 10:16:42.849 respond[17733] Done reading 914 2011-07-27 10:16:42.849 respond[17733] Done writing 914 Passed test: test00.m:78 ... respond test 913 OK 2011-07-27 10:16:42.850 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.850 respond[17733] Server 0xfeec98 1 2011-07-27 10:16:42.850 respond[17733] Server 0xfeee78 1 2011-07-27 10:16:42.850 respond[17733] Accept 913 2011-07-27 10:16:42.850 respond[17733] Server 0xfeee78 4 2011-07-27 10:16:42.851 respond[17733] Done reading 913 2011-07-27 10:16:42.851 respond[17733] Done writing 913 Passed test: test00.m:78 ... respond test 912 OK 2011-07-27 10:16:42.851 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.851 respond[17733] Server 0xfeff18 1 2011-07-27 10:16:42.851 respond[17733] Server 0xff00f8 1 2011-07-27 10:16:42.851 respond[17733] Accept 912 2011-07-27 10:16:42.852 respond[17733] Server 0xff00f8 4 2011-07-27 10:16:42.852 respond[17733] Done reading 912 2011-07-27 10:16:42.852 respond[17733] Done writing 912 Passed test: test00.m:78 ... respond test 911 OK 2011-07-27 10:16:42.853 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.853 respond[17733] Server 0xff1198 1 2011-07-27 10:16:42.853 respond[17733] Server 0xff1378 1 2011-07-27 10:16:42.853 respond[17733] Accept 911 2011-07-27 10:16:42.853 respond[17733] Server 0xff1378 4 2011-07-27 10:16:42.853 respond[17733] Done reading 911 2011-07-27 10:16:42.853 respond[17733] Done writing 911 Passed test: test00.m:78 ... respond test 910 OK 2011-07-27 10:16:42.854 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.854 respond[17733] Server 0xff2418 1 2011-07-27 10:16:42.854 respond[17733] Server 0xff25f8 1 2011-07-27 10:16:42.854 respond[17733] Accept 910 2011-07-27 10:16:42.854 respond[17733] Server 0xff25f8 4 2011-07-27 10:16:42.854 respond[17733] Done reading 910 2011-07-27 10:16:42.854 respond[17733] Done writing 910 Passed test: test00.m:78 ... respond test 909 OK 2011-07-27 10:16:42.855 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.855 respond[17733] Server 0xff3698 1 2011-07-27 10:16:42.855 respond[17733] Server 0xff3878 1 2011-07-27 10:16:42.855 respond[17733] Accept 909 2011-07-27 10:16:42.855 respond[17733] Server 0xff3878 4 2011-07-27 10:16:42.855 respond[17733] Done reading 909 2011-07-27 10:16:42.855 respond[17733] Done writing 909 Passed test: test00.m:78 ... respond test 908 OK 2011-07-27 10:16:42.856 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.856 respond[17733] Server 0xff4918 1 2011-07-27 10:16:42.856 respond[17733] Server 0xff4af8 1 2011-07-27 10:16:42.856 respond[17733] Accept 908 2011-07-27 10:16:42.856 respond[17733] Server 0xff4af8 4 2011-07-27 10:16:42.857 respond[17733] Done reading 908 2011-07-27 10:16:42.857 respond[17733] Done writing 908 Passed test: test00.m:78 ... respond test 907 OK 2011-07-27 10:16:42.857 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.857 respond[17733] Server 0xff5b98 1 2011-07-27 10:16:42.857 respond[17733] Server 0xff5d78 1 2011-07-27 10:16:42.858 respond[17733] Accept 907 2011-07-27 10:16:42.858 respond[17733] Server 0xff5d78 4 2011-07-27 10:16:42.858 respond[17733] Done reading 907 2011-07-27 10:16:42.858 respond[17733] Done writing 907 Passed test: test00.m:78 ... respond test 906 OK 2011-07-27 10:16:42.859 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.859 respond[17733] Server 0xff6e18 1 2011-07-27 10:16:42.859 respond[17733] Server 0xff6ff8 1 2011-07-27 10:16:42.859 respond[17733] Accept 906 2011-07-27 10:16:42.859 respond[17733] Server 0xff6ff8 4 2011-07-27 10:16:42.859 respond[17733] Done reading 906 2011-07-27 10:16:42.859 respond[17733] Done writing 906 Passed test: test00.m:78 ... respond test 905 OK 2011-07-27 10:16:42.860 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.860 respond[17733] Server 0xff8098 1 2011-07-27 10:16:42.860 respond[17733] Server 0xff8278 1 2011-07-27 10:16:42.860 respond[17733] Accept 905 2011-07-27 10:16:42.860 respond[17733] Server 0xff8278 4 2011-07-27 10:16:42.860 respond[17733] Done reading 905 2011-07-27 10:16:42.860 respond[17733] Done writing 905 Passed test: test00.m:78 ... respond test 904 OK 2011-07-27 10:16:42.861 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.861 respond[17733] Server 0xff9318 1 2011-07-27 10:16:42.861 respond[17733] Server 0xff94f8 1 2011-07-27 10:16:42.861 respond[17733] Accept 904 2011-07-27 10:16:42.861 respond[17733] Server 0xff94f8 4 2011-07-27 10:16:42.861 respond[17733] Done reading 904 2011-07-27 10:16:42.861 respond[17733] Done writing 904 Passed test: test00.m:78 ... respond test 903 OK 2011-07-27 10:16:42.862 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.862 respond[17733] Server 0xffa598 1 2011-07-27 10:16:42.862 respond[17733] Server 0xffa778 1 2011-07-27 10:16:42.862 respond[17733] Accept 903 2011-07-27 10:16:42.862 respond[17733] Server 0xffa778 4 2011-07-27 10:16:42.863 respond[17733] Done reading 903 2011-07-27 10:16:42.863 respond[17733] Done writing 903 Passed test: test00.m:78 ... respond test 902 OK 2011-07-27 10:16:42.863 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.863 respond[17733] Server 0xffb818 1 2011-07-27 10:16:42.864 respond[17733] Server 0xffb9f8 1 2011-07-27 10:16:42.864 respond[17733] Accept 902 2011-07-27 10:16:42.864 respond[17733] Server 0xffb9f8 4 2011-07-27 10:16:42.864 respond[17733] Done reading 902 2011-07-27 10:16:42.864 respond[17733] Done writing 902 Passed test: test00.m:78 ... respond test 901 OK 2011-07-27 10:16:42.865 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.865 respond[17733] Server 0xffca98 1 2011-07-27 10:16:42.865 respond[17733] Server 0xffcc78 1 2011-07-27 10:16:42.865 respond[17733] Accept 901 2011-07-27 10:16:42.865 respond[17733] Server 0xffcc78 4 2011-07-27 10:16:42.865 respond[17733] Done reading 901 2011-07-27 10:16:42.865 respond[17733] Done writing 901 Passed test: test00.m:78 ... respond test 900 OK 2011-07-27 10:16:42.866 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.866 respond[17733] Server 0xffdd18 1 2011-07-27 10:16:42.866 respond[17733] Server 0xffdef8 1 2011-07-27 10:16:42.866 respond[17733] Accept 900 2011-07-27 10:16:42.866 respond[17733] Server 0xffdef8 4 2011-07-27 10:16:42.866 respond[17733] Done reading 900 2011-07-27 10:16:42.866 respond[17733] Done writing 900 Passed test: test00.m:78 ... respond test 899 OK 2011-07-27 10:16:42.867 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.867 respond[17733] Server 0xffef88 1 2011-07-27 10:16:42.867 respond[17733] Server 0xfff188 1 2011-07-27 10:16:42.867 respond[17733] Accept 899 2011-07-27 10:16:42.867 respond[17733] Server 0xfff188 4 2011-07-27 10:16:42.867 respond[17733] Done reading 899 2011-07-27 10:16:42.867 respond[17733] Done writing 899 Passed test: test00.m:78 ... respond test 898 OK 2011-07-27 10:16:42.868 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.870 respond[17733] Server 0x1000228 1 2011-07-27 10:16:42.870 respond[17733] Server 0x10003e8 1 2011-07-27 10:16:42.870 respond[17733] Accept 898 2011-07-27 10:16:42.870 respond[17733] Server 0x10003e8 4 2011-07-27 10:16:42.870 respond[17733] Done reading 898 2011-07-27 10:16:42.870 respond[17733] Done writing 898 Passed test: test00.m:78 ... respond test 897 OK 2011-07-27 10:16:42.871 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.871 respond[17733] Server 0x10014a8 1 2011-07-27 10:16:42.871 respond[17733] Server 0x1001688 1 2011-07-27 10:16:42.871 respond[17733] Accept 897 2011-07-27 10:16:42.871 respond[17733] Server 0x1001688 4 2011-07-27 10:16:42.872 respond[17733] Done reading 897 2011-07-27 10:16:42.872 respond[17733] Done writing 897 Passed test: test00.m:78 ... respond test 896 OK 2011-07-27 10:16:42.872 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.873 respond[17733] Server 0x1002728 1 2011-07-27 10:16:42.873 respond[17733] Server 0x1002908 1 2011-07-27 10:16:42.873 respond[17733] Accept 896 2011-07-27 10:16:42.873 respond[17733] Server 0x1002908 4 2011-07-27 10:16:42.873 respond[17733] Done reading 896 2011-07-27 10:16:42.873 respond[17733] Done writing 896 Passed test: test00.m:78 ... respond test 895 OK 2011-07-27 10:16:42.874 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.874 respond[17733] Server 0x10039a8 1 2011-07-27 10:16:42.874 respond[17733] Server 0x1003b88 1 2011-07-27 10:16:42.874 respond[17733] Accept 895 2011-07-27 10:16:42.874 respond[17733] Server 0x1003b88 4 2011-07-27 10:16:42.874 respond[17733] Done reading 895 2011-07-27 10:16:42.874 respond[17733] Done writing 895 Passed test: test00.m:78 ... respond test 894 OK 2011-07-27 10:16:42.875 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.875 respond[17733] Server 0x1004c28 1 2011-07-27 10:16:42.875 respond[17733] Server 0x1004e08 1 2011-07-27 10:16:42.875 respond[17733] Accept 894 2011-07-27 10:16:42.875 respond[17733] Server 0x1004e08 4 2011-07-27 10:16:42.875 respond[17733] Done reading 894 2011-07-27 10:16:42.875 respond[17733] Done writing 894 Passed test: test00.m:78 ... respond test 893 OK 2011-07-27 10:16:42.876 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.876 respond[17733] Server 0x1005ea8 1 2011-07-27 10:16:42.876 respond[17733] Server 0x1006088 1 2011-07-27 10:16:42.876 respond[17733] Accept 893 2011-07-27 10:16:42.876 respond[17733] Server 0x1006088 4 2011-07-27 10:16:42.876 respond[17733] Done reading 893 2011-07-27 10:16:42.876 respond[17733] Done writing 893 Passed test: test00.m:78 ... respond test 892 OK 2011-07-27 10:16:42.877 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.877 respond[17733] Server 0x1007128 1 2011-07-27 10:16:42.877 respond[17733] Server 0x1007308 1 2011-07-27 10:16:42.877 respond[17733] Accept 892 2011-07-27 10:16:42.877 respond[17733] Server 0x1007308 4 2011-07-27 10:16:42.878 respond[17733] Done reading 892 2011-07-27 10:16:42.878 respond[17733] Done writing 892 Passed test: test00.m:78 ... respond test 891 OK 2011-07-27 10:16:42.878 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.878 respond[17733] Server 0x10083a8 1 2011-07-27 10:16:42.878 respond[17733] Server 0x1008588 1 2011-07-27 10:16:42.878 respond[17733] Accept 891 2011-07-27 10:16:42.879 respond[17733] Server 0x1008588 4 2011-07-27 10:16:42.879 respond[17733] Done reading 891 2011-07-27 10:16:42.879 respond[17733] Done writing 891 Passed test: test00.m:78 ... respond test 890 OK 2011-07-27 10:16:42.880 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.880 respond[17733] Server 0x1009628 1 2011-07-27 10:16:42.880 respond[17733] Server 0x1009808 1 2011-07-27 10:16:42.880 respond[17733] Accept 890 2011-07-27 10:16:42.880 respond[17733] Server 0x1009808 4 2011-07-27 10:16:42.880 respond[17733] Done reading 890 2011-07-27 10:16:42.880 respond[17733] Done writing 890 Passed test: test00.m:78 ... respond test 889 OK 2011-07-27 10:16:42.881 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.881 respond[17733] Server 0x100a8a8 1 2011-07-27 10:16:42.881 respond[17733] Server 0x100aa88 1 2011-07-27 10:16:42.881 respond[17733] Accept 889 2011-07-27 10:16:42.881 respond[17733] Server 0x100aa88 4 2011-07-27 10:16:42.881 respond[17733] Done reading 889 2011-07-27 10:16:42.881 respond[17733] Done writing 889 Passed test: test00.m:78 ... respond test 888 OK 2011-07-27 10:16:42.882 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.882 respond[17733] Server 0x100bb28 1 2011-07-27 10:16:42.882 respond[17733] Server 0x100bd08 1 2011-07-27 10:16:42.882 respond[17733] Accept 888 2011-07-27 10:16:42.882 respond[17733] Server 0x100bd08 4 2011-07-27 10:16:42.882 respond[17733] Done reading 888 2011-07-27 10:16:42.882 respond[17733] Done writing 888 Passed test: test00.m:78 ... respond test 887 OK 2011-07-27 10:16:42.883 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.883 respond[17733] Server 0x100cda8 1 2011-07-27 10:16:42.883 respond[17733] Server 0x100cf88 1 2011-07-27 10:16:42.883 respond[17733] Accept 887 2011-07-27 10:16:42.883 respond[17733] Server 0x100cf88 4 2011-07-27 10:16:42.884 respond[17733] Done reading 887 2011-07-27 10:16:42.884 respond[17733] Done writing 887 Passed test: test00.m:78 ... respond test 886 OK 2011-07-27 10:16:42.885 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.885 respond[17733] Server 0x100e038 1 2011-07-27 10:16:42.885 respond[17733] Server 0x100e218 1 2011-07-27 10:16:42.885 respond[17733] Accept 886 2011-07-27 10:16:42.885 respond[17733] Server 0x100e218 4 2011-07-27 10:16:42.885 respond[17733] Done reading 886 2011-07-27 10:16:42.885 respond[17733] Done writing 886 Passed test: test00.m:78 ... respond test 885 OK 2011-07-27 10:16:42.886 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.886 respond[17733] Server 0x100f2b8 1 2011-07-27 10:16:42.886 respond[17733] Server 0x100f498 1 2011-07-27 10:16:42.886 respond[17733] Accept 885 2011-07-27 10:16:42.886 respond[17733] Server 0x100f498 4 2011-07-27 10:16:42.886 respond[17733] Done reading 885 2011-07-27 10:16:42.886 respond[17733] Done writing 885 Passed test: test00.m:78 ... respond test 884 OK 2011-07-27 10:16:42.887 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.887 respond[17733] Server 0x1010538 1 2011-07-27 10:16:42.887 respond[17733] Server 0x1010718 1 2011-07-27 10:16:42.887 respond[17733] Accept 884 2011-07-27 10:16:42.887 respond[17733] Server 0x1010718 4 2011-07-27 10:16:42.887 respond[17733] Done reading 884 2011-07-27 10:16:42.887 respond[17733] Done writing 884 Passed test: test00.m:78 ... respond test 883 OK 2011-07-27 10:16:42.888 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.888 respond[17733] Server 0x10117b8 1 2011-07-27 10:16:42.888 respond[17733] Server 0x1011998 1 2011-07-27 10:16:42.888 respond[17733] Accept 883 2011-07-27 10:16:42.888 respond[17733] Server 0x1011998 4 2011-07-27 10:16:42.889 respond[17733] Done reading 883 2011-07-27 10:16:42.889 respond[17733] Done writing 883 Passed test: test00.m:78 ... respond test 882 OK 2011-07-27 10:16:42.889 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.889 respond[17733] Server 0x1012a38 1 2011-07-27 10:16:42.889 respond[17733] Server 0x1012c18 1 2011-07-27 10:16:42.889 respond[17733] Accept 882 2011-07-27 10:16:42.890 respond[17733] Server 0x1012c18 4 2011-07-27 10:16:42.890 respond[17733] Done reading 882 2011-07-27 10:16:42.890 respond[17733] Done writing 882 Passed test: test00.m:78 ... respond test 881 OK 2011-07-27 10:16:42.891 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.891 respond[17733] Server 0x1013cb8 1 2011-07-27 10:16:42.891 respond[17733] Server 0x1013e98 1 2011-07-27 10:16:42.891 respond[17733] Accept 881 2011-07-27 10:16:42.891 respond[17733] Server 0x1013e98 4 2011-07-27 10:16:42.891 respond[17733] Done reading 881 2011-07-27 10:16:42.891 respond[17733] Done writing 881 Passed test: test00.m:78 ... respond test 880 OK 2011-07-27 10:16:42.892 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.892 respond[17733] Server 0x1014f38 1 2011-07-27 10:16:42.892 respond[17733] Server 0x1015118 1 2011-07-27 10:16:42.892 respond[17733] Accept 880 2011-07-27 10:16:42.892 respond[17733] Server 0x1015118 4 2011-07-27 10:16:42.892 respond[17733] Done reading 880 2011-07-27 10:16:42.892 respond[17733] Done writing 880 Passed test: test00.m:78 ... respond test 879 OK 2011-07-27 10:16:42.893 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.893 respond[17733] Server 0x10161b8 1 2011-07-27 10:16:42.893 respond[17733] Server 0x1016398 1 2011-07-27 10:16:42.893 respond[17733] Accept 879 2011-07-27 10:16:42.893 respond[17733] Server 0x1016398 4 2011-07-27 10:16:42.893 respond[17733] Done reading 879 2011-07-27 10:16:42.893 respond[17733] Done writing 879 Passed test: test00.m:78 ... respond test 878 OK 2011-07-27 10:16:42.894 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.894 respond[17733] Server 0x1017438 1 2011-07-27 10:16:42.894 respond[17733] Server 0x1017618 1 2011-07-27 10:16:42.894 respond[17733] Accept 878 2011-07-27 10:16:42.894 respond[17733] Server 0x1017618 4 2011-07-27 10:16:42.895 respond[17733] Done reading 878 2011-07-27 10:16:42.895 respond[17733] Done writing 878 Passed test: test00.m:78 ... respond test 877 OK 2011-07-27 10:16:42.895 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.895 respond[17733] Server 0x10186b8 1 2011-07-27 10:16:42.895 respond[17733] Server 0x1018898 1 2011-07-27 10:16:42.895 respond[17733] Accept 877 2011-07-27 10:16:42.895 respond[17733] Server 0x1018898 4 2011-07-27 10:16:42.896 respond[17733] Done reading 877 2011-07-27 10:16:42.896 respond[17733] Done writing 877 Passed test: test00.m:78 ... respond test 876 OK 2011-07-27 10:16:42.897 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.897 respond[17733] Server 0x1019938 1 2011-07-27 10:16:42.897 respond[17733] Server 0x1019b18 1 2011-07-27 10:16:42.897 respond[17733] Accept 876 2011-07-27 10:16:42.897 respond[17733] Server 0x1019b18 4 2011-07-27 10:16:42.897 respond[17733] Done reading 876 2011-07-27 10:16:42.897 respond[17733] Done writing 876 Passed test: test00.m:78 ... respond test 875 OK 2011-07-27 10:16:42.898 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.898 respond[17733] Server 0x101abb8 1 2011-07-27 10:16:42.898 respond[17733] Server 0x101ad98 1 2011-07-27 10:16:42.898 respond[17733] Accept 875 2011-07-27 10:16:42.898 respond[17733] Server 0x101ad98 4 2011-07-27 10:16:42.898 respond[17733] Done reading 875 2011-07-27 10:16:42.898 respond[17733] Done writing 875 Passed test: test00.m:78 ... respond test 874 OK 2011-07-27 10:16:42.899 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.899 respond[17733] Server 0x101be38 1 2011-07-27 10:16:42.899 respond[17733] Server 0x101c018 1 2011-07-27 10:16:42.899 respond[17733] Accept 874 2011-07-27 10:16:42.899 respond[17733] Server 0x101c018 4 2011-07-27 10:16:42.899 respond[17733] Done reading 874 2011-07-27 10:16:42.899 respond[17733] Done writing 874 Passed test: test00.m:78 ... respond test 873 OK 2011-07-27 10:16:42.900 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.900 respond[17733] Server 0x101d0b8 1 2011-07-27 10:16:42.900 respond[17733] Server 0x101d298 1 2011-07-27 10:16:42.900 respond[17733] Accept 873 2011-07-27 10:16:42.900 respond[17733] Server 0x101d298 4 2011-07-27 10:16:42.900 respond[17733] Done reading 873 2011-07-27 10:16:42.900 respond[17733] Done writing 873 Passed test: test00.m:78 ... respond test 872 OK 2011-07-27 10:16:42.901 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.901 respond[17733] Server 0x101e338 1 2011-07-27 10:16:42.901 respond[17733] Server 0x101e518 1 2011-07-27 10:16:42.901 respond[17733] Accept 872 2011-07-27 10:16:42.901 respond[17733] Server 0x101e518 4 2011-07-27 10:16:42.902 respond[17733] Done reading 872 2011-07-27 10:16:42.902 respond[17733] Done writing 872 Passed test: test00.m:78 ... respond test 871 OK 2011-07-27 10:16:42.902 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.903 respond[17733] Server 0x101f5c8 1 2011-07-27 10:16:42.903 respond[17733] Server 0x101f7a8 1 2011-07-27 10:16:42.903 respond[17733] Accept 871 2011-07-27 10:16:42.903 respond[17733] Server 0x101f7a8 4 2011-07-27 10:16:42.903 respond[17733] Done reading 871 2011-07-27 10:16:42.903 respond[17733] Done writing 871 Passed test: test00.m:78 ... respond test 870 OK 2011-07-27 10:16:42.904 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.904 respond[17733] Server 0x1020848 1 2011-07-27 10:16:42.904 respond[17733] Server 0x1020a28 1 2011-07-27 10:16:42.904 respond[17733] Accept 870 2011-07-27 10:16:42.904 respond[17733] Server 0x1020a28 4 2011-07-27 10:16:42.904 respond[17733] Done reading 870 2011-07-27 10:16:42.904 respond[17733] Done writing 870 Passed test: test00.m:78 ... respond test 869 OK 2011-07-27 10:16:42.905 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.905 respond[17733] Server 0x1021ac8 1 2011-07-27 10:16:42.905 respond[17733] Server 0x1021ca8 1 2011-07-27 10:16:42.905 respond[17733] Accept 869 2011-07-27 10:16:42.905 respond[17733] Server 0x1021ca8 4 2011-07-27 10:16:42.905 respond[17733] Done reading 869 2011-07-27 10:16:42.905 respond[17733] Done writing 869 Passed test: test00.m:78 ... respond test 868 OK 2011-07-27 10:16:42.906 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.906 respond[17733] Server 0x1022d48 1 2011-07-27 10:16:42.906 respond[17733] Server 0x1022f28 1 2011-07-27 10:16:42.906 respond[17733] Accept 868 2011-07-27 10:16:42.906 respond[17733] Server 0x1022f28 4 2011-07-27 10:16:42.906 respond[17733] Done reading 868 2011-07-27 10:16:42.906 respond[17733] Done writing 868 Passed test: test00.m:78 ... respond test 867 OK 2011-07-27 10:16:42.907 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.907 respond[17733] Server 0x1023fc8 1 2011-07-27 10:16:42.907 respond[17733] Server 0x10241a8 1 2011-07-27 10:16:42.907 respond[17733] Accept 867 2011-07-27 10:16:42.907 respond[17733] Server 0x10241a8 4 2011-07-27 10:16:42.908 respond[17733] Done reading 867 2011-07-27 10:16:42.908 respond[17733] Done writing 867 Passed test: test00.m:78 ... respond test 866 OK 2011-07-27 10:16:42.908 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.909 respond[17733] Server 0x1025248 1 2011-07-27 10:16:42.909 respond[17733] Server 0x1025428 1 2011-07-27 10:16:42.909 respond[17733] Accept 866 2011-07-27 10:16:42.909 respond[17733] Server 0x1025428 4 2011-07-27 10:16:42.909 respond[17733] Done reading 866 2011-07-27 10:16:42.909 respond[17733] Done writing 866 Passed test: test00.m:78 ... respond test 865 OK 2011-07-27 10:16:42.910 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.910 respond[17733] Server 0x10264c8 1 2011-07-27 10:16:42.910 respond[17733] Server 0x10266a8 1 2011-07-27 10:16:42.910 respond[17733] Accept 865 2011-07-27 10:16:42.910 respond[17733] Server 0x10266a8 4 2011-07-27 10:16:42.910 respond[17733] Done reading 865 2011-07-27 10:16:42.910 respond[17733] Done writing 865 Passed test: test00.m:78 ... respond test 864 OK 2011-07-27 10:16:42.911 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.911 respond[17733] Server 0x1027748 1 2011-07-27 10:16:42.911 respond[17733] Server 0x1027928 1 2011-07-27 10:16:42.911 respond[17733] Accept 864 2011-07-27 10:16:42.911 respond[17733] Server 0x1027928 4 2011-07-27 10:16:42.911 respond[17733] Done reading 864 2011-07-27 10:16:42.911 respond[17733] Done writing 864 Passed test: test00.m:78 ... respond test 863 OK 2011-07-27 10:16:42.912 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.912 respond[17733] Server 0x10289c8 1 2011-07-27 10:16:42.912 respond[17733] Server 0x1028ba8 1 2011-07-27 10:16:42.912 respond[17733] Accept 863 2011-07-27 10:16:42.912 respond[17733] Server 0x1028ba8 4 2011-07-27 10:16:42.912 respond[17733] Done reading 863 2011-07-27 10:16:42.912 respond[17733] Done writing 863 Passed test: test00.m:78 ... respond test 862 OK 2011-07-27 10:16:42.913 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.913 respond[17733] Server 0x1029c48 1 2011-07-27 10:16:42.913 respond[17733] Server 0x1029e28 1 2011-07-27 10:16:42.913 respond[17733] Accept 862 2011-07-27 10:16:42.913 respond[17733] Server 0x1029e28 4 2011-07-27 10:16:42.914 respond[17733] Done reading 862 2011-07-27 10:16:42.914 respond[17733] Done writing 862 Passed test: test00.m:78 ... respond test 861 OK 2011-07-27 10:16:42.914 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.915 respond[17733] Server 0x102aec8 1 2011-07-27 10:16:42.915 respond[17733] Server 0x102b0a8 1 2011-07-27 10:16:42.915 respond[17733] Accept 861 2011-07-27 10:16:42.915 respond[17733] Server 0x102b0a8 4 2011-07-27 10:16:42.915 respond[17733] Done reading 861 2011-07-27 10:16:42.915 respond[17733] Done writing 861 Passed test: test00.m:78 ... respond test 860 OK 2011-07-27 10:16:42.916 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.916 respond[17733] Server 0x102c148 1 2011-07-27 10:16:42.916 respond[17733] Server 0x102c328 1 2011-07-27 10:16:42.916 respond[17733] Accept 860 2011-07-27 10:16:42.916 respond[17733] Server 0x102c328 4 2011-07-27 10:16:42.916 respond[17733] Done reading 860 2011-07-27 10:16:42.916 respond[17733] Done writing 860 Passed test: test00.m:78 ... respond test 859 OK 2011-07-27 10:16:42.917 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.917 respond[17733] Server 0x102d3c8 1 2011-07-27 10:16:42.917 respond[17733] Server 0x102d5a8 1 2011-07-27 10:16:42.917 respond[17733] Accept 859 2011-07-27 10:16:42.917 respond[17733] Server 0x102d5a8 4 2011-07-27 10:16:42.917 respond[17733] Done reading 859 2011-07-27 10:16:42.917 respond[17733] Done writing 859 Passed test: test00.m:78 ... respond test 858 OK 2011-07-27 10:16:42.918 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.918 respond[17733] Server 0x102e648 1 2011-07-27 10:16:42.918 respond[17733] Server 0x102e828 1 2011-07-27 10:16:42.918 respond[17733] Accept 858 2011-07-27 10:16:42.918 respond[17733] Server 0x102e828 4 2011-07-27 10:16:42.918 respond[17733] Done reading 858 2011-07-27 10:16:42.918 respond[17733] Done writing 858 Passed test: test00.m:78 ... respond test 857 OK 2011-07-27 10:16:42.919 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.919 respond[17733] Server 0x102f8c8 1 2011-07-27 10:16:42.919 respond[17733] Server 0x102faa8 1 2011-07-27 10:16:42.919 respond[17733] Accept 857 2011-07-27 10:16:42.919 respond[17733] Server 0x102faa8 4 2011-07-27 10:16:42.920 respond[17733] Done reading 857 2011-07-27 10:16:42.920 respond[17733] Done writing 857 Passed test: test00.m:78 ... respond test 856 OK 2011-07-27 10:16:42.920 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.921 respond[17733] Server 0x1030b48 1 2011-07-27 10:16:42.921 respond[17733] Server 0x1030d28 1 2011-07-27 10:16:42.921 respond[17733] Accept 856 2011-07-27 10:16:42.921 respond[17733] Server 0x1030d28 4 2011-07-27 10:16:42.921 respond[17733] Done reading 856 2011-07-27 10:16:42.921 respond[17733] Done writing 856 Passed test: test00.m:78 ... respond test 855 OK 2011-07-27 10:16:42.922 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.922 respond[17733] Server 0x1031dc8 1 2011-07-27 10:16:42.922 respond[17733] Server 0x1031fa8 1 2011-07-27 10:16:42.922 respond[17733] Accept 855 2011-07-27 10:16:42.922 respond[17733] Server 0x1031fa8 4 2011-07-27 10:16:42.922 respond[17733] Done reading 855 2011-07-27 10:16:42.922 respond[17733] Done writing 855 Passed test: test00.m:78 ... respond test 854 OK 2011-07-27 10:16:42.923 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.923 respond[17733] Server 0x1033048 1 2011-07-27 10:16:42.923 respond[17733] Server 0x1033228 1 2011-07-27 10:16:42.923 respond[17733] Accept 854 2011-07-27 10:16:42.923 respond[17733] Server 0x1033228 4 2011-07-27 10:16:42.923 respond[17733] Done reading 854 2011-07-27 10:16:42.923 respond[17733] Done writing 854 Passed test: test00.m:78 ... respond test 853 OK 2011-07-27 10:16:42.924 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.924 respond[17733] Server 0x10342c8 1 2011-07-27 10:16:42.924 respond[17733] Server 0x10344a8 1 2011-07-27 10:16:42.924 respond[17733] Accept 853 2011-07-27 10:16:42.924 respond[17733] Server 0x10344a8 4 2011-07-27 10:16:42.924 respond[17733] Done reading 853 2011-07-27 10:16:42.925 respond[17733] Done writing 853 Passed test: test00.m:78 ... respond test 852 OK 2011-07-27 10:16:42.925 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.925 respond[17733] Server 0x1035548 1 2011-07-27 10:16:42.925 respond[17733] Server 0x1035728 1 2011-07-27 10:16:42.925 respond[17733] Accept 852 2011-07-27 10:16:42.925 respond[17733] Server 0x1035728 4 2011-07-27 10:16:42.926 respond[17733] Done reading 852 2011-07-27 10:16:42.926 respond[17733] Done writing 852 Passed test: test00.m:78 ... respond test 851 OK 2011-07-27 10:16:42.926 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.927 respond[17733] Server 0x10367c8 1 2011-07-27 10:16:42.927 respond[17733] Server 0x10369a8 1 2011-07-27 10:16:42.927 respond[17733] Accept 851 2011-07-27 10:16:42.927 respond[17733] Server 0x10369a8 4 2011-07-27 10:16:42.927 respond[17733] Done reading 851 2011-07-27 10:16:42.927 respond[17733] Done writing 851 Passed test: test00.m:78 ... respond test 850 OK 2011-07-27 10:16:42.928 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.928 respond[17733] Server 0x1037a48 1 2011-07-27 10:16:42.928 respond[17733] Server 0x1037c28 1 2011-07-27 10:16:42.928 respond[17733] Accept 850 2011-07-27 10:16:42.928 respond[17733] Server 0x1037c28 4 2011-07-27 10:16:42.928 respond[17733] Done reading 850 2011-07-27 10:16:42.928 respond[17733] Done writing 850 Passed test: test00.m:78 ... respond test 849 OK 2011-07-27 10:16:42.929 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.929 respond[17733] Server 0x1038cc8 1 2011-07-27 10:16:42.929 respond[17733] Server 0x1038ea8 1 2011-07-27 10:16:42.929 respond[17733] Accept 849 2011-07-27 10:16:42.929 respond[17733] Server 0x1038ea8 4 2011-07-27 10:16:42.929 respond[17733] Done reading 849 2011-07-27 10:16:42.929 respond[17733] Done writing 849 Passed test: test00.m:78 ... respond test 848 OK 2011-07-27 10:16:42.930 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.930 respond[17733] Server 0x1039f48 1 2011-07-27 10:16:42.930 respond[17733] Server 0x103a128 1 2011-07-27 10:16:42.930 respond[17733] Accept 848 2011-07-27 10:16:42.930 respond[17733] Server 0x103a128 4 2011-07-27 10:16:42.930 respond[17733] Done reading 848 2011-07-27 10:16:42.931 respond[17733] Done writing 848 Passed test: test00.m:78 ... respond test 847 OK 2011-07-27 10:16:42.931 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.931 respond[17733] Server 0x103b1c8 1 2011-07-27 10:16:42.931 respond[17733] Server 0x103b3a8 1 2011-07-27 10:16:42.931 respond[17733] Accept 847 2011-07-27 10:16:42.931 respond[17733] Server 0x103b3a8 4 2011-07-27 10:16:42.932 respond[17733] Done reading 847 2011-07-27 10:16:42.932 respond[17733] Done writing 847 Passed test: test00.m:78 ... respond test 846 OK 2011-07-27 10:16:42.932 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.933 respond[17733] Server 0x103c448 1 2011-07-27 10:16:42.933 respond[17733] Server 0x103c628 1 2011-07-27 10:16:42.933 respond[17733] Accept 846 2011-07-27 10:16:42.933 respond[17733] Server 0x103c628 4 2011-07-27 10:16:42.933 respond[17733] Done reading 846 2011-07-27 10:16:42.933 respond[17733] Done writing 846 Passed test: test00.m:78 ... respond test 845 OK 2011-07-27 10:16:42.934 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.934 respond[17733] Server 0x103d6c8 1 2011-07-27 10:16:42.934 respond[17733] Server 0x103d8a8 1 2011-07-27 10:16:42.934 respond[17733] Accept 845 2011-07-27 10:16:42.934 respond[17733] Server 0x103d8a8 4 2011-07-27 10:16:42.934 respond[17733] Done reading 845 2011-07-27 10:16:42.934 respond[17733] Done writing 845 Passed test: test00.m:78 ... respond test 844 OK 2011-07-27 10:16:42.935 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.935 respond[17733] Server 0x103e948 1 2011-07-27 10:16:42.935 respond[17733] Server 0x103eb28 1 2011-07-27 10:16:42.935 respond[17733] Accept 844 2011-07-27 10:16:42.935 respond[17733] Server 0x103eb28 4 2011-07-27 10:16:42.935 respond[17733] Done reading 844 2011-07-27 10:16:42.935 respond[17733] Done writing 844 Passed test: test00.m:78 ... respond test 843 OK 2011-07-27 10:16:42.936 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.936 respond[17733] Server 0x103fbc8 1 2011-07-27 10:16:42.936 respond[17733] Server 0x103fda8 1 2011-07-27 10:16:42.936 respond[17733] Accept 843 2011-07-27 10:16:42.936 respond[17733] Server 0x103fda8 4 2011-07-27 10:16:42.936 respond[17733] Done reading 843 2011-07-27 10:16:42.937 respond[17733] Done writing 843 Passed test: test00.m:78 ... respond test 842 OK 2011-07-27 10:16:42.937 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.937 respond[17733] Server 0x1040e48 1 2011-07-27 10:16:42.937 respond[17733] Server 0x1041028 1 2011-07-27 10:16:42.937 respond[17733] Accept 842 2011-07-27 10:16:42.937 respond[17733] Server 0x1041028 4 2011-07-27 10:16:42.938 respond[17733] Done reading 842 2011-07-27 10:16:42.938 respond[17733] Done writing 842 Passed test: test00.m:78 ... respond test 841 OK 2011-07-27 10:16:42.938 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.939 respond[17733] Server 0x10420c8 1 2011-07-27 10:16:42.939 respond[17733] Server 0x10422a8 1 2011-07-27 10:16:42.939 respond[17733] Accept 841 2011-07-27 10:16:42.939 respond[17733] Server 0x10422a8 4 2011-07-27 10:16:42.939 respond[17733] Done reading 841 2011-07-27 10:16:42.939 respond[17733] Done writing 841 Passed test: test00.m:78 ... respond test 840 OK 2011-07-27 10:16:42.940 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.940 respond[17733] Server 0x1043348 1 2011-07-27 10:16:42.940 respond[17733] Server 0x1043528 1 2011-07-27 10:16:42.940 respond[17733] Accept 840 2011-07-27 10:16:42.940 respond[17733] Server 0x1043528 4 2011-07-27 10:16:42.940 respond[17733] Done reading 840 2011-07-27 10:16:42.940 respond[17733] Done writing 840 Passed test: test00.m:78 ... respond test 839 OK 2011-07-27 10:16:42.941 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.941 respond[17733] Server 0x10445c8 1 2011-07-27 10:16:42.941 respond[17733] Server 0x10447a8 1 2011-07-27 10:16:42.941 respond[17733] Accept 839 2011-07-27 10:16:42.941 respond[17733] Server 0x10447a8 4 2011-07-27 10:16:42.941 respond[17733] Done reading 839 2011-07-27 10:16:42.941 respond[17733] Done writing 839 Passed test: test00.m:78 ... respond test 838 OK 2011-07-27 10:16:42.942 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.942 respond[17733] Server 0x1045848 1 2011-07-27 10:16:42.942 respond[17733] Server 0x1045a28 1 2011-07-27 10:16:42.942 respond[17733] Accept 838 2011-07-27 10:16:42.942 respond[17733] Server 0x1045a28 4 2011-07-27 10:16:42.942 respond[17733] Done reading 838 2011-07-27 10:16:42.942 respond[17733] Done writing 838 Passed test: test00.m:78 ... respond test 837 OK 2011-07-27 10:16:42.943 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.943 respond[17733] Server 0x1046ac8 1 2011-07-27 10:16:42.943 respond[17733] Server 0x1046ca8 1 2011-07-27 10:16:42.943 respond[17733] Accept 837 2011-07-27 10:16:42.943 respond[17733] Server 0x1046ca8 4 2011-07-27 10:16:42.944 respond[17733] Done reading 837 2011-07-27 10:16:42.944 respond[17733] Done writing 837 Passed test: test00.m:78 ... respond test 836 OK 2011-07-27 10:16:42.944 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.945 respond[17733] Server 0x1047d48 1 2011-07-27 10:16:42.945 respond[17733] Server 0x1047f28 1 2011-07-27 10:16:42.945 respond[17733] Accept 836 2011-07-27 10:16:42.945 respond[17733] Server 0x1047f28 4 2011-07-27 10:16:42.945 respond[17733] Done reading 836 2011-07-27 10:16:42.945 respond[17733] Done writing 836 Passed test: test00.m:78 ... respond test 835 OK 2011-07-27 10:16:42.946 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.946 respond[17733] Server 0x1048fc8 1 2011-07-27 10:16:42.946 respond[17733] Server 0x10491a8 1 2011-07-27 10:16:42.946 respond[17733] Accept 835 2011-07-27 10:16:42.946 respond[17733] Server 0x10491a8 4 2011-07-27 10:16:42.946 respond[17733] Done reading 835 2011-07-27 10:16:42.946 respond[17733] Done writing 835 Passed test: test00.m:78 ... respond test 834 OK 2011-07-27 10:16:42.947 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.947 respond[17733] Server 0x104a248 1 2011-07-27 10:16:42.947 respond[17733] Server 0x104a428 1 2011-07-27 10:16:42.947 respond[17733] Accept 834 2011-07-27 10:16:42.947 respond[17733] Server 0x104a428 4 2011-07-27 10:16:42.947 respond[17733] Done reading 834 2011-07-27 10:16:42.947 respond[17733] Done writing 834 Passed test: test00.m:78 ... respond test 833 OK 2011-07-27 10:16:42.948 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.948 respond[17733] Server 0x104b4c8 1 2011-07-27 10:16:42.948 respond[17733] Server 0x104b6a8 1 2011-07-27 10:16:42.948 respond[17733] Accept 833 2011-07-27 10:16:42.948 respond[17733] Server 0x104b6a8 4 2011-07-27 10:16:42.948 respond[17733] Done reading 833 2011-07-27 10:16:42.948 respond[17733] Done writing 833 Passed test: test00.m:78 ... respond test 832 OK 2011-07-27 10:16:42.949 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.949 respond[17733] Server 0x104c748 1 2011-07-27 10:16:42.949 respond[17733] Server 0x104c928 1 2011-07-27 10:16:42.949 respond[17733] Accept 832 2011-07-27 10:16:42.949 respond[17733] Server 0x104c928 4 2011-07-27 10:16:42.950 respond[17733] Done reading 832 2011-07-27 10:16:42.950 respond[17733] Done writing 832 Passed test: test00.m:78 ... respond test 831 OK 2011-07-27 10:16:42.951 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.951 respond[17733] Server 0x104d9c8 1 2011-07-27 10:16:42.951 respond[17733] Server 0x104dba8 1 2011-07-27 10:16:42.951 respond[17733] Accept 831 2011-07-27 10:16:42.951 respond[17733] Server 0x104dba8 4 2011-07-27 10:16:42.951 respond[17733] Done reading 831 2011-07-27 10:16:42.951 respond[17733] Done writing 831 Passed test: test00.m:78 ... respond test 830 OK 2011-07-27 10:16:42.952 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.952 respond[17733] Server 0x104ec48 1 2011-07-27 10:16:42.952 respond[17733] Server 0x104ee28 1 2011-07-27 10:16:42.952 respond[17733] Accept 830 2011-07-27 10:16:42.952 respond[17733] Server 0x104ee28 4 2011-07-27 10:16:42.953 respond[17733] Done reading 830 2011-07-27 10:16:42.953 respond[17733] Done writing 830 Passed test: test00.m:78 ... respond test 829 OK 2011-07-27 10:16:42.953 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.953 respond[17733] Server 0x104fec8 1 2011-07-27 10:16:42.953 respond[17733] Server 0x10500a8 1 2011-07-27 10:16:42.954 respond[17733] Accept 829 2011-07-27 10:16:42.954 respond[17733] Server 0x10500a8 4 2011-07-27 10:16:42.954 respond[17733] Done reading 829 2011-07-27 10:16:42.954 respond[17733] Done writing 829 Passed test: test00.m:78 ... respond test 828 OK 2011-07-27 10:16:42.955 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.955 respond[17733] Server 0x1051148 1 2011-07-27 10:16:42.955 respond[17733] Server 0x1051328 1 2011-07-27 10:16:42.955 respond[17733] Accept 828 2011-07-27 10:16:42.955 respond[17733] Server 0x1051328 4 2011-07-27 10:16:42.955 respond[17733] Done reading 828 2011-07-27 10:16:42.955 respond[17733] Done writing 828 Passed test: test00.m:78 ... respond test 827 OK 2011-07-27 10:16:42.956 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.956 respond[17733] Server 0x10523c8 1 2011-07-27 10:16:42.956 respond[17733] Server 0x10525a8 1 2011-07-27 10:16:42.956 respond[17733] Accept 827 2011-07-27 10:16:42.956 respond[17733] Server 0x10525a8 4 2011-07-27 10:16:42.956 respond[17733] Done reading 827 2011-07-27 10:16:42.956 respond[17733] Done writing 827 Passed test: test00.m:78 ... respond test 826 OK 2011-07-27 10:16:42.957 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.957 respond[17733] Server 0x1053648 1 2011-07-27 10:16:42.957 respond[17733] Server 0x1053828 1 2011-07-27 10:16:42.957 respond[17733] Accept 826 2011-07-27 10:16:42.957 respond[17733] Server 0x1053828 4 2011-07-27 10:16:42.957 respond[17733] Done reading 826 2011-07-27 10:16:42.957 respond[17733] Done writing 826 Passed test: test00.m:78 ... respond test 825 OK 2011-07-27 10:16:42.958 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.958 respond[17733] Server 0x10548c8 1 2011-07-27 10:16:42.958 respond[17733] Server 0x1054aa8 1 2011-07-27 10:16:42.958 respond[17733] Accept 825 2011-07-27 10:16:42.958 respond[17733] Server 0x1054aa8 4 2011-07-27 10:16:42.959 respond[17733] Done reading 825 2011-07-27 10:16:42.959 respond[17733] Done writing 825 Passed test: test00.m:78 ... respond test 824 OK 2011-07-27 10:16:42.959 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.959 respond[17733] Server 0x1055b48 1 2011-07-27 10:16:42.959 respond[17733] Server 0x1055d28 1 2011-07-27 10:16:42.960 respond[17733] Accept 824 2011-07-27 10:16:42.960 respond[17733] Server 0x1055d28 4 2011-07-27 10:16:42.960 respond[17733] Done reading 824 2011-07-27 10:16:42.960 respond[17733] Done writing 824 Passed test: test00.m:78 ... respond test 823 OK 2011-07-27 10:16:42.961 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.961 respond[17733] Server 0x1056dc8 1 2011-07-27 10:16:42.961 respond[17733] Server 0x1056fa8 1 2011-07-27 10:16:42.961 respond[17733] Accept 823 2011-07-27 10:16:42.961 respond[17733] Server 0x1056fa8 4 2011-07-27 10:16:42.961 respond[17733] Done reading 823 2011-07-27 10:16:42.961 respond[17733] Done writing 823 Passed test: test00.m:78 ... respond test 822 OK 2011-07-27 10:16:42.962 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.962 respond[17733] Server 0x1058048 1 2011-07-27 10:16:42.962 respond[17733] Server 0x1058228 1 2011-07-27 10:16:42.962 respond[17733] Accept 822 2011-07-27 10:16:42.962 respond[17733] Server 0x1058228 4 2011-07-27 10:16:42.962 respond[17733] Done reading 822 2011-07-27 10:16:42.962 respond[17733] Done writing 822 Passed test: test00.m:78 ... respond test 821 OK 2011-07-27 10:16:42.963 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.963 respond[17733] Server 0x10592c8 1 2011-07-27 10:16:42.963 respond[17733] Server 0x10594a8 1 2011-07-27 10:16:42.963 respond[17733] Accept 821 2011-07-27 10:16:42.963 respond[17733] Server 0x10594a8 4 2011-07-27 10:16:42.963 respond[17733] Done reading 821 2011-07-27 10:16:42.963 respond[17733] Done writing 821 Passed test: test00.m:78 ... respond test 820 OK 2011-07-27 10:16:42.964 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.964 respond[17733] Server 0x105a548 1 2011-07-27 10:16:42.964 respond[17733] Server 0x105a728 1 2011-07-27 10:16:42.964 respond[17733] Accept 820 2011-07-27 10:16:42.964 respond[17733] Server 0x105a728 4 2011-07-27 10:16:42.965 respond[17733] Done reading 820 2011-07-27 10:16:42.965 respond[17733] Done writing 820 Passed test: test00.m:78 ... respond test 819 OK 2011-07-27 10:16:42.965 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.965 respond[17733] Server 0x105b7c8 1 2011-07-27 10:16:42.965 respond[17733] Server 0x105b9a8 1 2011-07-27 10:16:42.965 respond[17733] Accept 819 2011-07-27 10:16:42.966 respond[17733] Server 0x105b9a8 4 2011-07-27 10:16:42.966 respond[17733] Done reading 819 2011-07-27 10:16:42.966 respond[17733] Done writing 819 Passed test: test00.m:78 ... respond test 818 OK 2011-07-27 10:16:42.967 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.967 respond[17733] Server 0x105ca48 1 2011-07-27 10:16:42.967 respond[17733] Server 0x105cc28 1 2011-07-27 10:16:42.967 respond[17733] Accept 818 2011-07-27 10:16:42.967 respond[17733] Server 0x105cc28 4 2011-07-27 10:16:42.967 respond[17733] Done reading 818 2011-07-27 10:16:42.967 respond[17733] Done writing 818 Passed test: test00.m:78 ... respond test 817 OK 2011-07-27 10:16:42.968 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.968 respond[17733] Server 0x105dcc8 1 2011-07-27 10:16:42.968 respond[17733] Server 0x105dea8 1 2011-07-27 10:16:42.968 respond[17733] Accept 817 2011-07-27 10:16:42.968 respond[17733] Server 0x105dea8 4 2011-07-27 10:16:42.968 respond[17733] Done reading 817 2011-07-27 10:16:42.968 respond[17733] Done writing 817 Passed test: test00.m:78 ... respond test 816 OK 2011-07-27 10:16:42.969 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.969 respond[17733] Server 0x105ef48 1 2011-07-27 10:16:42.969 respond[17733] Server 0x105f128 1 2011-07-27 10:16:42.969 respond[17733] Accept 816 2011-07-27 10:16:42.969 respond[17733] Server 0x105f128 4 2011-07-27 10:16:42.969 respond[17733] Done reading 816 2011-07-27 10:16:42.969 respond[17733] Done writing 816 Passed test: test00.m:78 ... respond test 815 OK 2011-07-27 10:16:42.970 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.970 respond[17733] Server 0x10601c8 1 2011-07-27 10:16:42.970 respond[17733] Server 0x10603a8 1 2011-07-27 10:16:42.970 respond[17733] Accept 815 2011-07-27 10:16:42.970 respond[17733] Server 0x10603a8 4 2011-07-27 10:16:42.971 respond[17733] Done reading 815 2011-07-27 10:16:42.971 respond[17733] Done writing 815 Passed test: test00.m:78 ... respond test 814 OK 2011-07-27 10:16:42.971 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.971 respond[17733] Server 0x1061448 1 2011-07-27 10:16:42.972 respond[17733] Server 0x1061628 1 2011-07-27 10:16:42.972 respond[17733] Accept 814 2011-07-27 10:16:42.972 respond[17733] Server 0x1061628 4 2011-07-27 10:16:42.972 respond[17733] Done reading 814 2011-07-27 10:16:42.972 respond[17733] Done writing 814 Passed test: test00.m:78 ... respond test 813 OK 2011-07-27 10:16:42.973 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.973 respond[17733] Server 0x10626c8 1 2011-07-27 10:16:42.973 respond[17733] Server 0x10628a8 1 2011-07-27 10:16:42.973 respond[17733] Accept 813 2011-07-27 10:16:42.973 respond[17733] Server 0x10628a8 4 2011-07-27 10:16:42.973 respond[17733] Done reading 813 2011-07-27 10:16:42.973 respond[17733] Done writing 813 Passed test: test00.m:78 ... respond test 812 OK 2011-07-27 10:16:42.974 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.974 respond[17733] Server 0x1063948 1 2011-07-27 10:16:42.974 respond[17733] Server 0x1063b28 1 2011-07-27 10:16:42.974 respond[17733] Accept 812 2011-07-27 10:16:42.974 respond[17733] Server 0x1063b28 4 2011-07-27 10:16:42.974 respond[17733] Done reading 812 2011-07-27 10:16:42.974 respond[17733] Done writing 812 Passed test: test00.m:78 ... respond test 811 OK 2011-07-27 10:16:42.975 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.975 respond[17733] Server 0x1064bc8 1 2011-07-27 10:16:42.975 respond[17733] Server 0x1064da8 1 2011-07-27 10:16:42.975 respond[17733] Accept 811 2011-07-27 10:16:42.975 respond[17733] Server 0x1064da8 4 2011-07-27 10:16:42.975 respond[17733] Done reading 811 2011-07-27 10:16:42.976 respond[17733] Done writing 811 Passed test: test00.m:78 ... respond test 810 OK 2011-07-27 10:16:42.976 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.976 respond[17733] Server 0x1065e48 1 2011-07-27 10:16:42.976 respond[17733] Server 0x1066028 1 2011-07-27 10:16:42.976 respond[17733] Accept 810 2011-07-27 10:16:42.976 respond[17733] Server 0x1066028 4 2011-07-27 10:16:42.977 respond[17733] Done reading 810 2011-07-27 10:16:42.977 respond[17733] Done writing 810 Passed test: test00.m:78 ... respond test 809 OK 2011-07-27 10:16:42.977 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.978 respond[17733] Server 0x10670c8 1 2011-07-27 10:16:42.978 respond[17733] Server 0x10672a8 1 2011-07-27 10:16:42.978 respond[17733] Accept 809 2011-07-27 10:16:42.978 respond[17733] Server 0x10672a8 4 2011-07-27 10:16:42.978 respond[17733] Done reading 809 2011-07-27 10:16:42.978 respond[17733] Done writing 809 Passed test: test00.m:78 ... respond test 808 OK 2011-07-27 10:16:42.979 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.979 respond[17733] Server 0x1068348 1 2011-07-27 10:16:42.979 respond[17733] Server 0x1068528 1 2011-07-27 10:16:42.979 respond[17733] Accept 808 2011-07-27 10:16:42.979 respond[17733] Server 0x1068528 4 2011-07-27 10:16:42.979 respond[17733] Done reading 808 2011-07-27 10:16:42.979 respond[17733] Done writing 808 Passed test: test00.m:78 ... respond test 807 OK 2011-07-27 10:16:42.980 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.980 respond[17733] Server 0x10695c8 1 2011-07-27 10:16:42.980 respond[17733] Server 0x10697a8 1 2011-07-27 10:16:42.980 respond[17733] Accept 807 2011-07-27 10:16:42.980 respond[17733] Server 0x10697a8 4 2011-07-27 10:16:42.980 respond[17733] Done reading 807 2011-07-27 10:16:42.980 respond[17733] Done writing 807 Passed test: test00.m:78 ... respond test 806 OK 2011-07-27 10:16:42.981 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.981 respond[17733] Server 0x106a848 1 2011-07-27 10:16:42.981 respond[17733] Server 0x106aa28 1 2011-07-27 10:16:42.981 respond[17733] Accept 806 2011-07-27 10:16:42.981 respond[17733] Server 0x106aa28 4 2011-07-27 10:16:42.982 respond[17733] Done reading 806 2011-07-27 10:16:42.982 respond[17733] Done writing 806 Passed test: test00.m:78 ... respond test 805 OK 2011-07-27 10:16:42.982 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.982 respond[17733] Server 0x106bac8 1 2011-07-27 10:16:42.982 respond[17733] Server 0x106bca8 1 2011-07-27 10:16:42.982 respond[17733] Accept 805 2011-07-27 10:16:42.983 respond[17733] Server 0x106bca8 4 2011-07-27 10:16:42.983 respond[17733] Done reading 805 2011-07-27 10:16:42.983 respond[17733] Done writing 805 Passed test: test00.m:78 ... respond test 804 OK 2011-07-27 10:16:42.984 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.984 respond[17733] Server 0x106cd48 1 2011-07-27 10:16:42.984 respond[17733] Server 0x106cf28 1 2011-07-27 10:16:42.984 respond[17733] Accept 804 2011-07-27 10:16:42.984 respond[17733] Server 0x106cf28 4 2011-07-27 10:16:42.984 respond[17733] Done reading 804 2011-07-27 10:16:42.984 respond[17733] Done writing 804 Passed test: test00.m:78 ... respond test 803 OK 2011-07-27 10:16:42.985 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.985 respond[17733] Server 0x106dfc8 1 2011-07-27 10:16:42.985 respond[17733] Server 0x106e1a8 1 2011-07-27 10:16:42.985 respond[17733] Accept 803 2011-07-27 10:16:42.985 respond[17733] Server 0x106e1a8 4 2011-07-27 10:16:42.985 respond[17733] Done reading 803 2011-07-27 10:16:42.985 respond[17733] Done writing 803 Passed test: test00.m:78 ... respond test 802 OK 2011-07-27 10:16:42.986 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.986 respond[17733] Server 0x106f248 1 2011-07-27 10:16:42.986 respond[17733] Server 0x106f428 1 2011-07-27 10:16:42.986 respond[17733] Accept 802 2011-07-27 10:16:42.986 respond[17733] Server 0x106f428 4 2011-07-27 10:16:42.986 respond[17733] Done reading 802 2011-07-27 10:16:42.986 respond[17733] Done writing 802 Passed test: test00.m:78 ... respond test 801 OK 2011-07-27 10:16:42.987 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.987 respond[17733] Server 0x10704c8 1 2011-07-27 10:16:42.987 respond[17733] Server 0x10706a8 1 2011-07-27 10:16:42.987 respond[17733] Accept 801 2011-07-27 10:16:42.987 respond[17733] Server 0x10706a8 4 2011-07-27 10:16:42.988 respond[17733] Done reading 801 2011-07-27 10:16:42.988 respond[17733] Done writing 801 Passed test: test00.m:78 ... respond test 800 OK 2011-07-27 10:16:42.988 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.988 respond[17733] Server 0x1071748 1 2011-07-27 10:16:42.988 respond[17733] Server 0x1071928 1 2011-07-27 10:16:42.989 respond[17733] Accept 800 2011-07-27 10:16:42.989 respond[17733] Server 0x1071928 4 2011-07-27 10:16:42.989 respond[17733] Done reading 800 2011-07-27 10:16:42.989 respond[17733] Done writing 800 Passed test: test00.m:78 ... respond test 799 OK 2011-07-27 10:16:42.990 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.990 respond[17733] Server 0x10729c8 1 2011-07-27 10:16:42.990 respond[17733] Server 0x1072ba8 1 2011-07-27 10:16:42.990 respond[17733] Accept 799 2011-07-27 10:16:42.990 respond[17733] Server 0x1072ba8 4 2011-07-27 10:16:42.990 respond[17733] Done reading 799 2011-07-27 10:16:42.990 respond[17733] Done writing 799 Passed test: test00.m:78 ... respond test 798 OK 2011-07-27 10:16:42.991 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.991 respond[17733] Server 0x1073c48 1 2011-07-27 10:16:42.991 respond[17733] Server 0x1073e28 1 2011-07-27 10:16:42.991 respond[17733] Accept 798 2011-07-27 10:16:42.991 respond[17733] Server 0x1073e28 4 2011-07-27 10:16:42.991 respond[17733] Done reading 798 2011-07-27 10:16:42.991 respond[17733] Done writing 798 Passed test: test00.m:78 ... respond test 797 OK 2011-07-27 10:16:42.992 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.992 respond[17733] Server 0x1074ec8 1 2011-07-27 10:16:42.992 respond[17733] Server 0x10750a8 1 2011-07-27 10:16:42.992 respond[17733] Accept 797 2011-07-27 10:16:42.992 respond[17733] Server 0x10750a8 4 2011-07-27 10:16:42.992 respond[17733] Done reading 797 2011-07-27 10:16:42.992 respond[17733] Done writing 797 Passed test: test00.m:78 ... respond test 796 OK 2011-07-27 10:16:42.993 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.993 respond[17733] Server 0x1076148 1 2011-07-27 10:16:42.993 respond[17733] Server 0x1076328 1 2011-07-27 10:16:42.993 respond[17733] Accept 796 2011-07-27 10:16:42.993 respond[17733] Server 0x1076328 4 2011-07-27 10:16:42.994 respond[17733] Done reading 796 2011-07-27 10:16:42.994 respond[17733] Done writing 796 Passed test: test00.m:78 ... respond test 795 OK 2011-07-27 10:16:42.994 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.994 respond[17733] Server 0x10773c8 1 2011-07-27 10:16:42.994 respond[17733] Server 0x10775a8 1 2011-07-27 10:16:42.994 respond[17733] Accept 795 2011-07-27 10:16:42.995 respond[17733] Server 0x10775a8 4 2011-07-27 10:16:42.995 respond[17733] Done reading 795 2011-07-27 10:16:42.995 respond[17733] Done writing 795 Passed test: test00.m:78 ... respond test 794 OK 2011-07-27 10:16:42.996 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.996 respond[17733] Server 0x1078648 1 2011-07-27 10:16:42.996 respond[17733] Server 0x1078828 1 2011-07-27 10:16:42.996 respond[17733] Accept 794 2011-07-27 10:16:42.996 respond[17733] Server 0x1078828 4 2011-07-27 10:16:42.996 respond[17733] Done reading 794 2011-07-27 10:16:42.996 respond[17733] Done writing 794 Passed test: test00.m:78 ... respond test 793 OK 2011-07-27 10:16:42.997 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.997 respond[17733] Server 0x10798c8 1 2011-07-27 10:16:42.997 respond[17733] Server 0x1079aa8 1 2011-07-27 10:16:42.997 respond[17733] Accept 793 2011-07-27 10:16:42.997 respond[17733] Server 0x1079aa8 4 2011-07-27 10:16:42.997 respond[17733] Done reading 793 2011-07-27 10:16:42.997 respond[17733] Done writing 793 Passed test: test00.m:78 ... respond test 792 OK 2011-07-27 10:16:42.998 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.998 respond[17733] Server 0x107ab48 1 2011-07-27 10:16:42.998 respond[17733] Server 0x107ad28 1 2011-07-27 10:16:42.998 respond[17733] Accept 792 2011-07-27 10:16:42.998 respond[17733] Server 0x107ad28 4 2011-07-27 10:16:42.998 respond[17733] Done reading 792 2011-07-27 10:16:42.998 respond[17733] Done writing 792 Passed test: test00.m:78 ... respond test 791 OK 2011-07-27 10:16:42.999 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:42.999 respond[17733] Server 0x107bdc8 1 2011-07-27 10:16:42.999 respond[17733] Server 0x107bfa8 1 2011-07-27 10:16:42.999 respond[17733] Accept 791 2011-07-27 10:16:42.999 respond[17733] Server 0x107bfa8 4 2011-07-27 10:16:42.1000 respond[17733] Done reading 791 2011-07-27 10:16:42.1000 respond[17733] Done writing 791 Passed test: test00.m:78 ... respond test 790 OK 2011-07-27 10:16:43.000 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.000 respond[17733] Server 0x107d068 1 2011-07-27 10:16:43.000 respond[17733] Server 0x107d248 1 2011-07-27 10:16:43.000 respond[17733] Accept 790 2011-07-27 10:16:43.001 respond[17733] Server 0x107d248 4 2011-07-27 10:16:43.001 respond[17733] Done reading 790 2011-07-27 10:16:43.001 respond[17733] Done writing 790 Passed test: test00.m:78 ... respond test 789 OK 2011-07-27 10:16:43.002 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.002 respond[17733] Server 0x107e2e8 1 2011-07-27 10:16:43.002 respond[17733] Server 0x107e4c8 1 2011-07-27 10:16:43.002 respond[17733] Accept 789 2011-07-27 10:16:43.002 respond[17733] Server 0x107e4c8 4 2011-07-27 10:16:43.002 respond[17733] Done reading 789 2011-07-27 10:16:43.002 respond[17733] Done writing 789 Passed test: test00.m:78 ... respond test 788 OK 2011-07-27 10:16:43.003 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.003 respond[17733] Server 0x107f568 1 2011-07-27 10:16:43.003 respond[17733] Server 0x107f748 1 2011-07-27 10:16:43.003 respond[17733] Accept 788 2011-07-27 10:16:43.003 respond[17733] Server 0x107f748 4 2011-07-27 10:16:43.003 respond[17733] Done reading 788 2011-07-27 10:16:43.003 respond[17733] Done writing 788 Passed test: test00.m:78 ... respond test 787 OK 2011-07-27 10:16:43.004 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.004 respond[17733] Server 0x10807e8 1 2011-07-27 10:16:43.004 respond[17733] Server 0x10809c8 1 2011-07-27 10:16:43.004 respond[17733] Accept 787 2011-07-27 10:16:43.004 respond[17733] Server 0x10809c8 4 2011-07-27 10:16:43.004 respond[17733] Done reading 787 2011-07-27 10:16:43.004 respond[17733] Done writing 787 Passed test: test00.m:78 ... respond test 786 OK 2011-07-27 10:16:43.005 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.005 respond[17733] Server 0x1081a68 1 2011-07-27 10:16:43.005 respond[17733] Server 0x1081c48 1 2011-07-27 10:16:43.005 respond[17733] Accept 786 2011-07-27 10:16:43.005 respond[17733] Server 0x1081c48 4 2011-07-27 10:16:43.006 respond[17733] Done reading 786 2011-07-27 10:16:43.006 respond[17733] Done writing 786 Passed test: test00.m:78 ... respond test 785 OK 2011-07-27 10:16:43.006 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.006 respond[17733] Server 0x1082cf8 1 2011-07-27 10:16:43.006 respond[17733] Server 0x1082ed8 1 2011-07-27 10:16:43.006 respond[17733] Accept 785 2011-07-27 10:16:43.007 respond[17733] Server 0x1082ed8 4 2011-07-27 10:16:43.007 respond[17733] Done reading 785 2011-07-27 10:16:43.007 respond[17733] Done writing 785 Passed test: test00.m:78 ... respond test 784 OK 2011-07-27 10:16:43.008 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.008 respond[17733] Server 0x1083f78 1 2011-07-27 10:16:43.008 respond[17733] Server 0x1084158 1 2011-07-27 10:16:43.008 respond[17733] Accept 784 2011-07-27 10:16:43.008 respond[17733] Server 0x1084158 4 2011-07-27 10:16:43.008 respond[17733] Done reading 784 2011-07-27 10:16:43.008 respond[17733] Done writing 784 Passed test: test00.m:78 ... respond test 783 OK 2011-07-27 10:16:43.009 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.009 respond[17733] Server 0x10851f8 1 2011-07-27 10:16:43.009 respond[17733] Server 0x10853d8 1 2011-07-27 10:16:43.009 respond[17733] Accept 783 2011-07-27 10:16:43.009 respond[17733] Server 0x10853d8 4 2011-07-27 10:16:43.009 respond[17733] Done reading 783 2011-07-27 10:16:43.009 respond[17733] Done writing 783 Passed test: test00.m:78 ... respond test 782 OK 2011-07-27 10:16:43.010 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.010 respond[17733] Server 0x1086478 1 2011-07-27 10:16:43.010 respond[17733] Server 0x1086658 1 2011-07-27 10:16:43.010 respond[17733] Accept 782 2011-07-27 10:16:43.010 respond[17733] Server 0x1086658 4 2011-07-27 10:16:43.010 respond[17733] Done reading 782 2011-07-27 10:16:43.010 respond[17733] Done writing 782 Passed test: test00.m:78 ... respond test 781 OK 2011-07-27 10:16:43.011 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.011 respond[17733] Server 0x10876f8 1 2011-07-27 10:16:43.011 respond[17733] Server 0x10878d8 1 2011-07-27 10:16:43.011 respond[17733] Accept 781 2011-07-27 10:16:43.011 respond[17733] Server 0x10878d8 4 2011-07-27 10:16:43.012 respond[17733] Done reading 781 2011-07-27 10:16:43.012 respond[17733] Done writing 781 Passed test: test00.m:78 ... respond test 780 OK 2011-07-27 10:16:43.012 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.012 respond[17733] Server 0x1088978 1 2011-07-27 10:16:43.013 respond[17733] Server 0x1088b58 1 2011-07-27 10:16:43.013 respond[17733] Accept 780 2011-07-27 10:16:43.013 respond[17733] Server 0x1088b58 4 2011-07-27 10:16:43.013 respond[17733] Done reading 780 2011-07-27 10:16:43.013 respond[17733] Done writing 780 Passed test: test00.m:78 ... respond test 779 OK 2011-07-27 10:16:43.014 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.014 respond[17733] Server 0x1089bf8 1 2011-07-27 10:16:43.014 respond[17733] Server 0x1089dd8 1 2011-07-27 10:16:43.014 respond[17733] Accept 779 2011-07-27 10:16:43.014 respond[17733] Server 0x1089dd8 4 2011-07-27 10:16:43.014 respond[17733] Done reading 779 2011-07-27 10:16:43.014 respond[17733] Done writing 779 Passed test: test00.m:78 ... respond test 778 OK 2011-07-27 10:16:43.015 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.015 respond[17733] Server 0x108ae78 1 2011-07-27 10:16:43.015 respond[17733] Server 0x108b058 1 2011-07-27 10:16:43.015 respond[17733] Accept 778 2011-07-27 10:16:43.015 respond[17733] Server 0x108b058 4 2011-07-27 10:16:43.015 respond[17733] Done reading 778 2011-07-27 10:16:43.015 respond[17733] Done writing 778 Passed test: test00.m:78 ... respond test 777 OK 2011-07-27 10:16:43.016 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.016 respond[17733] Server 0x108c0f8 1 2011-07-27 10:16:43.016 respond[17733] Server 0x108c2d8 1 2011-07-27 10:16:43.016 respond[17733] Accept 777 2011-07-27 10:16:43.016 respond[17733] Server 0x108c2d8 4 2011-07-27 10:16:43.016 respond[17733] Done reading 777 2011-07-27 10:16:43.016 respond[17733] Done writing 777 Passed test: test00.m:78 ... respond test 776 OK 2011-07-27 10:16:43.017 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.017 respond[17733] Server 0x108d378 1 2011-07-27 10:16:43.017 respond[17733] Server 0x108d558 1 2011-07-27 10:16:43.017 respond[17733] Accept 776 2011-07-27 10:16:43.017 respond[17733] Server 0x108d558 4 2011-07-27 10:16:43.018 respond[17733] Done reading 776 2011-07-27 10:16:43.018 respond[17733] Done writing 776 Passed test: test00.m:78 ... respond test 775 OK 2011-07-27 10:16:43.018 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.019 respond[17733] Server 0x108e5f8 1 2011-07-27 10:16:43.019 respond[17733] Server 0x108e7d8 1 2011-07-27 10:16:43.019 respond[17733] Accept 775 2011-07-27 10:16:43.019 respond[17733] Server 0x108e7d8 4 2011-07-27 10:16:43.019 respond[17733] Done reading 775 2011-07-27 10:16:43.019 respond[17733] Done writing 775 Passed test: test00.m:78 ... respond test 774 OK 2011-07-27 10:16:43.020 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.020 respond[17733] Server 0x108f878 1 2011-07-27 10:16:43.020 respond[17733] Server 0x108fa58 1 2011-07-27 10:16:43.020 respond[17733] Accept 774 2011-07-27 10:16:43.020 respond[17733] Server 0x108fa58 4 2011-07-27 10:16:43.020 respond[17733] Done reading 774 2011-07-27 10:16:43.020 respond[17733] Done writing 774 Passed test: test00.m:78 ... respond test 773 OK 2011-07-27 10:16:43.021 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.021 respond[17733] Server 0x1090af8 1 2011-07-27 10:16:43.021 respond[17733] Server 0x1090cd8 1 2011-07-27 10:16:43.021 respond[17733] Accept 773 2011-07-27 10:16:43.021 respond[17733] Server 0x1090cd8 4 2011-07-27 10:16:43.021 respond[17733] Done reading 773 2011-07-27 10:16:43.021 respond[17733] Done writing 773 Passed test: test00.m:78 ... respond test 772 OK 2011-07-27 10:16:43.022 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.022 respond[17733] Server 0x1091d78 1 2011-07-27 10:16:43.022 respond[17733] Server 0x1091f58 1 2011-07-27 10:16:43.022 respond[17733] Accept 772 2011-07-27 10:16:43.022 respond[17733] Server 0x1091f58 4 2011-07-27 10:16:43.023 respond[17733] Done reading 772 2011-07-27 10:16:43.023 respond[17733] Done writing 772 Passed test: test00.m:78 ... respond test 771 OK 2011-07-27 10:16:43.023 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.023 respond[17733] Server 0x1092ff8 1 2011-07-27 10:16:43.023 respond[17733] Server 0x10931d8 1 2011-07-27 10:16:43.023 respond[17733] Accept 771 2011-07-27 10:16:43.023 respond[17733] Server 0x10931d8 4 2011-07-27 10:16:43.024 respond[17733] Done reading 771 2011-07-27 10:16:43.024 respond[17733] Done writing 771 Passed test: test00.m:78 ... respond test 770 OK 2011-07-27 10:16:43.025 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.025 respond[17733] Server 0x1094278 1 2011-07-27 10:16:43.025 respond[17733] Server 0x1094458 1 2011-07-27 10:16:43.025 respond[17733] Accept 770 2011-07-27 10:16:43.025 respond[17733] Server 0x1094458 4 2011-07-27 10:16:43.025 respond[17733] Done reading 770 2011-07-27 10:16:43.025 respond[17733] Done writing 770 Passed test: test00.m:78 ... respond test 769 OK 2011-07-27 10:16:43.026 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.026 respond[17733] Server 0x10954f8 1 2011-07-27 10:16:43.026 respond[17733] Server 0x10956d8 1 2011-07-27 10:16:43.026 respond[17733] Accept 769 2011-07-27 10:16:43.026 respond[17733] Server 0x10956d8 4 2011-07-27 10:16:43.026 respond[17733] Done reading 769 2011-07-27 10:16:43.026 respond[17733] Done writing 769 Passed test: test00.m:78 ... respond test 768 OK 2011-07-27 10:16:43.027 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.027 respond[17733] Server 0x1096778 1 2011-07-27 10:16:43.027 respond[17733] Server 0x1096958 1 2011-07-27 10:16:43.027 respond[17733] Accept 768 2011-07-27 10:16:43.027 respond[17733] Server 0x1096958 4 2011-07-27 10:16:43.027 respond[17733] Done reading 768 2011-07-27 10:16:43.027 respond[17733] Done writing 768 Passed test: test00.m:78 ... respond test 767 OK 2011-07-27 10:16:43.034 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.034 respond[17733] Server 0x10979f8 1 2011-07-27 10:16:43.034 respond[17733] Server 0x1097bd8 1 2011-07-27 10:16:43.034 respond[17733] Accept 767 2011-07-27 10:16:43.034 respond[17733] Server 0x1097bd8 4 2011-07-27 10:16:43.034 respond[17733] Done reading 767 2011-07-27 10:16:43.034 respond[17733] Done writing 767 Passed test: test00.m:78 ... respond test 766 OK 2011-07-27 10:16:43.035 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.035 respond[17733] Server 0x1098c78 1 2011-07-27 10:16:43.035 respond[17733] Server 0x1098e58 1 2011-07-27 10:16:43.035 respond[17733] Accept 766 2011-07-27 10:16:43.035 respond[17733] Server 0x1098e58 4 2011-07-27 10:16:43.036 respond[17733] Done reading 766 2011-07-27 10:16:43.036 respond[17733] Done writing 766 Passed test: test00.m:78 ... respond test 765 OK 2011-07-27 10:16:43.036 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.036 respond[17733] Server 0x1099ef8 1 2011-07-27 10:16:43.036 respond[17733] Server 0x109a0d8 1 2011-07-27 10:16:43.036 respond[17733] Accept 765 2011-07-27 10:16:43.037 respond[17733] Server 0x109a0d8 4 2011-07-27 10:16:43.037 respond[17733] Done reading 765 2011-07-27 10:16:43.037 respond[17733] Done writing 765 Passed test: test00.m:78 ... respond test 764 OK 2011-07-27 10:16:43.038 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.038 respond[17733] Server 0x109b178 1 2011-07-27 10:16:43.038 respond[17733] Server 0x109b358 1 2011-07-27 10:16:43.038 respond[17733] Accept 764 2011-07-27 10:16:43.038 respond[17733] Server 0x109b358 4 2011-07-27 10:16:43.038 respond[17733] Done reading 764 2011-07-27 10:16:43.038 respond[17733] Done writing 764 Passed test: test00.m:78 ... respond test 763 OK 2011-07-27 10:16:43.039 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.039 respond[17733] Server 0x109c3f8 1 2011-07-27 10:16:43.039 respond[17733] Server 0x109c5d8 1 2011-07-27 10:16:43.039 respond[17733] Accept 763 2011-07-27 10:16:43.039 respond[17733] Server 0x109c5d8 4 2011-07-27 10:16:43.039 respond[17733] Done reading 763 2011-07-27 10:16:43.039 respond[17733] Done writing 763 Passed test: test00.m:78 ... respond test 762 OK 2011-07-27 10:16:43.040 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.040 respond[17733] Server 0x109d678 1 2011-07-27 10:16:43.040 respond[17733] Server 0x109d858 1 2011-07-27 10:16:43.040 respond[17733] Accept 762 2011-07-27 10:16:43.040 respond[17733] Server 0x109d858 4 2011-07-27 10:16:43.040 respond[17733] Done reading 762 2011-07-27 10:16:43.040 respond[17733] Done writing 762 Passed test: test00.m:78 ... respond test 761 OK 2011-07-27 10:16:43.041 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.041 respond[17733] Server 0x109e8f8 1 2011-07-27 10:16:43.041 respond[17733] Server 0x109ead8 1 2011-07-27 10:16:43.041 respond[17733] Accept 761 2011-07-27 10:16:43.041 respond[17733] Server 0x109ead8 4 2011-07-27 10:16:43.042 respond[17733] Done reading 761 2011-07-27 10:16:43.042 respond[17733] Done writing 761 Passed test: test00.m:78 ... respond test 760 OK 2011-07-27 10:16:43.042 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.042 respond[17733] Server 0x109fb78 1 2011-07-27 10:16:43.042 respond[17733] Server 0x109fd58 1 2011-07-27 10:16:43.042 respond[17733] Accept 760 2011-07-27 10:16:43.042 respond[17733] Server 0x109fd58 4 2011-07-27 10:16:43.043 respond[17733] Done reading 760 2011-07-27 10:16:43.043 respond[17733] Done writing 760 Passed test: test00.m:78 ... respond test 759 OK 2011-07-27 10:16:43.043 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.044 respond[17733] Server 0x10a0df8 1 2011-07-27 10:16:43.044 respond[17733] Server 0x10a0fd8 1 2011-07-27 10:16:43.044 respond[17733] Accept 759 2011-07-27 10:16:43.044 respond[17733] Server 0x10a0fd8 4 2011-07-27 10:16:43.044 respond[17733] Done reading 759 2011-07-27 10:16:43.044 respond[17733] Done writing 759 Passed test: test00.m:78 ... respond test 758 OK 2011-07-27 10:16:43.045 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.045 respond[17733] Server 0x10a2078 1 2011-07-27 10:16:43.045 respond[17733] Server 0x10a2258 1 2011-07-27 10:16:43.045 respond[17733] Accept 758 2011-07-27 10:16:43.045 respond[17733] Server 0x10a2258 4 2011-07-27 10:16:43.045 respond[17733] Done reading 758 2011-07-27 10:16:43.045 respond[17733] Done writing 758 Passed test: test00.m:78 ... respond test 757 OK 2011-07-27 10:16:43.046 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.046 respond[17733] Server 0x10a32f8 1 2011-07-27 10:16:43.046 respond[17733] Server 0x10a34d8 1 2011-07-27 10:16:43.046 respond[17733] Accept 757 2011-07-27 10:16:43.046 respond[17733] Server 0x10a34d8 4 2011-07-27 10:16:43.046 respond[17733] Done reading 757 2011-07-27 10:16:43.046 respond[17733] Done writing 757 Passed test: test00.m:78 ... respond test 756 OK 2011-07-27 10:16:43.047 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.047 respond[17733] Server 0x10a4578 1 2011-07-27 10:16:43.047 respond[17733] Server 0x10a4758 1 2011-07-27 10:16:43.047 respond[17733] Accept 756 2011-07-27 10:16:43.047 respond[17733] Server 0x10a4758 4 2011-07-27 10:16:43.047 respond[17733] Done reading 756 2011-07-27 10:16:43.048 respond[17733] Done writing 756 Passed test: test00.m:78 ... respond test 755 OK 2011-07-27 10:16:43.048 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.048 respond[17733] Server 0x10a57f8 1 2011-07-27 10:16:43.048 respond[17733] Server 0x10a59d8 1 2011-07-27 10:16:43.048 respond[17733] Accept 755 2011-07-27 10:16:43.048 respond[17733] Server 0x10a59d8 4 2011-07-27 10:16:43.049 respond[17733] Done reading 755 2011-07-27 10:16:43.049 respond[17733] Done writing 755 Passed test: test00.m:78 ... respond test 754 OK 2011-07-27 10:16:43.049 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.050 respond[17733] Server 0x10a6a78 1 2011-07-27 10:16:43.050 respond[17733] Server 0x10a6c58 1 2011-07-27 10:16:43.050 respond[17733] Accept 754 2011-07-27 10:16:43.050 respond[17733] Server 0x10a6c58 4 2011-07-27 10:16:43.050 respond[17733] Done reading 754 2011-07-27 10:16:43.050 respond[17733] Done writing 754 Passed test: test00.m:78 ... respond test 753 OK 2011-07-27 10:16:43.051 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.051 respond[17733] Server 0x10a7cf8 1 2011-07-27 10:16:43.051 respond[17733] Server 0x10a7ed8 1 2011-07-27 10:16:43.051 respond[17733] Accept 753 2011-07-27 10:16:43.051 respond[17733] Server 0x10a7ed8 4 2011-07-27 10:16:43.051 respond[17733] Done reading 753 2011-07-27 10:16:43.051 respond[17733] Done writing 753 Passed test: test00.m:78 ... respond test 752 OK 2011-07-27 10:16:43.052 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.052 respond[17733] Server 0x10a8f78 1 2011-07-27 10:16:43.052 respond[17733] Server 0x10a9158 1 2011-07-27 10:16:43.052 respond[17733] Accept 752 2011-07-27 10:16:43.052 respond[17733] Server 0x10a9158 4 2011-07-27 10:16:43.052 respond[17733] Done reading 752 2011-07-27 10:16:43.052 respond[17733] Done writing 752 Passed test: test00.m:78 ... respond test 751 OK 2011-07-27 10:16:43.053 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.053 respond[17733] Server 0x10aa1f8 1 2011-07-27 10:16:43.053 respond[17733] Server 0x10aa3d8 1 2011-07-27 10:16:43.053 respond[17733] Accept 751 2011-07-27 10:16:43.053 respond[17733] Server 0x10aa3d8 4 2011-07-27 10:16:43.053 respond[17733] Done reading 751 2011-07-27 10:16:43.054 respond[17733] Done writing 751 Passed test: test00.m:78 ... respond test 750 OK 2011-07-27 10:16:43.054 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.054 respond[17733] Server 0x10ab478 1 2011-07-27 10:16:43.054 respond[17733] Server 0x10ab658 1 2011-07-27 10:16:43.054 respond[17733] Accept 750 2011-07-27 10:16:43.054 respond[17733] Server 0x10ab658 4 2011-07-27 10:16:43.055 respond[17733] Done reading 750 2011-07-27 10:16:43.055 respond[17733] Done writing 750 Passed test: test00.m:78 ... respond test 749 OK 2011-07-27 10:16:43.055 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.056 respond[17733] Server 0x10ac6f8 1 2011-07-27 10:16:43.056 respond[17733] Server 0x10ac8d8 1 2011-07-27 10:16:43.056 respond[17733] Accept 749 2011-07-27 10:16:43.056 respond[17733] Server 0x10ac8d8 4 2011-07-27 10:16:43.056 respond[17733] Done reading 749 2011-07-27 10:16:43.056 respond[17733] Done writing 749 Passed test: test00.m:78 ... respond test 748 OK 2011-07-27 10:16:43.057 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.057 respond[17733] Server 0x10ad978 1 2011-07-27 10:16:43.057 respond[17733] Server 0x10adb58 1 2011-07-27 10:16:43.057 respond[17733] Accept 748 2011-07-27 10:16:43.057 respond[17733] Server 0x10adb58 4 2011-07-27 10:16:43.057 respond[17733] Done reading 748 2011-07-27 10:16:43.057 respond[17733] Done writing 748 Passed test: test00.m:78 ... respond test 747 OK 2011-07-27 10:16:43.058 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.058 respond[17733] Server 0x10aebf8 1 2011-07-27 10:16:43.058 respond[17733] Server 0x10aedd8 1 2011-07-27 10:16:43.058 respond[17733] Accept 747 2011-07-27 10:16:43.058 respond[17733] Server 0x10aedd8 4 2011-07-27 10:16:43.058 respond[17733] Done reading 747 2011-07-27 10:16:43.058 respond[17733] Done writing 747 Passed test: test00.m:78 ... respond test 746 OK 2011-07-27 10:16:43.059 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.059 respond[17733] Server 0x10afe78 1 2011-07-27 10:16:43.059 respond[17733] Server 0x10b0058 1 2011-07-27 10:16:43.059 respond[17733] Accept 746 2011-07-27 10:16:43.059 respond[17733] Server 0x10b0058 4 2011-07-27 10:16:43.059 respond[17733] Done reading 746 2011-07-27 10:16:43.059 respond[17733] Done writing 746 Passed test: test00.m:78 ... respond test 745 OK 2011-07-27 10:16:43.060 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.060 respond[17733] Server 0x10b10f8 1 2011-07-27 10:16:43.060 respond[17733] Server 0x10b12d8 1 2011-07-27 10:16:43.060 respond[17733] Accept 745 2011-07-27 10:16:43.060 respond[17733] Server 0x10b12d8 4 2011-07-27 10:16:43.061 respond[17733] Done reading 745 2011-07-27 10:16:43.061 respond[17733] Done writing 745 Passed test: test00.m:78 ... respond test 744 OK 2011-07-27 10:16:43.061 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.062 respond[17733] Server 0x10b2378 1 2011-07-27 10:16:43.062 respond[17733] Server 0x10b2558 1 2011-07-27 10:16:43.062 respond[17733] Accept 744 2011-07-27 10:16:43.062 respond[17733] Server 0x10b2558 4 2011-07-27 10:16:43.062 respond[17733] Done reading 744 2011-07-27 10:16:43.062 respond[17733] Done writing 744 Passed test: test00.m:78 ... respond test 743 OK 2011-07-27 10:16:43.063 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.063 respond[17733] Server 0x10b35f8 1 2011-07-27 10:16:43.063 respond[17733] Server 0x10b37d8 1 2011-07-27 10:16:43.063 respond[17733] Accept 743 2011-07-27 10:16:43.063 respond[17733] Server 0x10b37d8 4 2011-07-27 10:16:43.063 respond[17733] Done reading 743 2011-07-27 10:16:43.063 respond[17733] Done writing 743 Passed test: test00.m:78 ... respond test 742 OK 2011-07-27 10:16:43.064 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.064 respond[17733] Server 0x10b4878 1 2011-07-27 10:16:43.064 respond[17733] Server 0x10b4a58 1 2011-07-27 10:16:43.064 respond[17733] Accept 742 2011-07-27 10:16:43.064 respond[17733] Server 0x10b4a58 4 2011-07-27 10:16:43.064 respond[17733] Done reading 742 2011-07-27 10:16:43.064 respond[17733] Done writing 742 Passed test: test00.m:78 ... respond test 741 OK 2011-07-27 10:16:43.065 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.065 respond[17733] Server 0x10b5af8 1 2011-07-27 10:16:43.065 respond[17733] Server 0x10b5cd8 1 2011-07-27 10:16:43.065 respond[17733] Accept 741 2011-07-27 10:16:43.065 respond[17733] Server 0x10b5cd8 4 2011-07-27 10:16:43.065 respond[17733] Done reading 741 2011-07-27 10:16:43.066 respond[17733] Done writing 741 Passed test: test00.m:78 ... respond test 740 OK 2011-07-27 10:16:43.066 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.066 respond[17733] Server 0x10b6d78 1 2011-07-27 10:16:43.066 respond[17733] Server 0x10b6f58 1 2011-07-27 10:16:43.066 respond[17733] Accept 740 2011-07-27 10:16:43.066 respond[17733] Server 0x10b6f58 4 2011-07-27 10:16:43.067 respond[17733] Done reading 740 2011-07-27 10:16:43.067 respond[17733] Done writing 740 Passed test: test00.m:78 ... respond test 739 OK 2011-07-27 10:16:43.067 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.068 respond[17733] Server 0x10b7ff8 1 2011-07-27 10:16:43.068 respond[17733] Server 0x10b81d8 1 2011-07-27 10:16:43.068 respond[17733] Accept 739 2011-07-27 10:16:43.068 respond[17733] Server 0x10b81d8 4 2011-07-27 10:16:43.068 respond[17733] Done reading 739 2011-07-27 10:16:43.068 respond[17733] Done writing 739 Passed test: test00.m:78 ... respond test 738 OK 2011-07-27 10:16:43.069 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.069 respond[17733] Server 0x10b9278 1 2011-07-27 10:16:43.069 respond[17733] Server 0x10b9458 1 2011-07-27 10:16:43.069 respond[17733] Accept 738 2011-07-27 10:16:43.069 respond[17733] Server 0x10b9458 4 2011-07-27 10:16:43.069 respond[17733] Done reading 738 2011-07-27 10:16:43.069 respond[17733] Done writing 738 Passed test: test00.m:78 ... respond test 737 OK 2011-07-27 10:16:43.070 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.070 respond[17733] Server 0x10ba4f8 1 2011-07-27 10:16:43.070 respond[17733] Server 0x10ba6d8 1 2011-07-27 10:16:43.070 respond[17733] Accept 737 2011-07-27 10:16:43.070 respond[17733] Server 0x10ba6d8 4 2011-07-27 10:16:43.070 respond[17733] Done reading 737 2011-07-27 10:16:43.070 respond[17733] Done writing 737 Passed test: test00.m:78 ... respond test 736 OK 2011-07-27 10:16:43.071 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.071 respond[17733] Server 0x10bb778 1 2011-07-27 10:16:43.071 respond[17733] Server 0x10bb958 1 2011-07-27 10:16:43.071 respond[17733] Accept 736 2011-07-27 10:16:43.071 respond[17733] Server 0x10bb958 4 2011-07-27 10:16:43.072 respond[17733] Done reading 736 2011-07-27 10:16:43.072 respond[17733] Done writing 736 Passed test: test00.m:78 ... respond test 735 OK 2011-07-27 10:16:43.072 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.072 respond[17733] Server 0x10bc9f8 1 2011-07-27 10:16:43.072 respond[17733] Server 0x10bcbd8 1 2011-07-27 10:16:43.072 respond[17733] Accept 735 2011-07-27 10:16:43.073 respond[17733] Server 0x10bcbd8 4 2011-07-27 10:16:43.073 respond[17733] Done reading 735 2011-07-27 10:16:43.073 respond[17733] Done writing 735 Passed test: test00.m:78 ... respond test 734 OK 2011-07-27 10:16:43.074 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.074 respond[17733] Server 0x10bdc78 1 2011-07-27 10:16:43.074 respond[17733] Server 0x10bde58 1 2011-07-27 10:16:43.074 respond[17733] Accept 734 2011-07-27 10:16:43.074 respond[17733] Server 0x10bde58 4 2011-07-27 10:16:43.074 respond[17733] Done reading 734 2011-07-27 10:16:43.074 respond[17733] Done writing 734 Passed test: test00.m:78 ... respond test 733 OK 2011-07-27 10:16:43.075 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.075 respond[17733] Server 0x10beef8 1 2011-07-27 10:16:43.075 respond[17733] Server 0x10bf0d8 1 2011-07-27 10:16:43.075 respond[17733] Accept 733 2011-07-27 10:16:43.075 respond[17733] Server 0x10bf0d8 4 2011-07-27 10:16:43.075 respond[17733] Done reading 733 2011-07-27 10:16:43.075 respond[17733] Done writing 733 Passed test: test00.m:78 ... respond test 732 OK 2011-07-27 10:16:43.076 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.076 respond[17733] Server 0x10c0178 1 2011-07-27 10:16:43.076 respond[17733] Server 0x10c0358 1 2011-07-27 10:16:43.076 respond[17733] Accept 732 2011-07-27 10:16:43.076 respond[17733] Server 0x10c0358 4 2011-07-27 10:16:43.076 respond[17733] Done reading 732 2011-07-27 10:16:43.076 respond[17733] Done writing 732 Passed test: test00.m:78 ... respond test 731 OK 2011-07-27 10:16:43.077 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.077 respond[17733] Server 0x10c13f8 1 2011-07-27 10:16:43.077 respond[17733] Server 0x10c15d8 1 2011-07-27 10:16:43.077 respond[17733] Accept 731 2011-07-27 10:16:43.077 respond[17733] Server 0x10c15d8 4 2011-07-27 10:16:43.078 respond[17733] Done reading 731 2011-07-27 10:16:43.078 respond[17733] Done writing 731 Passed test: test00.m:78 ... respond test 730 OK 2011-07-27 10:16:43.078 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.078 respond[17733] Server 0x10c2678 1 2011-07-27 10:16:43.078 respond[17733] Server 0x10c2858 1 2011-07-27 10:16:43.078 respond[17733] Accept 730 2011-07-27 10:16:43.079 respond[17733] Server 0x10c2858 4 2011-07-27 10:16:43.079 respond[17733] Done reading 730 2011-07-27 10:16:43.079 respond[17733] Done writing 730 Passed test: test00.m:78 ... respond test 729 OK 2011-07-27 10:16:43.080 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.080 respond[17733] Server 0x10c38f8 1 2011-07-27 10:16:43.080 respond[17733] Server 0x10c3ad8 1 2011-07-27 10:16:43.080 respond[17733] Accept 729 2011-07-27 10:16:43.080 respond[17733] Server 0x10c3ad8 4 2011-07-27 10:16:43.080 respond[17733] Done reading 729 2011-07-27 10:16:43.080 respond[17733] Done writing 729 Passed test: test00.m:78 ... respond test 728 OK 2011-07-27 10:16:43.081 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.081 respond[17733] Server 0x10c4b78 1 2011-07-27 10:16:43.081 respond[17733] Server 0x10c4d58 1 2011-07-27 10:16:43.081 respond[17733] Accept 728 2011-07-27 10:16:43.081 respond[17733] Server 0x10c4d58 4 2011-07-27 10:16:43.081 respond[17733] Done reading 728 2011-07-27 10:16:43.081 respond[17733] Done writing 728 Passed test: test00.m:78 ... respond test 727 OK 2011-07-27 10:16:43.082 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.082 respond[17733] Server 0x10c5df8 1 2011-07-27 10:16:43.082 respond[17733] Server 0x10c5fd8 1 2011-07-27 10:16:43.082 respond[17733] Accept 727 2011-07-27 10:16:43.082 respond[17733] Server 0x10c5fd8 4 2011-07-27 10:16:43.082 respond[17733] Done reading 727 2011-07-27 10:16:43.082 respond[17733] Done writing 727 Passed test: test00.m:78 ... respond test 726 OK 2011-07-27 10:16:43.083 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.083 respond[17733] Server 0x10c7078 1 2011-07-27 10:16:43.083 respond[17733] Server 0x10c7258 1 2011-07-27 10:16:43.083 respond[17733] Accept 726 2011-07-27 10:16:43.083 respond[17733] Server 0x10c7258 4 2011-07-27 10:16:43.084 respond[17733] Done reading 726 2011-07-27 10:16:43.084 respond[17733] Done writing 726 Passed test: test00.m:78 ... respond test 725 OK 2011-07-27 10:16:43.084 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.085 respond[17733] Server 0x10c82f8 1 2011-07-27 10:16:43.085 respond[17733] Server 0x10c84d8 1 2011-07-27 10:16:43.085 respond[17733] Accept 725 2011-07-27 10:16:43.085 respond[17733] Server 0x10c84d8 4 2011-07-27 10:16:43.085 respond[17733] Done reading 725 2011-07-27 10:16:43.085 respond[17733] Done writing 725 Passed test: test00.m:78 ... respond test 724 OK 2011-07-27 10:16:43.086 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.086 respond[17733] Server 0x10c9578 1 2011-07-27 10:16:43.086 respond[17733] Server 0x10c9758 1 2011-07-27 10:16:43.086 respond[17733] Accept 724 2011-07-27 10:16:43.086 respond[17733] Server 0x10c9758 4 2011-07-27 10:16:43.086 respond[17733] Done reading 724 2011-07-27 10:16:43.086 respond[17733] Done writing 724 Passed test: test00.m:78 ... respond test 723 OK 2011-07-27 10:16:43.087 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.087 respond[17733] Server 0x10ca7f8 1 2011-07-27 10:16:43.087 respond[17733] Server 0x10ca9d8 1 2011-07-27 10:16:43.087 respond[17733] Accept 723 2011-07-27 10:16:43.087 respond[17733] Server 0x10ca9d8 4 2011-07-27 10:16:43.087 respond[17733] Done reading 723 2011-07-27 10:16:43.087 respond[17733] Done writing 723 Passed test: test00.m:78 ... respond test 722 OK 2011-07-27 10:16:43.088 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.088 respond[17733] Server 0x10cba78 1 2011-07-27 10:16:43.088 respond[17733] Server 0x10cbc58 1 2011-07-27 10:16:43.088 respond[17733] Accept 722 2011-07-27 10:16:43.088 respond[17733] Server 0x10cbc58 4 2011-07-27 10:16:43.088 respond[17733] Done reading 722 2011-07-27 10:16:43.088 respond[17733] Done writing 722 Passed test: test00.m:78 ... respond test 721 OK 2011-07-27 10:16:43.089 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.089 respond[17733] Server 0x10cccf8 1 2011-07-27 10:16:43.089 respond[17733] Server 0x10cced8 1 2011-07-27 10:16:43.089 respond[17733] Accept 721 2011-07-27 10:16:43.089 respond[17733] Server 0x10cced8 4 2011-07-27 10:16:43.090 respond[17733] Done reading 721 2011-07-27 10:16:43.090 respond[17733] Done writing 721 Passed test: test00.m:78 ... respond test 720 OK 2011-07-27 10:16:43.090 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.090 respond[17733] Server 0x10cdf78 1 2011-07-27 10:16:43.090 respond[17733] Server 0x10ce158 1 2011-07-27 10:16:43.091 respond[17733] Accept 720 2011-07-27 10:16:43.091 respond[17733] Server 0x10ce158 4 2011-07-27 10:16:43.091 respond[17733] Done reading 720 2011-07-27 10:16:43.091 respond[17733] Done writing 720 Passed test: test00.m:78 ... respond test 719 OK 2011-07-27 10:16:43.092 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.092 respond[17733] Server 0x10cf1f8 1 2011-07-27 10:16:43.092 respond[17733] Server 0x10cf3d8 1 2011-07-27 10:16:43.092 respond[17733] Accept 719 2011-07-27 10:16:43.092 respond[17733] Server 0x10cf3d8 4 2011-07-27 10:16:43.092 respond[17733] Done reading 719 2011-07-27 10:16:43.092 respond[17733] Done writing 719 Passed test: test00.m:78 ... respond test 718 OK 2011-07-27 10:16:43.093 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.093 respond[17733] Server 0x10d0478 1 2011-07-27 10:16:43.093 respond[17733] Server 0x10d0658 1 2011-07-27 10:16:43.093 respond[17733] Accept 718 2011-07-27 10:16:43.093 respond[17733] Server 0x10d0658 4 2011-07-27 10:16:43.093 respond[17733] Done reading 718 2011-07-27 10:16:43.093 respond[17733] Done writing 718 Passed test: test00.m:78 ... respond test 717 OK 2011-07-27 10:16:43.094 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.094 respond[17733] Server 0x10d16f8 1 2011-07-27 10:16:43.094 respond[17733] Server 0x10d18d8 1 2011-07-27 10:16:43.094 respond[17733] Accept 717 2011-07-27 10:16:43.094 respond[17733] Server 0x10d18d8 4 2011-07-27 10:16:43.094 respond[17733] Done reading 717 2011-07-27 10:16:43.094 respond[17733] Done writing 717 Passed test: test00.m:78 ... respond test 716 OK 2011-07-27 10:16:43.095 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.095 respond[17733] Server 0x10d2978 1 2011-07-27 10:16:43.095 respond[17733] Server 0x10d2b58 1 2011-07-27 10:16:43.095 respond[17733] Accept 716 2011-07-27 10:16:43.095 respond[17733] Server 0x10d2b58 4 2011-07-27 10:16:43.096 respond[17733] Done reading 716 2011-07-27 10:16:43.096 respond[17733] Done writing 716 Passed test: test00.m:78 ... respond test 715 OK 2011-07-27 10:16:43.096 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.097 respond[17733] Server 0x10d3bf8 1 2011-07-27 10:16:43.097 respond[17733] Server 0x10d3dd8 1 2011-07-27 10:16:43.097 respond[17733] Accept 715 2011-07-27 10:16:43.097 respond[17733] Server 0x10d3dd8 4 2011-07-27 10:16:43.097 respond[17733] Done reading 715 2011-07-27 10:16:43.097 respond[17733] Done writing 715 Passed test: test00.m:78 ... respond test 714 OK 2011-07-27 10:16:43.098 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.098 respond[17733] Server 0x10d4e78 1 2011-07-27 10:16:43.098 respond[17733] Server 0x10d5058 1 2011-07-27 10:16:43.098 respond[17733] Accept 714 2011-07-27 10:16:43.098 respond[17733] Server 0x10d5058 4 2011-07-27 10:16:43.098 respond[17733] Done reading 714 2011-07-27 10:16:43.098 respond[17733] Done writing 714 Passed test: test00.m:78 ... respond test 713 OK 2011-07-27 10:16:43.099 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.099 respond[17733] Server 0x10d60f8 1 2011-07-27 10:16:43.099 respond[17733] Server 0x10d62d8 1 2011-07-27 10:16:43.099 respond[17733] Accept 713 2011-07-27 10:16:43.099 respond[17733] Server 0x10d62d8 4 2011-07-27 10:16:43.099 respond[17733] Done reading 713 2011-07-27 10:16:43.099 respond[17733] Done writing 713 Passed test: test00.m:78 ... respond test 712 OK 2011-07-27 10:16:43.100 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.100 respond[17733] Server 0x10d7378 1 2011-07-27 10:16:43.100 respond[17733] Server 0x10d7558 1 2011-07-27 10:16:43.100 respond[17733] Accept 712 2011-07-27 10:16:43.100 respond[17733] Server 0x10d7558 4 2011-07-27 10:16:43.100 respond[17733] Done reading 712 2011-07-27 10:16:43.100 respond[17733] Done writing 712 Passed test: test00.m:78 ... respond test 711 OK 2011-07-27 10:16:43.101 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.101 respond[17733] Server 0x10d85f8 1 2011-07-27 10:16:43.101 respond[17733] Server 0x10d87d8 1 2011-07-27 10:16:43.101 respond[17733] Accept 711 2011-07-27 10:16:43.101 respond[17733] Server 0x10d87d8 4 2011-07-27 10:16:43.102 respond[17733] Done reading 711 2011-07-27 10:16:43.102 respond[17733] Done writing 711 Passed test: test00.m:78 ... respond test 710 OK 2011-07-27 10:16:43.103 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.103 respond[17733] Server 0x10d9878 1 2011-07-27 10:16:43.103 respond[17733] Server 0x10d9a58 1 2011-07-27 10:16:43.103 respond[17733] Accept 710 2011-07-27 10:16:43.103 respond[17733] Server 0x10d9a58 4 2011-07-27 10:16:43.103 respond[17733] Done reading 710 2011-07-27 10:16:43.103 respond[17733] Done writing 710 Passed test: test00.m:78 ... respond test 709 OK 2011-07-27 10:16:43.104 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.104 respond[17733] Server 0x10daaf8 1 2011-07-27 10:16:43.104 respond[17733] Server 0x10dacd8 1 2011-07-27 10:16:43.104 respond[17733] Accept 709 2011-07-27 10:16:43.104 respond[17733] Server 0x10dacd8 4 2011-07-27 10:16:43.104 respond[17733] Done reading 709 2011-07-27 10:16:43.104 respond[17733] Done writing 709 Passed test: test00.m:78 ... respond test 708 OK 2011-07-27 10:16:43.105 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.105 respond[17733] Server 0x10dbd78 1 2011-07-27 10:16:43.105 respond[17733] Server 0x10dbf58 1 2011-07-27 10:16:43.105 respond[17733] Accept 708 2011-07-27 10:16:43.105 respond[17733] Server 0x10dbf58 4 2011-07-27 10:16:43.105 respond[17733] Done reading 708 2011-07-27 10:16:43.105 respond[17733] Done writing 708 Passed test: test00.m:78 ... respond test 707 OK 2011-07-27 10:16:43.106 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.106 respond[17733] Server 0x10dcff8 1 2011-07-27 10:16:43.106 respond[17733] Server 0x10dd1d8 1 2011-07-27 10:16:43.106 respond[17733] Accept 707 2011-07-27 10:16:43.106 respond[17733] Server 0x10dd1d8 4 2011-07-27 10:16:43.107 respond[17733] Done reading 707 2011-07-27 10:16:43.107 respond[17733] Done writing 707 Passed test: test00.m:78 ... respond test 706 OK 2011-07-27 10:16:43.107 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.107 respond[17733] Server 0x10de278 1 2011-07-27 10:16:43.107 respond[17733] Server 0x10de458 1 2011-07-27 10:16:43.107 respond[17733] Accept 706 2011-07-27 10:16:43.108 respond[17733] Server 0x10de458 4 2011-07-27 10:16:43.108 respond[17733] Done reading 706 2011-07-27 10:16:43.108 respond[17733] Done writing 706 Passed test: test00.m:78 ... respond test 705 OK 2011-07-27 10:16:43.109 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.109 respond[17733] Server 0x10df4f8 1 2011-07-27 10:16:43.109 respond[17733] Server 0x10df6d8 1 2011-07-27 10:16:43.109 respond[17733] Accept 705 2011-07-27 10:16:43.109 respond[17733] Server 0x10df6d8 4 2011-07-27 10:16:43.109 respond[17733] Done reading 705 2011-07-27 10:16:43.109 respond[17733] Done writing 705 Passed test: test00.m:78 ... respond test 704 OK 2011-07-27 10:16:43.110 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.110 respond[17733] Server 0x10e0778 1 2011-07-27 10:16:43.110 respond[17733] Server 0x10e0958 1 2011-07-27 10:16:43.110 respond[17733] Accept 704 2011-07-27 10:16:43.110 respond[17733] Server 0x10e0958 4 2011-07-27 10:16:43.110 respond[17733] Done reading 704 2011-07-27 10:16:43.110 respond[17733] Done writing 704 Passed test: test00.m:78 ... respond test 703 OK 2011-07-27 10:16:43.111 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.111 respond[17733] Server 0x10e19f8 1 2011-07-27 10:16:43.111 respond[17733] Server 0x10e1bd8 1 2011-07-27 10:16:43.111 respond[17733] Accept 703 2011-07-27 10:16:43.111 respond[17733] Server 0x10e1bd8 4 2011-07-27 10:16:43.111 respond[17733] Done reading 703 2011-07-27 10:16:43.111 respond[17733] Done writing 703 Passed test: test00.m:78 ... respond test 702 OK 2011-07-27 10:16:43.112 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.112 respond[17733] Server 0x10e2c78 1 2011-07-27 10:16:43.112 respond[17733] Server 0x10e2e58 1 2011-07-27 10:16:43.112 respond[17733] Accept 702 2011-07-27 10:16:43.112 respond[17733] Server 0x10e2e58 4 2011-07-27 10:16:43.113 respond[17733] Done reading 702 2011-07-27 10:16:43.113 respond[17733] Done writing 702 Passed test: test00.m:78 ... respond test 701 OK 2011-07-27 10:16:43.113 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.113 respond[17733] Server 0x10e3ef8 1 2011-07-27 10:16:43.113 respond[17733] Server 0x10e40d8 1 2011-07-27 10:16:43.113 respond[17733] Accept 701 2011-07-27 10:16:43.114 respond[17733] Server 0x10e40d8 4 2011-07-27 10:16:43.114 respond[17733] Done reading 701 2011-07-27 10:16:43.114 respond[17733] Done writing 701 Passed test: test00.m:78 ... respond test 700 OK 2011-07-27 10:16:43.115 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.115 respond[17733] Server 0x10e5178 1 2011-07-27 10:16:43.115 respond[17733] Server 0x10e5358 1 2011-07-27 10:16:43.115 respond[17733] Accept 700 2011-07-27 10:16:43.115 respond[17733] Server 0x10e5358 4 2011-07-27 10:16:43.115 respond[17733] Done reading 700 2011-07-27 10:16:43.115 respond[17733] Done writing 700 Passed test: test00.m:78 ... respond test 699 OK 2011-07-27 10:16:43.116 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.116 respond[17733] Server 0x10e63f8 1 2011-07-27 10:16:43.116 respond[17733] Server 0x10e65d8 1 2011-07-27 10:16:43.116 respond[17733] Accept 699 2011-07-27 10:16:43.116 respond[17733] Server 0x10e65d8 4 2011-07-27 10:16:43.116 respond[17733] Done reading 699 2011-07-27 10:16:43.116 respond[17733] Done writing 699 Passed test: test00.m:78 ... respond test 698 OK 2011-07-27 10:16:43.117 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.117 respond[17733] Server 0x10e7678 1 2011-07-27 10:16:43.117 respond[17733] Server 0x10e7858 1 2011-07-27 10:16:43.117 respond[17733] Accept 698 2011-07-27 10:16:43.117 respond[17733] Server 0x10e7858 4 2011-07-27 10:16:43.117 respond[17733] Done reading 698 2011-07-27 10:16:43.117 respond[17733] Done writing 698 Passed test: test00.m:78 ... respond test 697 OK 2011-07-27 10:16:43.118 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.118 respond[17733] Server 0x10e88f8 1 2011-07-27 10:16:43.118 respond[17733] Server 0x10e8ad8 1 2011-07-27 10:16:43.118 respond[17733] Accept 697 2011-07-27 10:16:43.118 respond[17733] Server 0x10e8ad8 4 2011-07-27 10:16:43.119 respond[17733] Done reading 697 2011-07-27 10:16:43.119 respond[17733] Done writing 697 Passed test: test00.m:78 ... respond test 696 OK 2011-07-27 10:16:43.119 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.119 respond[17733] Server 0x10e9b78 1 2011-07-27 10:16:43.119 respond[17733] Server 0x10e9d58 1 2011-07-27 10:16:43.119 respond[17733] Accept 696 2011-07-27 10:16:43.120 respond[17733] Server 0x10e9d58 4 2011-07-27 10:16:43.120 respond[17733] Done reading 696 2011-07-27 10:16:43.120 respond[17733] Done writing 696 Passed test: test00.m:78 ... respond test 695 OK 2011-07-27 10:16:43.121 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.121 respond[17733] Server 0x10eadf8 1 2011-07-27 10:16:43.121 respond[17733] Server 0x10eafd8 1 2011-07-27 10:16:43.121 respond[17733] Accept 695 2011-07-27 10:16:43.121 respond[17733] Server 0x10eafd8 4 2011-07-27 10:16:43.121 respond[17733] Done reading 695 2011-07-27 10:16:43.121 respond[17733] Done writing 695 Passed test: test00.m:78 ... respond test 694 OK 2011-07-27 10:16:43.122 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.122 respond[17733] Server 0x10ec078 1 2011-07-27 10:16:43.122 respond[17733] Server 0x10ec258 1 2011-07-27 10:16:43.122 respond[17733] Accept 694 2011-07-27 10:16:43.122 respond[17733] Server 0x10ec258 4 2011-07-27 10:16:43.122 respond[17733] Done reading 694 2011-07-27 10:16:43.122 respond[17733] Done writing 694 Passed test: test00.m:78 ... respond test 693 OK 2011-07-27 10:16:43.123 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.123 respond[17733] Server 0x10ed2f8 1 2011-07-27 10:16:43.123 respond[17733] Server 0x10ed4d8 1 2011-07-27 10:16:43.123 respond[17733] Accept 693 2011-07-27 10:16:43.123 respond[17733] Server 0x10ed4d8 4 2011-07-27 10:16:43.123 respond[17733] Done reading 693 2011-07-27 10:16:43.123 respond[17733] Done writing 693 Passed test: test00.m:78 ... respond test 692 OK 2011-07-27 10:16:43.124 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.124 respond[17733] Server 0x10ee578 1 2011-07-27 10:16:43.124 respond[17733] Server 0x10ee758 1 2011-07-27 10:16:43.124 respond[17733] Accept 692 2011-07-27 10:16:43.124 respond[17733] Server 0x10ee758 4 2011-07-27 10:16:43.124 respond[17733] Done reading 692 2011-07-27 10:16:43.124 respond[17733] Done writing 692 Passed test: test00.m:78 ... respond test 691 OK 2011-07-27 10:16:43.125 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.125 respond[17733] Server 0x10ef7f8 1 2011-07-27 10:16:43.125 respond[17733] Server 0x10ef9d8 1 2011-07-27 10:16:43.125 respond[17733] Accept 691 2011-07-27 10:16:43.125 respond[17733] Server 0x10ef9d8 4 2011-07-27 10:16:43.126 respond[17733] Done reading 691 2011-07-27 10:16:43.126 respond[17733] Done writing 691 Passed test: test00.m:78 ... respond test 690 OK 2011-07-27 10:16:43.126 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.127 respond[17733] Server 0x10f0a78 1 2011-07-27 10:16:43.127 respond[17733] Server 0x10f0c58 1 2011-07-27 10:16:43.127 respond[17733] Accept 690 2011-07-27 10:16:43.127 respond[17733] Server 0x10f0c58 4 2011-07-27 10:16:43.127 respond[17733] Done reading 690 2011-07-27 10:16:43.127 respond[17733] Done writing 690 Passed test: test00.m:78 ... respond test 689 OK 2011-07-27 10:16:43.128 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.128 respond[17733] Server 0x10f1cf8 1 2011-07-27 10:16:43.128 respond[17733] Server 0x10f1ed8 1 2011-07-27 10:16:43.128 respond[17733] Accept 689 2011-07-27 10:16:43.128 respond[17733] Server 0x10f1ed8 4 2011-07-27 10:16:43.128 respond[17733] Done reading 689 2011-07-27 10:16:43.128 respond[17733] Done writing 689 Passed test: test00.m:78 ... respond test 688 OK 2011-07-27 10:16:43.129 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.129 respond[17733] Server 0x10f2f78 1 2011-07-27 10:16:43.129 respond[17733] Server 0x10f3158 1 2011-07-27 10:16:43.129 respond[17733] Accept 688 2011-07-27 10:16:43.129 respond[17733] Server 0x10f3158 4 2011-07-27 10:16:43.129 respond[17733] Done reading 688 2011-07-27 10:16:43.129 respond[17733] Done writing 688 Passed test: test00.m:78 ... respond test 687 OK 2011-07-27 10:16:43.130 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.130 respond[17733] Server 0x10f41f8 1 2011-07-27 10:16:43.130 respond[17733] Server 0x10f43d8 1 2011-07-27 10:16:43.130 respond[17733] Accept 687 2011-07-27 10:16:43.130 respond[17733] Server 0x10f43d8 4 2011-07-27 10:16:43.130 respond[17733] Done reading 687 2011-07-27 10:16:43.131 respond[17733] Done writing 687 Passed test: test00.m:78 ... respond test 686 OK 2011-07-27 10:16:43.131 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.131 respond[17733] Server 0x10f5478 1 2011-07-27 10:16:43.131 respond[17733] Server 0x10f5658 1 2011-07-27 10:16:43.131 respond[17733] Accept 686 2011-07-27 10:16:43.131 respond[17733] Server 0x10f5658 4 2011-07-27 10:16:43.132 respond[17733] Done reading 686 2011-07-27 10:16:43.132 respond[17733] Done writing 686 Passed test: test00.m:78 ... respond test 685 OK 2011-07-27 10:16:43.132 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.133 respond[17733] Server 0x10f66f8 1 2011-07-27 10:16:43.133 respond[17733] Server 0x10f68d8 1 2011-07-27 10:16:43.133 respond[17733] Accept 685 2011-07-27 10:16:43.133 respond[17733] Server 0x10f68d8 4 2011-07-27 10:16:43.133 respond[17733] Done reading 685 2011-07-27 10:16:43.133 respond[17733] Done writing 685 Passed test: test00.m:78 ... respond test 684 OK 2011-07-27 10:16:43.134 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.134 respond[17733] Server 0x10f7978 1 2011-07-27 10:16:43.134 respond[17733] Server 0x10f7b58 1 2011-07-27 10:16:43.134 respond[17733] Accept 684 2011-07-27 10:16:43.134 respond[17733] Server 0x10f7b58 4 2011-07-27 10:16:43.134 respond[17733] Done reading 684 2011-07-27 10:16:43.134 respond[17733] Done writing 684 Passed test: test00.m:78 ... respond test 683 OK 2011-07-27 10:16:43.135 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.135 respond[17733] Server 0x10f8bf8 1 2011-07-27 10:16:43.135 respond[17733] Server 0x10f8dd8 1 2011-07-27 10:16:43.135 respond[17733] Accept 683 2011-07-27 10:16:43.135 respond[17733] Server 0x10f8dd8 4 2011-07-27 10:16:43.135 respond[17733] Done reading 683 2011-07-27 10:16:43.135 respond[17733] Done writing 683 Passed test: test00.m:78 ... respond test 682 OK 2011-07-27 10:16:43.136 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.136 respond[17733] Server 0x10f9e78 1 2011-07-27 10:16:43.136 respond[17733] Server 0x10fa058 1 2011-07-27 10:16:43.136 respond[17733] Accept 682 2011-07-27 10:16:43.136 respond[17733] Server 0x10fa058 4 2011-07-27 10:16:43.137 respond[17733] Done reading 682 2011-07-27 10:16:43.137 respond[17733] Done writing 682 Passed test: test00.m:78 ... respond test 681 OK 2011-07-27 10:16:43.137 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.137 respond[17733] Server 0x10fb0f8 1 2011-07-27 10:16:43.137 respond[17733] Server 0x10fb2d8 1 2011-07-27 10:16:43.138 respond[17733] Accept 681 2011-07-27 10:16:43.138 respond[17733] Server 0x10fb2d8 4 2011-07-27 10:16:43.138 respond[17733] Done reading 681 2011-07-27 10:16:43.138 respond[17733] Done writing 681 Passed test: test00.m:78 ... respond test 680 OK 2011-07-27 10:16:43.139 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.139 respond[17733] Server 0x10fc378 1 2011-07-27 10:16:43.139 respond[17733] Server 0x10fc558 1 2011-07-27 10:16:43.139 respond[17733] Accept 680 2011-07-27 10:16:43.139 respond[17733] Server 0x10fc558 4 2011-07-27 10:16:43.139 respond[17733] Done reading 680 2011-07-27 10:16:43.139 respond[17733] Done writing 680 Passed test: test00.m:78 ... respond test 679 OK 2011-07-27 10:16:43.140 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.140 respond[17733] Server 0x10fd5f8 1 2011-07-27 10:16:43.140 respond[17733] Server 0x10fd7d8 1 2011-07-27 10:16:43.140 respond[17733] Accept 679 2011-07-27 10:16:43.140 respond[17733] Server 0x10fd7d8 4 2011-07-27 10:16:43.140 respond[17733] Done reading 679 2011-07-27 10:16:43.140 respond[17733] Done writing 679 Passed test: test00.m:78 ... respond test 678 OK 2011-07-27 10:16:43.141 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.141 respond[17733] Server 0x10fe878 1 2011-07-27 10:16:43.141 respond[17733] Server 0x10fea58 1 2011-07-27 10:16:43.141 respond[17733] Accept 678 2011-07-27 10:16:43.141 respond[17733] Server 0x10fea58 4 2011-07-27 10:16:43.141 respond[17733] Done reading 678 2011-07-27 10:16:43.141 respond[17733] Done writing 678 Passed test: test00.m:78 ... respond test 677 OK 2011-07-27 10:16:43.142 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.142 respond[17733] Server 0x10ffaf8 1 2011-07-27 10:16:43.142 respond[17733] Server 0x10ffcd8 1 2011-07-27 10:16:43.142 respond[17733] Accept 677 2011-07-27 10:16:43.142 respond[17733] Server 0x10ffcd8 4 2011-07-27 10:16:43.143 respond[17733] Done reading 677 2011-07-27 10:16:43.143 respond[17733] Done writing 677 Passed test: test00.m:78 ... respond test 676 OK 2011-07-27 10:16:43.143 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.143 respond[17733] Server 0x1100d78 1 2011-07-27 10:16:43.144 respond[17733] Server 0x1100f58 1 2011-07-27 10:16:43.144 respond[17733] Accept 676 2011-07-27 10:16:43.144 respond[17733] Server 0x1100f58 4 2011-07-27 10:16:43.144 respond[17733] Done reading 676 2011-07-27 10:16:43.144 respond[17733] Done writing 676 Passed test: test00.m:78 ... respond test 675 OK 2011-07-27 10:16:43.145 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.145 respond[17733] Server 0x1101ff8 1 2011-07-27 10:16:43.145 respond[17733] Server 0x11021d8 1 2011-07-27 10:16:43.145 respond[17733] Accept 675 2011-07-27 10:16:43.145 respond[17733] Server 0x11021d8 4 2011-07-27 10:16:43.145 respond[17733] Done reading 675 2011-07-27 10:16:43.145 respond[17733] Done writing 675 Passed test: test00.m:78 ... respond test 674 OK 2011-07-27 10:16:43.146 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.146 respond[17733] Server 0x1103278 1 2011-07-27 10:16:43.146 respond[17733] Server 0x1103458 1 2011-07-27 10:16:43.146 respond[17733] Accept 674 2011-07-27 10:16:43.146 respond[17733] Server 0x1103458 4 2011-07-27 10:16:43.146 respond[17733] Done reading 674 2011-07-27 10:16:43.146 respond[17733] Done writing 674 Passed test: test00.m:78 ... respond test 673 OK 2011-07-27 10:16:43.147 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.147 respond[17733] Server 0x11044f8 1 2011-07-27 10:16:43.147 respond[17733] Server 0x11046d8 1 2011-07-27 10:16:43.147 respond[17733] Accept 673 2011-07-27 10:16:43.147 respond[17733] Server 0x11046d8 4 2011-07-27 10:16:43.147 respond[17733] Done reading 673 2011-07-27 10:16:43.147 respond[17733] Done writing 673 Passed test: test00.m:78 ... respond test 672 OK 2011-07-27 10:16:43.148 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.148 respond[17733] Server 0x1105778 1 2011-07-27 10:16:43.148 respond[17733] Server 0x1105958 1 2011-07-27 10:16:43.148 respond[17733] Accept 672 2011-07-27 10:16:43.148 respond[17733] Server 0x1105958 4 2011-07-27 10:16:43.149 respond[17733] Done reading 672 2011-07-27 10:16:43.149 respond[17733] Done writing 672 Passed test: test00.m:78 ... respond test 671 OK 2011-07-27 10:16:43.149 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.149 respond[17733] Server 0x11069f8 1 2011-07-27 10:16:43.150 respond[17733] Server 0x1106bd8 1 2011-07-27 10:16:43.150 respond[17733] Accept 671 2011-07-27 10:16:43.150 respond[17733] Server 0x1106bd8 4 2011-07-27 10:16:43.150 respond[17733] Done reading 671 2011-07-27 10:16:43.150 respond[17733] Done writing 671 Passed test: test00.m:78 ... respond test 670 OK 2011-07-27 10:16:43.151 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.151 respond[17733] Server 0x1107c78 1 2011-07-27 10:16:43.151 respond[17733] Server 0x1107e58 1 2011-07-27 10:16:43.151 respond[17733] Accept 670 2011-07-27 10:16:43.151 respond[17733] Server 0x1107e58 4 2011-07-27 10:16:43.151 respond[17733] Done reading 670 2011-07-27 10:16:43.151 respond[17733] Done writing 670 Passed test: test00.m:78 ... respond test 669 OK 2011-07-27 10:16:43.152 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.152 respond[17733] Server 0x1108f38 1 2011-07-27 10:16:43.152 respond[17733] Server 0x11090f8 1 2011-07-27 10:16:43.152 respond[17733] Accept 669 2011-07-27 10:16:43.152 respond[17733] Server 0x11090f8 4 2011-07-27 10:16:43.153 respond[17733] Done reading 669 2011-07-27 10:16:43.153 respond[17733] Done writing 669 Passed test: test00.m:78 ... respond test 668 OK 2011-07-27 10:16:43.153 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.153 respond[17733] Server 0x110a198 1 2011-07-27 10:16:43.154 respond[17733] Server 0x110a378 1 2011-07-27 10:16:43.154 respond[17733] Accept 668 2011-07-27 10:16:43.154 respond[17733] Server 0x110a378 4 2011-07-27 10:16:43.154 respond[17733] Done reading 668 2011-07-27 10:16:43.154 respond[17733] Done writing 668 Passed test: test00.m:78 ... respond test 667 OK 2011-07-27 10:16:43.155 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.155 respond[17733] Server 0x110b418 1 2011-07-27 10:16:43.155 respond[17733] Server 0x110b5f8 1 2011-07-27 10:16:43.155 respond[17733] Accept 667 2011-07-27 10:16:43.155 respond[17733] Server 0x110b5f8 4 2011-07-27 10:16:43.155 respond[17733] Done reading 667 2011-07-27 10:16:43.155 respond[17733] Done writing 667 Passed test: test00.m:78 ... respond test 666 OK 2011-07-27 10:16:43.156 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.156 respond[17733] Server 0x110c698 1 2011-07-27 10:16:43.156 respond[17733] Server 0x110c878 1 2011-07-27 10:16:43.156 respond[17733] Accept 666 2011-07-27 10:16:43.156 respond[17733] Server 0x110c878 4 2011-07-27 10:16:43.156 respond[17733] Done reading 666 2011-07-27 10:16:43.156 respond[17733] Done writing 666 Passed test: test00.m:78 ... respond test 665 OK 2011-07-27 10:16:43.157 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.157 respond[17733] Server 0x110d918 1 2011-07-27 10:16:43.157 respond[17733] Server 0x110daf8 1 2011-07-27 10:16:43.157 respond[17733] Accept 665 2011-07-27 10:16:43.157 respond[17733] Server 0x110daf8 4 2011-07-27 10:16:43.157 respond[17733] Done reading 665 2011-07-27 10:16:43.157 respond[17733] Done writing 665 Passed test: test00.m:78 ... respond test 664 OK 2011-07-27 10:16:43.158 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.158 respond[17733] Server 0x110eb98 1 2011-07-27 10:16:43.158 respond[17733] Server 0x110ed78 1 2011-07-27 10:16:43.158 respond[17733] Accept 664 2011-07-27 10:16:43.158 respond[17733] Server 0x110ed78 4 2011-07-27 10:16:43.159 respond[17733] Done reading 664 2011-07-27 10:16:43.159 respond[17733] Done writing 664 Passed test: test00.m:78 ... respond test 663 OK 2011-07-27 10:16:43.159 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.160 respond[17733] Server 0x110fe18 1 2011-07-27 10:16:43.160 respond[17733] Server 0x110fff8 1 2011-07-27 10:16:43.160 respond[17733] Accept 663 2011-07-27 10:16:43.160 respond[17733] Server 0x110fff8 4 2011-07-27 10:16:43.160 respond[17733] Done reading 663 2011-07-27 10:16:43.160 respond[17733] Done writing 663 Passed test: test00.m:78 ... respond test 662 OK 2011-07-27 10:16:43.161 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.161 respond[17733] Server 0x1111098 1 2011-07-27 10:16:43.161 respond[17733] Server 0x1111278 1 2011-07-27 10:16:43.161 respond[17733] Accept 662 2011-07-27 10:16:43.161 respond[17733] Server 0x1111278 4 2011-07-27 10:16:43.161 respond[17733] Done reading 662 2011-07-27 10:16:43.161 respond[17733] Done writing 662 Passed test: test00.m:78 ... respond test 661 OK 2011-07-27 10:16:43.162 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.162 respond[17733] Server 0x1112318 1 2011-07-27 10:16:43.162 respond[17733] Server 0x11124f8 1 2011-07-27 10:16:43.162 respond[17733] Accept 661 2011-07-27 10:16:43.162 respond[17733] Server 0x11124f8 4 2011-07-27 10:16:43.162 respond[17733] Done reading 661 2011-07-27 10:16:43.162 respond[17733] Done writing 661 Passed test: test00.m:78 ... respond test 660 OK 2011-07-27 10:16:43.163 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.163 respond[17733] Server 0x1113598 1 2011-07-27 10:16:43.163 respond[17733] Server 0x1113778 1 2011-07-27 10:16:43.163 respond[17733] Accept 660 2011-07-27 10:16:43.163 respond[17733] Server 0x1113778 4 2011-07-27 10:16:43.163 respond[17733] Done reading 660 2011-07-27 10:16:43.163 respond[17733] Done writing 660 Passed test: test00.m:78 ... respond test 659 OK 2011-07-27 10:16:43.164 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.164 respond[17733] Server 0x1114818 1 2011-07-27 10:16:43.164 respond[17733] Server 0x11149f8 1 2011-07-27 10:16:43.164 respond[17733] Accept 659 2011-07-27 10:16:43.164 respond[17733] Server 0x11149f8 4 2011-07-27 10:16:43.165 respond[17733] Done reading 659 2011-07-27 10:16:43.165 respond[17733] Done writing 659 Passed test: test00.m:78 ... respond test 658 OK 2011-07-27 10:16:43.165 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.166 respond[17733] Server 0x1115a98 1 2011-07-27 10:16:43.166 respond[17733] Server 0x1115c78 1 2011-07-27 10:16:43.166 respond[17733] Accept 658 2011-07-27 10:16:43.166 respond[17733] Server 0x1115c78 4 2011-07-27 10:16:43.166 respond[17733] Done reading 658 2011-07-27 10:16:43.166 respond[17733] Done writing 658 Passed test: test00.m:78 ... respond test 657 OK 2011-07-27 10:16:43.167 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.167 respond[17733] Server 0x1116d18 1 2011-07-27 10:16:43.167 respond[17733] Server 0x1116ef8 1 2011-07-27 10:16:43.167 respond[17733] Accept 657 2011-07-27 10:16:43.167 respond[17733] Server 0x1116ef8 4 2011-07-27 10:16:43.167 respond[17733] Done reading 657 2011-07-27 10:16:43.167 respond[17733] Done writing 657 Passed test: test00.m:78 ... respond test 656 OK 2011-07-27 10:16:43.168 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.168 respond[17733] Server 0x1117fb8 1 2011-07-27 10:16:43.168 respond[17733] Server 0x1118198 1 2011-07-27 10:16:43.168 respond[17733] Accept 656 2011-07-27 10:16:43.168 respond[17733] Server 0x1118198 4 2011-07-27 10:16:43.168 respond[17733] Done reading 656 2011-07-27 10:16:43.168 respond[17733] Done writing 656 Passed test: test00.m:78 ... respond test 655 OK 2011-07-27 10:16:43.169 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.169 respond[17733] Server 0x1119258 1 2011-07-27 10:16:43.169 respond[17733] Server 0x1119438 1 2011-07-27 10:16:43.169 respond[17733] Accept 655 2011-07-27 10:16:43.169 respond[17733] Server 0x1119438 4 2011-07-27 10:16:43.170 respond[17733] Done reading 655 2011-07-27 10:16:43.170 respond[17733] Done writing 655 Passed test: test00.m:78 ... respond test 654 OK 2011-07-27 10:16:43.170 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.170 respond[17733] Server 0x111a4f8 1 2011-07-27 10:16:43.170 respond[17733] Server 0x111a6d8 1 2011-07-27 10:16:43.170 respond[17733] Accept 654 2011-07-27 10:16:43.171 respond[17733] Server 0x111a6d8 4 2011-07-27 10:16:43.171 respond[17733] Done reading 654 2011-07-27 10:16:43.171 respond[17733] Done writing 654 Passed test: test00.m:78 ... respond test 653 OK 2011-07-27 10:16:43.172 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.172 respond[17733] Server 0x111b798 1 2011-07-27 10:16:43.172 respond[17733] Server 0x111b978 1 2011-07-27 10:16:43.172 respond[17733] Accept 653 2011-07-27 10:16:43.172 respond[17733] Server 0x111b978 4 2011-07-27 10:16:43.172 respond[17733] Done reading 653 2011-07-27 10:16:43.172 respond[17733] Done writing 653 Passed test: test00.m:78 ... respond test 652 OK 2011-07-27 10:16:43.173 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.173 respond[17733] Server 0x111ca38 1 2011-07-27 10:16:43.173 respond[17733] Server 0x111cc18 1 2011-07-27 10:16:43.173 respond[17733] Accept 652 2011-07-27 10:16:43.173 respond[17733] Server 0x111cc18 4 2011-07-27 10:16:43.173 respond[17733] Done reading 652 2011-07-27 10:16:43.173 respond[17733] Done writing 652 Passed test: test00.m:78 ... respond test 651 OK 2011-07-27 10:16:43.174 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.174 respond[17733] Server 0x111dcd8 1 2011-07-27 10:16:43.174 respond[17733] Server 0x111deb8 1 2011-07-27 10:16:43.174 respond[17733] Accept 651 2011-07-27 10:16:43.174 respond[17733] Server 0x111deb8 4 2011-07-27 10:16:43.175 respond[17733] Done reading 651 2011-07-27 10:16:43.175 respond[17733] Done writing 651 Passed test: test00.m:78 ... respond test 650 OK 2011-07-27 10:16:43.175 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.175 respond[17733] Server 0x111ef78 1 2011-07-27 10:16:43.175 respond[17733] Server 0x111f158 1 2011-07-27 10:16:43.175 respond[17733] Accept 650 2011-07-27 10:16:43.175 respond[17733] Server 0x111f158 4 2011-07-27 10:16:43.176 respond[17733] Done reading 650 2011-07-27 10:16:43.176 respond[17733] Done writing 650 Passed test: test00.m:78 ... respond test 649 OK 2011-07-27 10:16:43.177 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.177 respond[17733] Server 0x1120218 1 2011-07-27 10:16:43.177 respond[17733] Server 0x11203f8 1 2011-07-27 10:16:43.177 respond[17733] Accept 649 2011-07-27 10:16:43.177 respond[17733] Server 0x11203f8 4 2011-07-27 10:16:43.177 respond[17733] Done reading 649 2011-07-27 10:16:43.177 respond[17733] Done writing 649 Passed test: test00.m:78 ... respond test 648 OK 2011-07-27 10:16:43.178 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.178 respond[17733] Server 0x11214b8 1 2011-07-27 10:16:43.178 respond[17733] Server 0x1121698 1 2011-07-27 10:16:43.178 respond[17733] Accept 648 2011-07-27 10:16:43.178 respond[17733] Server 0x1121698 4 2011-07-27 10:16:43.178 respond[17733] Done reading 648 2011-07-27 10:16:43.178 respond[17733] Done writing 648 Passed test: test00.m:78 ... respond test 647 OK 2011-07-27 10:16:43.179 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.179 respond[17733] Server 0x1122758 1 2011-07-27 10:16:43.179 respond[17733] Server 0x1122938 1 2011-07-27 10:16:43.179 respond[17733] Accept 647 2011-07-27 10:16:43.179 respond[17733] Server 0x1122938 4 2011-07-27 10:16:43.179 respond[17733] Done reading 647 2011-07-27 10:16:43.179 respond[17733] Done writing 647 Passed test: test00.m:78 ... respond test 646 OK 2011-07-27 10:16:43.180 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.180 respond[17733] Server 0x11239f8 1 2011-07-27 10:16:43.180 respond[17733] Server 0x1123bd8 1 2011-07-27 10:16:43.180 respond[17733] Accept 646 2011-07-27 10:16:43.180 respond[17733] Server 0x1123bd8 4 2011-07-27 10:16:43.181 respond[17733] Done reading 646 2011-07-27 10:16:43.181 respond[17733] Done writing 646 Passed test: test00.m:78 ... respond test 645 OK 2011-07-27 10:16:43.181 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.181 respond[17733] Server 0x1124c98 1 2011-07-27 10:16:43.182 respond[17733] Server 0x1124e78 1 2011-07-27 10:16:43.182 respond[17733] Accept 645 2011-07-27 10:16:43.182 respond[17733] Server 0x1124e78 4 2011-07-27 10:16:43.182 respond[17733] Done reading 645 2011-07-27 10:16:43.182 respond[17733] Done writing 645 Passed test: test00.m:78 ... respond test 644 OK 2011-07-27 10:16:43.183 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.183 respond[17733] Server 0x1125f38 1 2011-07-27 10:16:43.183 respond[17733] Server 0x1126118 1 2011-07-27 10:16:43.183 respond[17733] Accept 644 2011-07-27 10:16:43.183 respond[17733] Server 0x1126118 4 2011-07-27 10:16:43.183 respond[17733] Done reading 644 2011-07-27 10:16:43.183 respond[17733] Done writing 644 Passed test: test00.m:78 ... respond test 643 OK 2011-07-27 10:16:43.184 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.184 respond[17733] Server 0x11271d8 1 2011-07-27 10:16:43.184 respond[17733] Server 0x11273b8 1 2011-07-27 10:16:43.184 respond[17733] Accept 643 2011-07-27 10:16:43.184 respond[17733] Server 0x11273b8 4 2011-07-27 10:16:43.184 respond[17733] Done reading 643 2011-07-27 10:16:43.184 respond[17733] Done writing 643 Passed test: test00.m:78 ... respond test 642 OK 2011-07-27 10:16:43.185 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.185 respond[17733] Server 0x1128478 1 2011-07-27 10:16:43.185 respond[17733] Server 0x1128658 1 2011-07-27 10:16:43.185 respond[17733] Accept 642 2011-07-27 10:16:43.185 respond[17733] Server 0x1128658 4 2011-07-27 10:16:43.186 respond[17733] Done reading 642 2011-07-27 10:16:43.186 respond[17733] Done writing 642 Passed test: test00.m:78 ... respond test 641 OK 2011-07-27 10:16:43.186 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.186 respond[17733] Server 0x1129718 1 2011-07-27 10:16:43.186 respond[17733] Server 0x11298f8 1 2011-07-27 10:16:43.186 respond[17733] Accept 641 2011-07-27 10:16:43.187 respond[17733] Server 0x11298f8 4 2011-07-27 10:16:43.187 respond[17733] Done reading 641 2011-07-27 10:16:43.187 respond[17733] Done writing 641 Passed test: test00.m:78 ... respond test 640 OK 2011-07-27 10:16:43.188 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.188 respond[17733] Server 0x112a9b8 1 2011-07-27 10:16:43.188 respond[17733] Server 0x112ab98 1 2011-07-27 10:16:43.188 respond[17733] Accept 640 2011-07-27 10:16:43.188 respond[17733] Server 0x112ab98 4 2011-07-27 10:16:43.188 respond[17733] Done reading 640 2011-07-27 10:16:43.188 respond[17733] Done writing 640 Passed test: test00.m:78 ... respond test 639 OK 2011-07-27 10:16:43.189 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.189 respond[17733] Server 0x112bc58 1 2011-07-27 10:16:43.189 respond[17733] Server 0x112be38 1 2011-07-27 10:16:43.189 respond[17733] Accept 639 2011-07-27 10:16:43.189 respond[17733] Server 0x112be38 4 2011-07-27 10:16:43.189 respond[17733] Done reading 639 2011-07-27 10:16:43.189 respond[17733] Done writing 639 Passed test: test00.m:78 ... respond test 638 OK 2011-07-27 10:16:43.190 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.190 respond[17733] Server 0x112cef8 1 2011-07-27 10:16:43.190 respond[17733] Server 0x112d0d8 1 2011-07-27 10:16:43.193 respond[17733] Accept 638 2011-07-27 10:16:43.193 respond[17733] Server 0x112d0d8 4 2011-07-27 10:16:43.194 respond[17733] Done reading 638 2011-07-27 10:16:43.194 respond[17733] Done writing 638 Passed test: test00.m:78 ... respond test 637 OK 2011-07-27 10:16:43.194 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.194 respond[17733] Server 0x112e198 1 2011-07-27 10:16:43.195 respond[17733] Server 0x112e378 1 2011-07-27 10:16:43.195 respond[17733] Accept 637 2011-07-27 10:16:43.195 respond[17733] Server 0x112e378 4 2011-07-27 10:16:43.195 respond[17733] Done reading 637 2011-07-27 10:16:43.195 respond[17733] Done writing 637 Passed test: test00.m:78 ... respond test 636 OK 2011-07-27 10:16:43.196 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.196 respond[17733] Server 0x112f438 1 2011-07-27 10:16:43.196 respond[17733] Server 0x112f618 1 2011-07-27 10:16:43.196 respond[17733] Accept 636 2011-07-27 10:16:43.196 respond[17733] Server 0x112f618 4 2011-07-27 10:16:43.196 respond[17733] Done reading 636 2011-07-27 10:16:43.196 respond[17733] Done writing 636 Passed test: test00.m:78 ... respond test 635 OK 2011-07-27 10:16:43.197 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.197 respond[17733] Server 0x11306d8 1 2011-07-27 10:16:43.197 respond[17733] Server 0x11308b8 1 2011-07-27 10:16:43.197 respond[17733] Accept 635 2011-07-27 10:16:43.197 respond[17733] Server 0x11308b8 4 2011-07-27 10:16:43.197 respond[17733] Done reading 635 2011-07-27 10:16:43.197 respond[17733] Done writing 635 Passed test: test00.m:78 ... respond test 634 OK 2011-07-27 10:16:43.198 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.198 respond[17733] Server 0x1131978 1 2011-07-27 10:16:43.198 respond[17733] Server 0x1131b58 1 2011-07-27 10:16:43.198 respond[17733] Accept 634 2011-07-27 10:16:43.198 respond[17733] Server 0x1131b58 4 2011-07-27 10:16:43.199 respond[17733] Done reading 634 2011-07-27 10:16:43.199 respond[17733] Done writing 634 Passed test: test00.m:78 ... respond test 633 OK 2011-07-27 10:16:43.199 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.199 respond[17733] Server 0x1132c18 1 2011-07-27 10:16:43.199 respond[17733] Server 0x1132df8 1 2011-07-27 10:16:43.199 respond[17733] Accept 633 2011-07-27 10:16:43.200 respond[17733] Server 0x1132df8 4 2011-07-27 10:16:43.200 respond[17733] Done reading 633 2011-07-27 10:16:43.200 respond[17733] Done writing 633 Passed test: test00.m:78 ... respond test 632 OK 2011-07-27 10:16:43.201 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.201 respond[17733] Server 0x1133eb8 1 2011-07-27 10:16:43.201 respond[17733] Server 0x1134098 1 2011-07-27 10:16:43.201 respond[17733] Accept 632 2011-07-27 10:16:43.201 respond[17733] Server 0x1134098 4 2011-07-27 10:16:43.201 respond[17733] Done reading 632 2011-07-27 10:16:43.201 respond[17733] Done writing 632 Passed test: test00.m:78 ... respond test 631 OK 2011-07-27 10:16:43.202 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.202 respond[17733] Server 0x1135158 1 2011-07-27 10:16:43.202 respond[17733] Server 0x1135338 1 2011-07-27 10:16:43.202 respond[17733] Accept 631 2011-07-27 10:16:43.202 respond[17733] Server 0x1135338 4 2011-07-27 10:16:43.202 respond[17733] Done reading 631 2011-07-27 10:16:43.202 respond[17733] Done writing 631 Passed test: test00.m:78 ... respond test 630 OK 2011-07-27 10:16:43.203 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.203 respond[17733] Server 0x11363f8 1 2011-07-27 10:16:43.203 respond[17733] Server 0x11365d8 1 2011-07-27 10:16:43.203 respond[17733] Accept 630 2011-07-27 10:16:43.203 respond[17733] Server 0x11365d8 4 2011-07-27 10:16:43.203 respond[17733] Done reading 630 2011-07-27 10:16:43.204 respond[17733] Done writing 630 Passed test: test00.m:78 ... respond test 629 OK 2011-07-27 10:16:43.204 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.204 respond[17733] Server 0x1137698 1 2011-07-27 10:16:43.204 respond[17733] Server 0x1137878 1 2011-07-27 10:16:43.204 respond[17733] Accept 629 2011-07-27 10:16:43.204 respond[17733] Server 0x1137878 4 2011-07-27 10:16:43.205 respond[17733] Done reading 629 2011-07-27 10:16:43.205 respond[17733] Done writing 629 Passed test: test00.m:78 ... respond test 628 OK 2011-07-27 10:16:43.205 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.206 respond[17733] Server 0x1138938 1 2011-07-27 10:16:43.206 respond[17733] Server 0x1138b18 1 2011-07-27 10:16:43.206 respond[17733] Accept 628 2011-07-27 10:16:43.206 respond[17733] Server 0x1138b18 4 2011-07-27 10:16:43.206 respond[17733] Done reading 628 2011-07-27 10:16:43.206 respond[17733] Done writing 628 Passed test: test00.m:78 ... respond test 627 OK 2011-07-27 10:16:43.207 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.207 respond[17733] Server 0x1139bd8 1 2011-07-27 10:16:43.207 respond[17733] Server 0x1139db8 1 2011-07-27 10:16:43.207 respond[17733] Accept 627 2011-07-27 10:16:43.207 respond[17733] Server 0x1139db8 4 2011-07-27 10:16:43.207 respond[17733] Done reading 627 2011-07-27 10:16:43.207 respond[17733] Done writing 627 Passed test: test00.m:78 ... respond test 626 OK 2011-07-27 10:16:43.208 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.208 respond[17733] Server 0x113ae78 1 2011-07-27 10:16:43.208 respond[17733] Server 0x113b058 1 2011-07-27 10:16:43.208 respond[17733] Accept 626 2011-07-27 10:16:43.208 respond[17733] Server 0x113b058 4 2011-07-27 10:16:43.208 respond[17733] Done reading 626 2011-07-27 10:16:43.208 respond[17733] Done writing 626 Passed test: test00.m:78 ... respond test 625 OK 2011-07-27 10:16:43.209 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.209 respond[17733] Server 0x113c118 1 2011-07-27 10:16:43.209 respond[17733] Server 0x113c2f8 1 2011-07-27 10:16:43.209 respond[17733] Accept 625 2011-07-27 10:16:43.209 respond[17733] Server 0x113c2f8 4 2011-07-27 10:16:43.210 respond[17733] Done reading 625 2011-07-27 10:16:43.210 respond[17733] Done writing 625 Passed test: test00.m:78 ... respond test 624 OK 2011-07-27 10:16:43.210 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.210 respond[17733] Server 0x113d3b8 1 2011-07-27 10:16:43.210 respond[17733] Server 0x113d598 1 2011-07-27 10:16:43.211 respond[17733] Accept 624 2011-07-27 10:16:43.211 respond[17733] Server 0x113d598 4 2011-07-27 10:16:43.211 respond[17733] Done reading 624 2011-07-27 10:16:43.211 respond[17733] Done writing 624 Passed test: test00.m:78 ... respond test 623 OK 2011-07-27 10:16:43.212 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.212 respond[17733] Server 0x113e658 1 2011-07-27 10:16:43.212 respond[17733] Server 0x113e838 1 2011-07-27 10:16:43.212 respond[17733] Accept 623 2011-07-27 10:16:43.212 respond[17733] Server 0x113e838 4 2011-07-27 10:16:43.212 respond[17733] Done reading 623 2011-07-27 10:16:43.212 respond[17733] Done writing 623 Passed test: test00.m:78 ... respond test 622 OK 2011-07-27 10:16:43.213 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.213 respond[17733] Server 0x113f8f8 1 2011-07-27 10:16:43.213 respond[17733] Server 0x113fad8 1 2011-07-27 10:16:43.213 respond[17733] Accept 622 2011-07-27 10:16:43.213 respond[17733] Server 0x113fad8 4 2011-07-27 10:16:43.213 respond[17733] Done reading 622 2011-07-27 10:16:43.213 respond[17733] Done writing 622 Passed test: test00.m:78 ... respond test 621 OK 2011-07-27 10:16:43.214 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.214 respond[17733] Server 0x1140b98 1 2011-07-27 10:16:43.214 respond[17733] Server 0x1140d78 1 2011-07-27 10:16:43.214 respond[17733] Accept 621 2011-07-27 10:16:43.214 respond[17733] Server 0x1140d78 4 2011-07-27 10:16:43.215 respond[17733] Done reading 621 2011-07-27 10:16:43.215 respond[17733] Done writing 621 Passed test: test00.m:78 ... respond test 620 OK 2011-07-27 10:16:43.215 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.215 respond[17733] Server 0x1141e38 1 2011-07-27 10:16:43.215 respond[17733] Server 0x1142018 1 2011-07-27 10:16:43.215 respond[17733] Accept 620 2011-07-27 10:16:43.215 respond[17733] Server 0x1142018 4 2011-07-27 10:16:43.216 respond[17733] Done reading 620 2011-07-27 10:16:43.216 respond[17733] Done writing 620 Passed test: test00.m:78 ... respond test 619 OK 2011-07-27 10:16:43.217 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.217 respond[17733] Server 0x11430d8 1 2011-07-27 10:16:43.217 respond[17733] Server 0x11432b8 1 2011-07-27 10:16:43.217 respond[17733] Accept 619 2011-07-27 10:16:43.217 respond[17733] Server 0x11432b8 4 2011-07-27 10:16:43.217 respond[17733] Done reading 619 2011-07-27 10:16:43.217 respond[17733] Done writing 619 Passed test: test00.m:78 ... respond test 618 OK 2011-07-27 10:16:43.218 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.218 respond[17733] Server 0x1144378 1 2011-07-27 10:16:43.218 respond[17733] Server 0x1144558 1 2011-07-27 10:16:43.218 respond[17733] Accept 618 2011-07-27 10:16:43.218 respond[17733] Server 0x1144558 4 2011-07-27 10:16:43.218 respond[17733] Done reading 618 2011-07-27 10:16:43.218 respond[17733] Done writing 618 Passed test: test00.m:78 ... respond test 617 OK 2011-07-27 10:16:43.219 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.219 respond[17733] Server 0x1145618 1 2011-07-27 10:16:43.219 respond[17733] Server 0x11457f8 1 2011-07-27 10:16:43.219 respond[17733] Accept 617 2011-07-27 10:16:43.219 respond[17733] Server 0x11457f8 4 2011-07-27 10:16:43.220 respond[17733] Done reading 617 2011-07-27 10:16:43.220 respond[17733] Done writing 617 Passed test: test00.m:78 ... respond test 616 OK 2011-07-27 10:16:43.220 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.220 respond[17733] Server 0x11468b8 1 2011-07-27 10:16:43.220 respond[17733] Server 0x1146a98 1 2011-07-27 10:16:43.220 respond[17733] Accept 616 2011-07-27 10:16:43.220 respond[17733] Server 0x1146a98 4 2011-07-27 10:16:43.221 respond[17733] Done reading 616 2011-07-27 10:16:43.221 respond[17733] Done writing 616 Passed test: test00.m:78 ... respond test 615 OK 2011-07-27 10:16:43.222 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.222 respond[17733] Server 0x1147b58 1 2011-07-27 10:16:43.222 respond[17733] Server 0x1147d38 1 2011-07-27 10:16:43.222 respond[17733] Accept 615 2011-07-27 10:16:43.222 respond[17733] Server 0x1147d38 4 2011-07-27 10:16:43.222 respond[17733] Done reading 615 2011-07-27 10:16:43.222 respond[17733] Done writing 615 Passed test: test00.m:78 ... respond test 614 OK 2011-07-27 10:16:43.223 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.223 respond[17733] Server 0x1148e08 1 2011-07-27 10:16:43.223 respond[17733] Server 0x1148fe8 1 2011-07-27 10:16:43.223 respond[17733] Accept 614 2011-07-27 10:16:43.223 respond[17733] Server 0x1148fe8 4 2011-07-27 10:16:43.223 respond[17733] Done reading 614 2011-07-27 10:16:43.223 respond[17733] Done writing 614 Passed test: test00.m:78 ... respond test 613 OK 2011-07-27 10:16:43.224 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.224 respond[17733] Server 0x114a0a8 1 2011-07-27 10:16:43.224 respond[17733] Server 0x114a288 1 2011-07-27 10:16:43.224 respond[17733] Accept 613 2011-07-27 10:16:43.224 respond[17733] Server 0x114a288 4 2011-07-27 10:16:43.224 respond[17733] Done reading 613 2011-07-27 10:16:43.224 respond[17733] Done writing 613 Passed test: test00.m:78 ... respond test 612 OK 2011-07-27 10:16:43.225 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.225 respond[17733] Server 0x114b348 1 2011-07-27 10:16:43.225 respond[17733] Server 0x114b528 1 2011-07-27 10:16:43.225 respond[17733] Accept 612 2011-07-27 10:16:43.225 respond[17733] Server 0x114b528 4 2011-07-27 10:16:43.226 respond[17733] Done reading 612 2011-07-27 10:16:43.226 respond[17733] Done writing 612 Passed test: test00.m:78 ... respond test 611 OK 2011-07-27 10:16:43.226 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.227 respond[17733] Server 0x114c5e8 1 2011-07-27 10:16:43.227 respond[17733] Server 0x114c7c8 1 2011-07-27 10:16:43.227 respond[17733] Accept 611 2011-07-27 10:16:43.227 respond[17733] Server 0x114c7c8 4 2011-07-27 10:16:43.227 respond[17733] Done reading 611 2011-07-27 10:16:43.227 respond[17733] Done writing 611 Passed test: test00.m:78 ... respond test 610 OK 2011-07-27 10:16:43.228 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.228 respond[17733] Server 0x114d888 1 2011-07-27 10:16:43.228 respond[17733] Server 0x114da68 1 2011-07-27 10:16:43.228 respond[17733] Accept 610 2011-07-27 10:16:43.228 respond[17733] Server 0x114da68 4 2011-07-27 10:16:43.228 respond[17733] Done reading 610 2011-07-27 10:16:43.228 respond[17733] Done writing 610 Passed test: test00.m:78 ... respond test 609 OK 2011-07-27 10:16:43.229 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.229 respond[17733] Server 0x114eb28 1 2011-07-27 10:16:43.229 respond[17733] Server 0x114ed08 1 2011-07-27 10:16:43.229 respond[17733] Accept 609 2011-07-27 10:16:43.229 respond[17733] Server 0x114ed08 4 2011-07-27 10:16:43.229 respond[17733] Done reading 609 2011-07-27 10:16:43.229 respond[17733] Done writing 609 Passed test: test00.m:78 ... respond test 608 OK 2011-07-27 10:16:43.230 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.230 respond[17733] Server 0x114fdc8 1 2011-07-27 10:16:43.230 respond[17733] Server 0x114ffa8 1 2011-07-27 10:16:43.230 respond[17733] Accept 608 2011-07-27 10:16:43.230 respond[17733] Server 0x114ffa8 4 2011-07-27 10:16:43.231 respond[17733] Done reading 608 2011-07-27 10:16:43.231 respond[17733] Done writing 608 Passed test: test00.m:78 ... respond test 607 OK 2011-07-27 10:16:43.231 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.231 respond[17733] Server 0x1151068 1 2011-07-27 10:16:43.231 respond[17733] Server 0x1151248 1 2011-07-27 10:16:43.231 respond[17733] Accept 607 2011-07-27 10:16:43.232 respond[17733] Server 0x1151248 4 2011-07-27 10:16:43.232 respond[17733] Done reading 607 2011-07-27 10:16:43.232 respond[17733] Done writing 607 Passed test: test00.m:78 ... respond test 606 OK 2011-07-27 10:16:43.233 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.233 respond[17733] Server 0x1152308 1 2011-07-27 10:16:43.233 respond[17733] Server 0x11524e8 1 2011-07-27 10:16:43.233 respond[17733] Accept 606 2011-07-27 10:16:43.233 respond[17733] Server 0x11524e8 4 2011-07-27 10:16:43.233 respond[17733] Done reading 606 2011-07-27 10:16:43.233 respond[17733] Done writing 606 Passed test: test00.m:78 ... respond test 605 OK 2011-07-27 10:16:43.234 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.234 respond[17733] Server 0x11535a8 1 2011-07-27 10:16:43.234 respond[17733] Server 0x1153788 1 2011-07-27 10:16:43.234 respond[17733] Accept 605 2011-07-27 10:16:43.234 respond[17733] Server 0x1153788 4 2011-07-27 10:16:43.234 respond[17733] Done reading 605 2011-07-27 10:16:43.234 respond[17733] Done writing 605 Passed test: test00.m:78 ... respond test 604 OK 2011-07-27 10:16:43.235 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.235 respond[17733] Server 0x1154848 1 2011-07-27 10:16:43.235 respond[17733] Server 0x1154a28 1 2011-07-27 10:16:43.235 respond[17733] Accept 604 2011-07-27 10:16:43.235 respond[17733] Server 0x1154a28 4 2011-07-27 10:16:43.235 respond[17733] Done reading 604 2011-07-27 10:16:43.236 respond[17733] Done writing 604 Passed test: test00.m:78 ... respond test 603 OK 2011-07-27 10:16:43.236 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.236 respond[17733] Server 0x1155ae8 1 2011-07-27 10:16:43.236 respond[17733] Server 0x1155cc8 1 2011-07-27 10:16:43.236 respond[17733] Accept 603 2011-07-27 10:16:43.236 respond[17733] Server 0x1155cc8 4 2011-07-27 10:16:43.237 respond[17733] Done reading 603 2011-07-27 10:16:43.237 respond[17733] Done writing 603 Passed test: test00.m:78 ... respond test 602 OK 2011-07-27 10:16:43.237 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.238 respond[17733] Server 0x1156d88 1 2011-07-27 10:16:43.238 respond[17733] Server 0x1156f68 1 2011-07-27 10:16:43.238 respond[17733] Accept 602 2011-07-27 10:16:43.238 respond[17733] Server 0x1156f68 4 2011-07-27 10:16:43.238 respond[17733] Done reading 602 2011-07-27 10:16:43.238 respond[17733] Done writing 602 Passed test: test00.m:78 ... respond test 601 OK 2011-07-27 10:16:43.239 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.239 respond[17733] Server 0x1158028 1 2011-07-27 10:16:43.239 respond[17733] Server 0x1158208 1 2011-07-27 10:16:43.239 respond[17733] Accept 601 2011-07-27 10:16:43.239 respond[17733] Server 0x1158208 4 2011-07-27 10:16:43.239 respond[17733] Done reading 601 2011-07-27 10:16:43.239 respond[17733] Done writing 601 Passed test: test00.m:78 ... respond test 600 OK 2011-07-27 10:16:43.240 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.240 respond[17733] Server 0x11592c8 1 2011-07-27 10:16:43.240 respond[17733] Server 0x11594a8 1 2011-07-27 10:16:43.240 respond[17733] Accept 600 2011-07-27 10:16:43.240 respond[17733] Server 0x11594a8 4 2011-07-27 10:16:43.240 respond[17733] Done reading 600 2011-07-27 10:16:43.240 respond[17733] Done writing 600 Passed test: test00.m:78 ... respond test 599 OK 2011-07-27 10:16:43.241 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.241 respond[17733] Server 0x115a568 1 2011-07-27 10:16:43.241 respond[17733] Server 0x115a748 1 2011-07-27 10:16:43.241 respond[17733] Accept 599 2011-07-27 10:16:43.241 respond[17733] Server 0x115a748 4 2011-07-27 10:16:43.242 respond[17733] Done reading 599 2011-07-27 10:16:43.242 respond[17733] Done writing 599 Passed test: test00.m:78 ... respond test 598 OK 2011-07-27 10:16:43.242 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.242 respond[17733] Server 0x115b808 1 2011-07-27 10:16:43.242 respond[17733] Server 0x115b9e8 1 2011-07-27 10:16:43.242 respond[17733] Accept 598 2011-07-27 10:16:43.243 respond[17733] Server 0x115b9e8 4 2011-07-27 10:16:43.243 respond[17733] Done reading 598 2011-07-27 10:16:43.243 respond[17733] Done writing 598 Passed test: test00.m:78 ... respond test 597 OK 2011-07-27 10:16:43.244 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.244 respond[17733] Server 0x115caa8 1 2011-07-27 10:16:43.244 respond[17733] Server 0x115cc88 1 2011-07-27 10:16:43.244 respond[17733] Accept 597 2011-07-27 10:16:43.244 respond[17733] Server 0x115cc88 4 2011-07-27 10:16:43.244 respond[17733] Done reading 597 2011-07-27 10:16:43.244 respond[17733] Done writing 597 Passed test: test00.m:78 ... respond test 596 OK 2011-07-27 10:16:43.245 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.245 respond[17733] Server 0x115dd48 1 2011-07-27 10:16:43.245 respond[17733] Server 0x115df28 1 2011-07-27 10:16:43.245 respond[17733] Accept 596 2011-07-27 10:16:43.245 respond[17733] Server 0x115df28 4 2011-07-27 10:16:43.245 respond[17733] Done reading 596 2011-07-27 10:16:43.245 respond[17733] Done writing 596 Passed test: test00.m:78 ... respond test 595 OK 2011-07-27 10:16:43.246 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.246 respond[17733] Server 0x115efe8 1 2011-07-27 10:16:43.246 respond[17733] Server 0x115f1c8 1 2011-07-27 10:16:43.246 respond[17733] Accept 595 2011-07-27 10:16:43.246 respond[17733] Server 0x115f1c8 4 2011-07-27 10:16:43.247 respond[17733] Done reading 595 2011-07-27 10:16:43.247 respond[17733] Done writing 595 Passed test: test00.m:78 ... respond test 594 OK 2011-07-27 10:16:43.247 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.247 respond[17733] Server 0x1160288 1 2011-07-27 10:16:43.247 respond[17733] Server 0x1160468 1 2011-07-27 10:16:43.247 respond[17733] Accept 594 2011-07-27 10:16:43.247 respond[17733] Server 0x1160468 4 2011-07-27 10:16:43.248 respond[17733] Done reading 594 2011-07-27 10:16:43.248 respond[17733] Done writing 594 Passed test: test00.m:78 ... respond test 593 OK 2011-07-27 10:16:43.249 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.249 respond[17733] Server 0x1161528 1 2011-07-27 10:16:43.249 respond[17733] Server 0x1161708 1 2011-07-27 10:16:43.249 respond[17733] Accept 593 2011-07-27 10:16:43.249 respond[17733] Server 0x1161708 4 2011-07-27 10:16:43.249 respond[17733] Done reading 593 2011-07-27 10:16:43.249 respond[17733] Done writing 593 Passed test: test00.m:78 ... respond test 592 OK 2011-07-27 10:16:43.250 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.250 respond[17733] Server 0x11627c8 1 2011-07-27 10:16:43.250 respond[17733] Server 0x11629a8 1 2011-07-27 10:16:43.250 respond[17733] Accept 592 2011-07-27 10:16:43.250 respond[17733] Server 0x11629a8 4 2011-07-27 10:16:43.250 respond[17733] Done reading 592 2011-07-27 10:16:43.250 respond[17733] Done writing 592 Passed test: test00.m:78 ... respond test 591 OK 2011-07-27 10:16:43.251 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.251 respond[17733] Server 0x1163a68 1 2011-07-27 10:16:43.251 respond[17733] Server 0x1163c48 1 2011-07-27 10:16:43.251 respond[17733] Accept 591 2011-07-27 10:16:43.251 respond[17733] Server 0x1163c48 4 2011-07-27 10:16:43.251 respond[17733] Done reading 591 2011-07-27 10:16:43.251 respond[17733] Done writing 591 Passed test: test00.m:78 ... respond test 590 OK 2011-07-27 10:16:43.252 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.252 respond[17733] Server 0x1164d08 1 2011-07-27 10:16:43.252 respond[17733] Server 0x1164ee8 1 2011-07-27 10:16:43.252 respond[17733] Accept 590 2011-07-27 10:16:43.252 respond[17733] Server 0x1164ee8 4 2011-07-27 10:16:43.253 respond[17733] Done reading 590 2011-07-27 10:16:43.253 respond[17733] Done writing 590 Passed test: test00.m:78 ... respond test 589 OK 2011-07-27 10:16:43.253 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.253 respond[17733] Server 0x1165fa8 1 2011-07-27 10:16:43.254 respond[17733] Server 0x1166188 1 2011-07-27 10:16:43.254 respond[17733] Accept 589 2011-07-27 10:16:43.254 respond[17733] Server 0x1166188 4 2011-07-27 10:16:43.254 respond[17733] Done reading 589 2011-07-27 10:16:43.254 respond[17733] Done writing 589 Passed test: test00.m:78 ... respond test 588 OK 2011-07-27 10:16:43.255 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.255 respond[17733] Server 0x1167248 1 2011-07-27 10:16:43.255 respond[17733] Server 0x1167428 1 2011-07-27 10:16:43.255 respond[17733] Accept 588 2011-07-27 10:16:43.255 respond[17733] Server 0x1167428 4 2011-07-27 10:16:43.255 respond[17733] Done reading 588 2011-07-27 10:16:43.255 respond[17733] Done writing 588 Passed test: test00.m:78 ... respond test 587 OK 2011-07-27 10:16:43.257 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.257 respond[17733] Server 0x11684e8 1 2011-07-27 10:16:43.257 respond[17733] Server 0x11686c8 1 2011-07-27 10:16:43.257 respond[17733] Accept 587 2011-07-27 10:16:43.257 respond[17733] Server 0x11686c8 4 2011-07-27 10:16:43.257 respond[17733] Done reading 587 2011-07-27 10:16:43.257 respond[17733] Done writing 587 Passed test: test00.m:78 ... respond test 586 OK 2011-07-27 10:16:43.258 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.258 respond[17733] Server 0x11697a8 1 2011-07-27 10:16:43.258 respond[17733] Server 0x1169988 1 2011-07-27 10:16:43.258 respond[17733] Accept 586 2011-07-27 10:16:43.258 respond[17733] Server 0x1169988 4 2011-07-27 10:16:43.259 respond[17733] Done reading 586 2011-07-27 10:16:43.259 respond[17733] Done writing 586 Passed test: test00.m:78 ... respond test 585 OK 2011-07-27 10:16:43.259 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.259 respond[17733] Server 0x116aa48 1 2011-07-27 10:16:43.259 respond[17733] Server 0x116ac28 1 2011-07-27 10:16:43.259 respond[17733] Accept 585 2011-07-27 10:16:43.260 respond[17733] Server 0x116ac28 4 2011-07-27 10:16:43.260 respond[17733] Done reading 585 2011-07-27 10:16:43.260 respond[17733] Done writing 585 Passed test: test00.m:78 ... respond test 584 OK 2011-07-27 10:16:43.261 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.261 respond[17733] Server 0x116bce8 1 2011-07-27 10:16:43.261 respond[17733] Server 0x116bec8 1 2011-07-27 10:16:43.261 respond[17733] Accept 584 2011-07-27 10:16:43.261 respond[17733] Server 0x116bec8 4 2011-07-27 10:16:43.261 respond[17733] Done reading 584 2011-07-27 10:16:43.261 respond[17733] Done writing 584 Passed test: test00.m:78 ... respond test 583 OK 2011-07-27 10:16:43.262 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.262 respond[17733] Server 0x116cf88 1 2011-07-27 10:16:43.262 respond[17733] Server 0x116d168 1 2011-07-27 10:16:43.262 respond[17733] Accept 583 2011-07-27 10:16:43.262 respond[17733] Server 0x116d168 4 2011-07-27 10:16:43.262 respond[17733] Done reading 583 2011-07-27 10:16:43.262 respond[17733] Done writing 583 Passed test: test00.m:78 ... respond test 582 OK 2011-07-27 10:16:43.263 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.263 respond[17733] Server 0x116e228 1 2011-07-27 10:16:43.263 respond[17733] Server 0x116e408 1 2011-07-27 10:16:43.263 respond[17733] Accept 582 2011-07-27 10:16:43.263 respond[17733] Server 0x116e408 4 2011-07-27 10:16:43.264 respond[17733] Done reading 582 2011-07-27 10:16:43.264 respond[17733] Done writing 582 Passed test: test00.m:78 ... respond test 581 OK 2011-07-27 10:16:43.264 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.264 respond[17733] Server 0x116f4c8 1 2011-07-27 10:16:43.264 respond[17733] Server 0x116f6a8 1 2011-07-27 10:16:43.264 respond[17733] Accept 581 2011-07-27 10:16:43.264 respond[17733] Server 0x116f6a8 4 2011-07-27 10:16:43.265 respond[17733] Done reading 581 2011-07-27 10:16:43.265 respond[17733] Done writing 581 Passed test: test00.m:78 ... respond test 580 OK 2011-07-27 10:16:43.266 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.266 respond[17733] Server 0x1170768 1 2011-07-27 10:16:43.266 respond[17733] Server 0x1170948 1 2011-07-27 10:16:43.266 respond[17733] Accept 580 2011-07-27 10:16:43.266 respond[17733] Server 0x1170948 4 2011-07-27 10:16:43.266 respond[17733] Done reading 580 2011-07-27 10:16:43.266 respond[17733] Done writing 580 Passed test: test00.m:78 ... respond test 579 OK 2011-07-27 10:16:43.267 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.267 respond[17733] Server 0x1171a08 1 2011-07-27 10:16:43.267 respond[17733] Server 0x1171be8 1 2011-07-27 10:16:43.267 respond[17733] Accept 579 2011-07-27 10:16:43.267 respond[17733] Server 0x1171be8 4 2011-07-27 10:16:43.267 respond[17733] Done reading 579 2011-07-27 10:16:43.267 respond[17733] Done writing 579 Passed test: test00.m:78 ... respond test 578 OK 2011-07-27 10:16:43.268 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.268 respond[17733] Server 0x1172ca8 1 2011-07-27 10:16:43.268 respond[17733] Server 0x1172e88 1 2011-07-27 10:16:43.268 respond[17733] Accept 578 2011-07-27 10:16:43.268 respond[17733] Server 0x1172e88 4 2011-07-27 10:16:43.268 respond[17733] Done reading 578 2011-07-27 10:16:43.268 respond[17733] Done writing 578 Passed test: test00.m:78 ... respond test 577 OK 2011-07-27 10:16:43.269 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.269 respond[17733] Server 0x1173f48 1 2011-07-27 10:16:43.269 respond[17733] Server 0x1174128 1 2011-07-27 10:16:43.269 respond[17733] Accept 577 2011-07-27 10:16:43.269 respond[17733] Server 0x1174128 4 2011-07-27 10:16:43.270 respond[17733] Done reading 577 2011-07-27 10:16:43.270 respond[17733] Done writing 577 Passed test: test00.m:78 ... respond test 576 OK 2011-07-27 10:16:43.270 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.271 respond[17733] Server 0x11751e8 1 2011-07-27 10:16:43.271 respond[17733] Server 0x11753c8 1 2011-07-27 10:16:43.271 respond[17733] Accept 576 2011-07-27 10:16:43.271 respond[17733] Server 0x11753c8 4 2011-07-27 10:16:43.271 respond[17733] Done reading 576 2011-07-27 10:16:43.271 respond[17733] Done writing 576 Passed test: test00.m:78 ... respond test 575 OK 2011-07-27 10:16:43.272 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.272 respond[17733] Server 0x1176488 1 2011-07-27 10:16:43.272 respond[17733] Server 0x1176668 1 2011-07-27 10:16:43.272 respond[17733] Accept 575 2011-07-27 10:16:43.272 respond[17733] Server 0x1176668 4 2011-07-27 10:16:43.272 respond[17733] Done reading 575 2011-07-27 10:16:43.272 respond[17733] Done writing 575 Passed test: test00.m:78 ... respond test 574 OK 2011-07-27 10:16:43.273 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.273 respond[17733] Server 0x1177728 1 2011-07-27 10:16:43.273 respond[17733] Server 0x1177908 1 2011-07-27 10:16:43.273 respond[17733] Accept 574 2011-07-27 10:16:43.273 respond[17733] Server 0x1177908 4 2011-07-27 10:16:43.273 respond[17733] Done reading 574 2011-07-27 10:16:43.273 respond[17733] Done writing 574 Passed test: test00.m:78 ... respond test 573 OK 2011-07-27 10:16:43.274 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.274 respond[17733] Server 0x11789c8 1 2011-07-27 10:16:43.274 respond[17733] Server 0x1178ba8 1 2011-07-27 10:16:43.274 respond[17733] Accept 573 2011-07-27 10:16:43.274 respond[17733] Server 0x1178ba8 4 2011-07-27 10:16:43.275 respond[17733] Done reading 573 2011-07-27 10:16:43.275 respond[17733] Done writing 573 Passed test: test00.m:78 ... respond test 572 OK 2011-07-27 10:16:43.275 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.275 respond[17733] Server 0x1179c68 1 2011-07-27 10:16:43.275 respond[17733] Server 0x1179e48 1 2011-07-27 10:16:43.275 respond[17733] Accept 572 2011-07-27 10:16:43.276 respond[17733] Server 0x1179e48 4 2011-07-27 10:16:43.276 respond[17733] Done reading 572 2011-07-27 10:16:43.276 respond[17733] Done writing 572 Passed test: test00.m:78 ... respond test 571 OK 2011-07-27 10:16:43.277 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.277 respond[17733] Server 0x117af08 1 2011-07-27 10:16:43.277 respond[17733] Server 0x117b0e8 1 2011-07-27 10:16:43.277 respond[17733] Accept 571 2011-07-27 10:16:43.277 respond[17733] Server 0x117b0e8 4 2011-07-27 10:16:43.277 respond[17733] Done reading 571 2011-07-27 10:16:43.277 respond[17733] Done writing 571 Passed test: test00.m:78 ... respond test 570 OK 2011-07-27 10:16:43.278 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.278 respond[17733] Server 0x117c1a8 1 2011-07-27 10:16:43.278 respond[17733] Server 0x117c388 1 2011-07-27 10:16:43.278 respond[17733] Accept 570 2011-07-27 10:16:43.278 respond[17733] Server 0x117c388 4 2011-07-27 10:16:43.278 respond[17733] Done reading 570 2011-07-27 10:16:43.278 respond[17733] Done writing 570 Passed test: test00.m:78 ... respond test 569 OK 2011-07-27 10:16:43.279 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.279 respond[17733] Server 0x117d448 1 2011-07-27 10:16:43.279 respond[17733] Server 0x117d628 1 2011-07-27 10:16:43.279 respond[17733] Accept 569 2011-07-27 10:16:43.279 respond[17733] Server 0x117d628 4 2011-07-27 10:16:43.280 respond[17733] Done reading 569 2011-07-27 10:16:43.280 respond[17733] Done writing 569 Passed test: test00.m:78 ... respond test 568 OK 2011-07-27 10:16:43.280 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.280 respond[17733] Server 0x117e6e8 1 2011-07-27 10:16:43.280 respond[17733] Server 0x117e8c8 1 2011-07-27 10:16:43.280 respond[17733] Accept 568 2011-07-27 10:16:43.280 respond[17733] Server 0x117e8c8 4 2011-07-27 10:16:43.281 respond[17733] Done reading 568 2011-07-27 10:16:43.281 respond[17733] Done writing 568 Passed test: test00.m:78 ... respond test 567 OK 2011-07-27 10:16:43.282 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.282 respond[17733] Server 0x117f988 1 2011-07-27 10:16:43.282 respond[17733] Server 0x117fb68 1 2011-07-27 10:16:43.282 respond[17733] Accept 567 2011-07-27 10:16:43.282 respond[17733] Server 0x117fb68 4 2011-07-27 10:16:43.282 respond[17733] Done reading 567 2011-07-27 10:16:43.282 respond[17733] Done writing 567 Passed test: test00.m:78 ... respond test 566 OK 2011-07-27 10:16:43.283 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.283 respond[17733] Server 0x1180c28 1 2011-07-27 10:16:43.283 respond[17733] Server 0x1180e08 1 2011-07-27 10:16:43.283 respond[17733] Accept 566 2011-07-27 10:16:43.283 respond[17733] Server 0x1180e08 4 2011-07-27 10:16:43.283 respond[17733] Done reading 566 2011-07-27 10:16:43.283 respond[17733] Done writing 566 Passed test: test00.m:78 ... respond test 565 OK 2011-07-27 10:16:43.284 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.284 respond[17733] Server 0x1181ec8 1 2011-07-27 10:16:43.284 respond[17733] Server 0x11820a8 1 2011-07-27 10:16:43.284 respond[17733] Accept 565 2011-07-27 10:16:43.284 respond[17733] Server 0x11820a8 4 2011-07-27 10:16:43.284 respond[17733] Done reading 565 2011-07-27 10:16:43.284 respond[17733] Done writing 565 Passed test: test00.m:78 ... respond test 564 OK 2011-07-27 10:16:43.285 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.285 respond[17733] Server 0x1183168 1 2011-07-27 10:16:43.285 respond[17733] Server 0x1183348 1 2011-07-27 10:16:43.285 respond[17733] Accept 564 2011-07-27 10:16:43.285 respond[17733] Server 0x1183348 4 2011-07-27 10:16:43.286 respond[17733] Done reading 564 2011-07-27 10:16:43.286 respond[17733] Done writing 564 Passed test: test00.m:78 ... respond test 563 OK 2011-07-27 10:16:43.286 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.286 respond[17733] Server 0x1184408 1 2011-07-27 10:16:43.287 respond[17733] Server 0x11845e8 1 2011-07-27 10:16:43.287 respond[17733] Accept 563 2011-07-27 10:16:43.287 respond[17733] Server 0x11845e8 4 2011-07-27 10:16:43.287 respond[17733] Done reading 563 2011-07-27 10:16:43.287 respond[17733] Done writing 563 Passed test: test00.m:78 ... respond test 562 OK 2011-07-27 10:16:43.288 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.288 respond[17733] Server 0x11856a8 1 2011-07-27 10:16:43.288 respond[17733] Server 0x1185888 1 2011-07-27 10:16:43.288 respond[17733] Accept 562 2011-07-27 10:16:43.288 respond[17733] Server 0x1185888 4 2011-07-27 10:16:43.288 respond[17733] Done reading 562 2011-07-27 10:16:43.288 respond[17733] Done writing 562 Passed test: test00.m:78 ... respond test 561 OK 2011-07-27 10:16:43.289 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.289 respond[17733] Server 0x1186948 1 2011-07-27 10:16:43.289 respond[17733] Server 0x1186b28 1 2011-07-27 10:16:43.289 respond[17733] Accept 561 2011-07-27 10:16:43.289 respond[17733] Server 0x1186b28 4 2011-07-27 10:16:43.289 respond[17733] Done reading 561 2011-07-27 10:16:43.289 respond[17733] Done writing 561 Passed test: test00.m:78 ... respond test 560 OK 2011-07-27 10:16:43.290 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.290 respond[17733] Server 0x1187be8 1 2011-07-27 10:16:43.290 respond[17733] Server 0x1187dc8 1 2011-07-27 10:16:43.290 respond[17733] Accept 560 2011-07-27 10:16:43.290 respond[17733] Server 0x1187dc8 4 2011-07-27 10:16:43.291 respond[17733] Done reading 560 2011-07-27 10:16:43.291 respond[17733] Done writing 560 Passed test: test00.m:78 ... respond test 559 OK 2011-07-27 10:16:43.291 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.291 respond[17733] Server 0x1188e88 1 2011-07-27 10:16:43.291 respond[17733] Server 0x1189068 1 2011-07-27 10:16:43.291 respond[17733] Accept 559 2011-07-27 10:16:43.292 respond[17733] Server 0x1189068 4 2011-07-27 10:16:43.292 respond[17733] Done reading 559 2011-07-27 10:16:43.292 respond[17733] Done writing 559 Passed test: test00.m:78 ... respond test 558 OK 2011-07-27 10:16:43.293 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.293 respond[17733] Server 0x118a138 1 2011-07-27 10:16:43.293 respond[17733] Server 0x118a318 1 2011-07-27 10:16:43.293 respond[17733] Accept 558 2011-07-27 10:16:43.293 respond[17733] Server 0x118a318 4 2011-07-27 10:16:43.293 respond[17733] Done reading 558 2011-07-27 10:16:43.293 respond[17733] Done writing 558 Passed test: test00.m:78 ... respond test 557 OK 2011-07-27 10:16:43.294 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.294 respond[17733] Server 0x118b3d8 1 2011-07-27 10:16:43.294 respond[17733] Server 0x118b5b8 1 2011-07-27 10:16:43.294 respond[17733] Accept 557 2011-07-27 10:16:43.294 respond[17733] Server 0x118b5b8 4 2011-07-27 10:16:43.294 respond[17733] Done reading 557 2011-07-27 10:16:43.294 respond[17733] Done writing 557 Passed test: test00.m:78 ... respond test 556 OK 2011-07-27 10:16:43.295 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.295 respond[17733] Server 0x118c678 1 2011-07-27 10:16:43.295 respond[17733] Server 0x118c858 1 2011-07-27 10:16:43.295 respond[17733] Accept 556 2011-07-27 10:16:43.295 respond[17733] Server 0x118c858 4 2011-07-27 10:16:43.295 respond[17733] Done reading 556 2011-07-27 10:16:43.296 respond[17733] Done writing 556 Passed test: test00.m:78 ... respond test 555 OK 2011-07-27 10:16:43.296 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.296 respond[17733] Server 0x118d918 1 2011-07-27 10:16:43.296 respond[17733] Server 0x118daf8 1 2011-07-27 10:16:43.296 respond[17733] Accept 555 2011-07-27 10:16:43.296 respond[17733] Server 0x118daf8 4 2011-07-27 10:16:43.297 respond[17733] Done reading 555 2011-07-27 10:16:43.297 respond[17733] Done writing 555 Passed test: test00.m:78 ... respond test 554 OK 2011-07-27 10:16:43.297 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.298 respond[17733] Server 0x118ebb8 1 2011-07-27 10:16:43.298 respond[17733] Server 0x118ed98 1 2011-07-27 10:16:43.298 respond[17733] Accept 554 2011-07-27 10:16:43.298 respond[17733] Server 0x118ed98 4 2011-07-27 10:16:43.298 respond[17733] Done reading 554 2011-07-27 10:16:43.298 respond[17733] Done writing 554 Passed test: test00.m:78 ... respond test 553 OK 2011-07-27 10:16:43.299 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.299 respond[17733] Server 0x118fe58 1 2011-07-27 10:16:43.299 respond[17733] Server 0x1190038 1 2011-07-27 10:16:43.299 respond[17733] Accept 553 2011-07-27 10:16:43.299 respond[17733] Server 0x1190038 4 2011-07-27 10:16:43.299 respond[17733] Done reading 553 2011-07-27 10:16:43.299 respond[17733] Done writing 553 Passed test: test00.m:78 ... respond test 552 OK 2011-07-27 10:16:43.300 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.300 respond[17733] Server 0x11910f8 1 2011-07-27 10:16:43.300 respond[17733] Server 0x11912d8 1 2011-07-27 10:16:43.300 respond[17733] Accept 552 2011-07-27 10:16:43.300 respond[17733] Server 0x11912d8 4 2011-07-27 10:16:43.300 respond[17733] Done reading 552 2011-07-27 10:16:43.300 respond[17733] Done writing 552 Passed test: test00.m:78 ... respond test 551 OK 2011-07-27 10:16:43.301 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.301 respond[17733] Server 0x1192398 1 2011-07-27 10:16:43.301 respond[17733] Server 0x1192578 1 2011-07-27 10:16:43.301 respond[17733] Accept 551 2011-07-27 10:16:43.301 respond[17733] Server 0x1192578 4 2011-07-27 10:16:43.302 respond[17733] Done reading 551 2011-07-27 10:16:43.302 respond[17733] Done writing 551 Passed test: test00.m:78 ... respond test 550 OK 2011-07-27 10:16:43.302 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.302 respond[17733] Server 0x1193638 1 2011-07-27 10:16:43.302 respond[17733] Server 0x1193818 1 2011-07-27 10:16:43.302 respond[17733] Accept 550 2011-07-27 10:16:43.303 respond[17733] Server 0x1193818 4 2011-07-27 10:16:43.303 respond[17733] Done reading 550 2011-07-27 10:16:43.303 respond[17733] Done writing 550 Passed test: test00.m:78 ... respond test 549 OK 2011-07-27 10:16:43.304 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.304 respond[17733] Server 0x11948d8 1 2011-07-27 10:16:43.304 respond[17733] Server 0x1194ab8 1 2011-07-27 10:16:43.304 respond[17733] Accept 549 2011-07-27 10:16:43.304 respond[17733] Server 0x1194ab8 4 2011-07-27 10:16:43.304 respond[17733] Done reading 549 2011-07-27 10:16:43.304 respond[17733] Done writing 549 Passed test: test00.m:78 ... respond test 548 OK 2011-07-27 10:16:43.305 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.305 respond[17733] Server 0x1195b78 1 2011-07-27 10:16:43.305 respond[17733] Server 0x1195d58 1 2011-07-27 10:16:43.305 respond[17733] Accept 548 2011-07-27 10:16:43.305 respond[17733] Server 0x1195d58 4 2011-07-27 10:16:43.305 respond[17733] Done reading 548 2011-07-27 10:16:43.305 respond[17733] Done writing 548 Passed test: test00.m:78 ... respond test 547 OK 2011-07-27 10:16:43.306 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.306 respond[17733] Server 0x1196e18 1 2011-07-27 10:16:43.306 respond[17733] Server 0x1196ff8 1 2011-07-27 10:16:43.306 respond[17733] Accept 547 2011-07-27 10:16:43.306 respond[17733] Server 0x1196ff8 4 2011-07-27 10:16:43.307 respond[17733] Done reading 547 2011-07-27 10:16:43.307 respond[17733] Done writing 547 Passed test: test00.m:78 ... respond test 546 OK 2011-07-27 10:16:43.307 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.307 respond[17733] Server 0x11980b8 1 2011-07-27 10:16:43.307 respond[17733] Server 0x1198298 1 2011-07-27 10:16:43.307 respond[17733] Accept 546 2011-07-27 10:16:43.307 respond[17733] Server 0x1198298 4 2011-07-27 10:16:43.308 respond[17733] Done reading 546 2011-07-27 10:16:43.308 respond[17733] Done writing 546 Passed test: test00.m:78 ... respond test 545 OK 2011-07-27 10:16:43.309 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.309 respond[17733] Server 0x1199358 1 2011-07-27 10:16:43.309 respond[17733] Server 0x1199538 1 2011-07-27 10:16:43.309 respond[17733] Accept 545 2011-07-27 10:16:43.309 respond[17733] Server 0x1199538 4 2011-07-27 10:16:43.309 respond[17733] Done reading 545 2011-07-27 10:16:43.309 respond[17733] Done writing 545 Passed test: test00.m:78 ... respond test 544 OK 2011-07-27 10:16:43.310 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.310 respond[17733] Server 0x119a5f8 1 2011-07-27 10:16:43.310 respond[17733] Server 0x119a7d8 1 2011-07-27 10:16:43.310 respond[17733] Accept 544 2011-07-27 10:16:43.310 respond[17733] Server 0x119a7d8 4 2011-07-27 10:16:43.310 respond[17733] Done reading 544 2011-07-27 10:16:43.310 respond[17733] Done writing 544 Passed test: test00.m:78 ... respond test 543 OK 2011-07-27 10:16:43.311 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.311 respond[17733] Server 0x119b898 1 2011-07-27 10:16:43.311 respond[17733] Server 0x119ba78 1 2011-07-27 10:16:43.311 respond[17733] Accept 543 2011-07-27 10:16:43.311 respond[17733] Server 0x119ba78 4 2011-07-27 10:16:43.311 respond[17733] Done reading 543 2011-07-27 10:16:43.312 respond[17733] Done writing 543 Passed test: test00.m:78 ... respond test 542 OK 2011-07-27 10:16:43.312 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.312 respond[17733] Server 0x119cb38 1 2011-07-27 10:16:43.312 respond[17733] Server 0x119cd18 1 2011-07-27 10:16:43.312 respond[17733] Accept 542 2011-07-27 10:16:43.312 respond[17733] Server 0x119cd18 4 2011-07-27 10:16:43.313 respond[17733] Done reading 542 2011-07-27 10:16:43.313 respond[17733] Done writing 542 Passed test: test00.m:78 ... respond test 541 OK 2011-07-27 10:16:43.313 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.314 respond[17733] Server 0x119ddd8 1 2011-07-27 10:16:43.314 respond[17733] Server 0x119dfb8 1 2011-07-27 10:16:43.314 respond[17733] Accept 541 2011-07-27 10:16:43.314 respond[17733] Server 0x119dfb8 4 2011-07-27 10:16:43.314 respond[17733] Done reading 541 2011-07-27 10:16:43.314 respond[17733] Done writing 541 Passed test: test00.m:78 ... respond test 540 OK 2011-07-27 10:16:43.315 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.315 respond[17733] Server 0x119f078 1 2011-07-27 10:16:43.315 respond[17733] Server 0x119f258 1 2011-07-27 10:16:43.315 respond[17733] Accept 540 2011-07-27 10:16:43.315 respond[17733] Server 0x119f258 4 2011-07-27 10:16:43.315 respond[17733] Done reading 540 2011-07-27 10:16:43.315 respond[17733] Done writing 540 Passed test: test00.m:78 ... respond test 539 OK 2011-07-27 10:16:43.316 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.316 respond[17733] Server 0x11a0318 1 2011-07-27 10:16:43.316 respond[17733] Server 0x11a04f8 1 2011-07-27 10:16:43.316 respond[17733] Accept 539 2011-07-27 10:16:43.316 respond[17733] Server 0x11a04f8 4 2011-07-27 10:16:43.316 respond[17733] Done reading 539 2011-07-27 10:16:43.316 respond[17733] Done writing 539 Passed test: test00.m:78 ... respond test 538 OK 2011-07-27 10:16:43.317 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.317 respond[17733] Server 0x11a15b8 1 2011-07-27 10:16:43.317 respond[17733] Server 0x11a1798 1 2011-07-27 10:16:43.317 respond[17733] Accept 538 2011-07-27 10:16:43.317 respond[17733] Server 0x11a1798 4 2011-07-27 10:16:43.318 respond[17733] Done reading 538 2011-07-27 10:16:43.318 respond[17733] Done writing 538 Passed test: test00.m:78 ... respond test 537 OK 2011-07-27 10:16:43.318 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.318 respond[17733] Server 0x11a2858 1 2011-07-27 10:16:43.318 respond[17733] Server 0x11a2a38 1 2011-07-27 10:16:43.319 respond[17733] Accept 537 2011-07-27 10:16:43.319 respond[17733] Server 0x11a2a38 4 2011-07-27 10:16:43.319 respond[17733] Done reading 537 2011-07-27 10:16:43.319 respond[17733] Done writing 537 Passed test: test00.m:78 ... respond test 536 OK 2011-07-27 10:16:43.320 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.320 respond[17733] Server 0x11a3af8 1 2011-07-27 10:16:43.320 respond[17733] Server 0x11a3cd8 1 2011-07-27 10:16:43.320 respond[17733] Accept 536 2011-07-27 10:16:43.320 respond[17733] Server 0x11a3cd8 4 2011-07-27 10:16:43.320 respond[17733] Done reading 536 2011-07-27 10:16:43.320 respond[17733] Done writing 536 Passed test: test00.m:78 ... respond test 535 OK 2011-07-27 10:16:43.321 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.321 respond[17733] Server 0x11a4d98 1 2011-07-27 10:16:43.321 respond[17733] Server 0x11a4f78 1 2011-07-27 10:16:43.321 respond[17733] Accept 535 2011-07-27 10:16:43.321 respond[17733] Server 0x11a4f78 4 2011-07-27 10:16:43.321 respond[17733] Done reading 535 2011-07-27 10:16:43.321 respond[17733] Done writing 535 Passed test: test00.m:78 ... respond test 534 OK 2011-07-27 10:16:43.322 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.322 respond[17733] Server 0x11a6038 1 2011-07-27 10:16:43.322 respond[17733] Server 0x11a6218 1 2011-07-27 10:16:43.322 respond[17733] Accept 534 2011-07-27 10:16:43.322 respond[17733] Server 0x11a6218 4 2011-07-27 10:16:43.323 respond[17733] Done reading 534 2011-07-27 10:16:43.323 respond[17733] Done writing 534 Passed test: test00.m:78 ... respond test 533 OK 2011-07-27 10:16:43.323 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.323 respond[17733] Server 0x11a72d8 1 2011-07-27 10:16:43.323 respond[17733] Server 0x11a74b8 1 2011-07-27 10:16:43.323 respond[17733] Accept 533 2011-07-27 10:16:43.324 respond[17733] Server 0x11a74b8 4 2011-07-27 10:16:43.324 respond[17733] Done reading 533 2011-07-27 10:16:43.324 respond[17733] Done writing 533 Passed test: test00.m:78 ... respond test 532 OK 2011-07-27 10:16:43.325 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.325 respond[17733] Server 0x11a8578 1 2011-07-27 10:16:43.325 respond[17733] Server 0x11a8758 1 2011-07-27 10:16:43.325 respond[17733] Accept 532 2011-07-27 10:16:43.325 respond[17733] Server 0x11a8758 4 2011-07-27 10:16:43.325 respond[17733] Done reading 532 2011-07-27 10:16:43.325 respond[17733] Done writing 532 Passed test: test00.m:78 ... respond test 531 OK 2011-07-27 10:16:43.326 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.326 respond[17733] Server 0x11a9818 1 2011-07-27 10:16:43.326 respond[17733] Server 0x11a99f8 1 2011-07-27 10:16:43.326 respond[17733] Accept 531 2011-07-27 10:16:43.326 respond[17733] Server 0x11a99f8 4 2011-07-27 10:16:43.326 respond[17733] Done reading 531 2011-07-27 10:16:43.326 respond[17733] Done writing 531 Passed test: test00.m:78 ... respond test 530 OK 2011-07-27 10:16:43.327 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.327 respond[17733] Server 0x11aaab8 1 2011-07-27 10:16:43.327 respond[17733] Server 0x11aac98 1 2011-07-27 10:16:43.327 respond[17733] Accept 530 2011-07-27 10:16:43.327 respond[17733] Server 0x11aac98 4 2011-07-27 10:16:43.328 respond[17733] Done reading 530 2011-07-27 10:16:43.328 respond[17733] Done writing 530 Passed test: test00.m:78 ... respond test 529 OK 2011-07-27 10:16:43.328 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.328 respond[17733] Server 0x11abd58 1 2011-07-27 10:16:43.328 respond[17733] Server 0x11abf38 1 2011-07-27 10:16:43.328 respond[17733] Accept 529 2011-07-27 10:16:43.328 respond[17733] Server 0x11abf38 4 2011-07-27 10:16:43.329 respond[17733] Done reading 529 2011-07-27 10:16:43.329 respond[17733] Done writing 529 Passed test: test00.m:78 ... respond test 528 OK 2011-07-27 10:16:43.330 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.330 respond[17733] Server 0x11acff8 1 2011-07-27 10:16:43.330 respond[17733] Server 0x11ad1d8 1 2011-07-27 10:16:43.330 respond[17733] Accept 528 2011-07-27 10:16:43.330 respond[17733] Server 0x11ad1d8 4 2011-07-27 10:16:43.330 respond[17733] Done reading 528 2011-07-27 10:16:43.330 respond[17733] Done writing 528 Passed test: test00.m:78 ... respond test 527 OK 2011-07-27 10:16:43.331 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.331 respond[17733] Server 0x11ae298 1 2011-07-27 10:16:43.331 respond[17733] Server 0x11ae478 1 2011-07-27 10:16:43.331 respond[17733] Accept 527 2011-07-27 10:16:43.331 respond[17733] Server 0x11ae478 4 2011-07-27 10:16:43.331 respond[17733] Done reading 527 2011-07-27 10:16:43.331 respond[17733] Done writing 527 Passed test: test00.m:78 ... respond test 526 OK 2011-07-27 10:16:43.332 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.332 respond[17733] Server 0x11af538 1 2011-07-27 10:16:43.332 respond[17733] Server 0x11af718 1 2011-07-27 10:16:43.332 respond[17733] Accept 526 2011-07-27 10:16:43.332 respond[17733] Server 0x11af718 4 2011-07-27 10:16:43.332 respond[17733] Done reading 526 2011-07-27 10:16:43.332 respond[17733] Done writing 526 Passed test: test00.m:78 ... respond test 525 OK 2011-07-27 10:16:43.333 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.333 respond[17733] Server 0x11b07d8 1 2011-07-27 10:16:43.333 respond[17733] Server 0x11b09b8 1 2011-07-27 10:16:43.333 respond[17733] Accept 525 2011-07-27 10:16:43.333 respond[17733] Server 0x11b09b8 4 2011-07-27 10:16:43.334 respond[17733] Done reading 525 2011-07-27 10:16:43.334 respond[17733] Done writing 525 Passed test: test00.m:78 ... respond test 524 OK 2011-07-27 10:16:43.334 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.335 respond[17733] Server 0x11b1a78 1 2011-07-27 10:16:43.335 respond[17733] Server 0x11b1c58 1 2011-07-27 10:16:43.335 respond[17733] Accept 524 2011-07-27 10:16:43.335 respond[17733] Server 0x11b1c58 4 2011-07-27 10:16:43.335 respond[17733] Done reading 524 2011-07-27 10:16:43.335 respond[17733] Done writing 524 Passed test: test00.m:78 ... respond test 523 OK 2011-07-27 10:16:43.336 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.336 respond[17733] Server 0x11b2d18 1 2011-07-27 10:16:43.336 respond[17733] Server 0x11b2ef8 1 2011-07-27 10:16:43.336 respond[17733] Accept 523 2011-07-27 10:16:43.336 respond[17733] Server 0x11b2ef8 4 2011-07-27 10:16:43.336 respond[17733] Done reading 523 2011-07-27 10:16:43.336 respond[17733] Done writing 523 Passed test: test00.m:78 ... respond test 522 OK 2011-07-27 10:16:43.337 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.337 respond[17733] Server 0x11b3fb8 1 2011-07-27 10:16:43.337 respond[17733] Server 0x11b4198 1 2011-07-27 10:16:43.337 respond[17733] Accept 522 2011-07-27 10:16:43.337 respond[17733] Server 0x11b4198 4 2011-07-27 10:16:43.337 respond[17733] Done reading 522 2011-07-27 10:16:43.337 respond[17733] Done writing 522 Passed test: test00.m:78 ... respond test 521 OK 2011-07-27 10:16:43.338 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.338 respond[17733] Server 0x11b5258 1 2011-07-27 10:16:43.338 respond[17733] Server 0x11b5438 1 2011-07-27 10:16:43.338 respond[17733] Accept 521 2011-07-27 10:16:43.338 respond[17733] Server 0x11b5438 4 2011-07-27 10:16:43.339 respond[17733] Done reading 521 2011-07-27 10:16:43.339 respond[17733] Done writing 521 Passed test: test00.m:78 ... respond test 520 OK 2011-07-27 10:16:43.339 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.339 respond[17733] Server 0x11b64f8 1 2011-07-27 10:16:43.339 respond[17733] Server 0x11b66d8 1 2011-07-27 10:16:43.339 respond[17733] Accept 520 2011-07-27 10:16:43.340 respond[17733] Server 0x11b66d8 4 2011-07-27 10:16:43.340 respond[17733] Done reading 520 2011-07-27 10:16:43.340 respond[17733] Done writing 520 Passed test: test00.m:78 ... respond test 519 OK 2011-07-27 10:16:43.341 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.341 respond[17733] Server 0x11b7798 1 2011-07-27 10:16:43.341 respond[17733] Server 0x11b7978 1 2011-07-27 10:16:43.341 respond[17733] Accept 519 2011-07-27 10:16:43.341 respond[17733] Server 0x11b7978 4 2011-07-27 10:16:43.341 respond[17733] Done reading 519 2011-07-27 10:16:43.341 respond[17733] Done writing 519 Passed test: test00.m:78 ... respond test 518 OK 2011-07-27 10:16:43.342 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.342 respond[17733] Server 0x11b8a38 1 2011-07-27 10:16:43.342 respond[17733] Server 0x11b8c18 1 2011-07-27 10:16:43.342 respond[17733] Accept 518 2011-07-27 10:16:43.342 respond[17733] Server 0x11b8c18 4 2011-07-27 10:16:43.342 respond[17733] Done reading 518 2011-07-27 10:16:43.342 respond[17733] Done writing 518 Passed test: test00.m:78 ... respond test 517 OK 2011-07-27 10:16:43.343 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.343 respond[17733] Server 0x11b9cd8 1 2011-07-27 10:16:43.343 respond[17733] Server 0x11b9eb8 1 2011-07-27 10:16:43.343 respond[17733] Accept 517 2011-07-27 10:16:43.343 respond[17733] Server 0x11b9eb8 4 2011-07-27 10:16:43.343 respond[17733] Done reading 517 2011-07-27 10:16:43.344 respond[17733] Done writing 517 Passed test: test00.m:78 ... respond test 516 OK 2011-07-27 10:16:43.344 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.344 respond[17733] Server 0x11baf78 1 2011-07-27 10:16:43.344 respond[17733] Server 0x11bb158 1 2011-07-27 10:16:43.344 respond[17733] Accept 516 2011-07-27 10:16:43.344 respond[17733] Server 0x11bb158 4 2011-07-27 10:16:43.345 respond[17733] Done reading 516 2011-07-27 10:16:43.345 respond[17733] Done writing 516 Passed test: test00.m:78 ... respond test 515 OK 2011-07-27 10:16:43.345 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.346 respond[17733] Server 0x11bc218 1 2011-07-27 10:16:43.346 respond[17733] Server 0x11bc3f8 1 2011-07-27 10:16:43.346 respond[17733] Accept 515 2011-07-27 10:16:43.346 respond[17733] Server 0x11bc3f8 4 2011-07-27 10:16:43.346 respond[17733] Done reading 515 2011-07-27 10:16:43.346 respond[17733] Done writing 515 Passed test: test00.m:78 ... respond test 514 OK 2011-07-27 10:16:43.347 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.347 respond[17733] Server 0x11bd4b8 1 2011-07-27 10:16:43.347 respond[17733] Server 0x11bd698 1 2011-07-27 10:16:43.347 respond[17733] Accept 514 2011-07-27 10:16:43.347 respond[17733] Server 0x11bd698 4 2011-07-27 10:16:43.347 respond[17733] Done reading 514 2011-07-27 10:16:43.347 respond[17733] Done writing 514 Passed test: test00.m:78 ... respond test 513 OK 2011-07-27 10:16:43.348 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.348 respond[17733] Server 0x11be758 1 2011-07-27 10:16:43.348 respond[17733] Server 0x11be938 1 2011-07-27 10:16:43.348 respond[17733] Accept 513 2011-07-27 10:16:43.348 respond[17733] Server 0x11be938 4 2011-07-27 10:16:43.348 respond[17733] Done reading 513 2011-07-27 10:16:43.348 respond[17733] Done writing 513 Passed test: test00.m:78 ... respond test 512 OK 2011-07-27 10:16:43.349 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.349 respond[17733] Server 0x11bf9f8 1 2011-07-27 10:16:43.349 respond[17733] Server 0x11bfbd8 1 2011-07-27 10:16:43.349 respond[17733] Accept 512 2011-07-27 10:16:43.349 respond[17733] Server 0x11bfbd8 4 2011-07-27 10:16:43.350 respond[17733] Done reading 512 2011-07-27 10:16:43.350 respond[17733] Done writing 512 Passed test: test00.m:78 ... respond test 511 OK 2011-07-27 10:16:43.350 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.350 respond[17733] Server 0x11c0c98 1 2011-07-27 10:16:43.351 respond[17733] Server 0x11c0e78 1 2011-07-27 10:16:43.351 respond[17733] Accept 511 2011-07-27 10:16:43.351 respond[17733] Server 0x11c0e78 4 2011-07-27 10:16:43.351 respond[17733] Done reading 511 2011-07-27 10:16:43.351 respond[17733] Done writing 511 Passed test: test00.m:78 ... respond test 510 OK 2011-07-27 10:16:43.352 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.352 respond[17733] Server 0x11c1f38 1 2011-07-27 10:16:43.352 respond[17733] Server 0x11c2118 1 2011-07-27 10:16:43.352 respond[17733] Accept 510 2011-07-27 10:16:43.352 respond[17733] Server 0x11c2118 4 2011-07-27 10:16:43.352 respond[17733] Done reading 510 2011-07-27 10:16:43.352 respond[17733] Done writing 510 Passed test: test00.m:78 ... respond test 509 OK 2011-07-27 10:16:43.353 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.353 respond[17733] Server 0x11c31d8 1 2011-07-27 10:16:43.353 respond[17733] Server 0x11c33b8 1 2011-07-27 10:16:43.353 respond[17733] Accept 509 2011-07-27 10:16:43.353 respond[17733] Server 0x11c33b8 4 2011-07-27 10:16:43.353 respond[17733] Done reading 509 2011-07-27 10:16:43.353 respond[17733] Done writing 509 Passed test: test00.m:78 ... respond test 508 OK 2011-07-27 10:16:43.354 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.354 respond[17733] Server 0x11c4478 1 2011-07-27 10:16:43.354 respond[17733] Server 0x11c4658 1 2011-07-27 10:16:43.354 respond[17733] Accept 508 2011-07-27 10:16:43.354 respond[17733] Server 0x11c4658 4 2011-07-27 10:16:43.355 respond[17733] Done reading 508 2011-07-27 10:16:43.355 respond[17733] Done writing 508 Passed test: test00.m:78 ... respond test 507 OK 2011-07-27 10:16:43.355 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.355 respond[17733] Server 0x11c5718 1 2011-07-27 10:16:43.355 respond[17733] Server 0x11c58f8 1 2011-07-27 10:16:43.355 respond[17733] Accept 507 2011-07-27 10:16:43.355 respond[17733] Server 0x11c58f8 4 2011-07-27 10:16:43.356 respond[17733] Done reading 507 2011-07-27 10:16:43.356 respond[17733] Done writing 507 Passed test: test00.m:78 ... respond test 506 OK 2011-07-27 10:16:43.357 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.357 respond[17733] Server 0x11c69b8 1 2011-07-27 10:16:43.357 respond[17733] Server 0x11c6b98 1 2011-07-27 10:16:43.357 respond[17733] Accept 506 2011-07-27 10:16:43.357 respond[17733] Server 0x11c6b98 4 2011-07-27 10:16:43.357 respond[17733] Done reading 506 2011-07-27 10:16:43.357 respond[17733] Done writing 506 Passed test: test00.m:78 ... respond test 505 OK 2011-07-27 10:16:43.358 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.358 respond[17733] Server 0x11c7c58 1 2011-07-27 10:16:43.358 respond[17733] Server 0x11c7e38 1 2011-07-27 10:16:43.358 respond[17733] Accept 505 2011-07-27 10:16:43.358 respond[17733] Server 0x11c7e38 4 2011-07-27 10:16:43.358 respond[17733] Done reading 505 2011-07-27 10:16:43.358 respond[17733] Done writing 505 Passed test: test00.m:78 ... respond test 504 OK 2011-07-27 10:16:43.359 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.359 respond[17733] Server 0x11c8ef8 1 2011-07-27 10:16:43.359 respond[17733] Server 0x11c90d8 1 2011-07-27 10:16:43.359 respond[17733] Accept 504 2011-07-27 10:16:43.359 respond[17733] Server 0x11c90d8 4 2011-07-27 10:16:43.359 respond[17733] Done reading 504 2011-07-27 10:16:43.360 respond[17733] Done writing 504 Passed test: test00.m:78 ... respond test 503 OK 2011-07-27 10:16:43.360 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.360 respond[17733] Server 0x11ca198 1 2011-07-27 10:16:43.360 respond[17733] Server 0x11ca378 1 2011-07-27 10:16:43.360 respond[17733] Accept 503 2011-07-27 10:16:43.360 respond[17733] Server 0x11ca378 4 2011-07-27 10:16:43.361 respond[17733] Done reading 503 2011-07-27 10:16:43.361 respond[17733] Done writing 503 Passed test: test00.m:78 ... respond test 502 OK 2011-07-27 10:16:43.361 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.362 respond[17733] Server 0x11cb438 1 2011-07-27 10:16:43.362 respond[17733] Server 0x11cb618 1 2011-07-27 10:16:43.362 respond[17733] Accept 502 2011-07-27 10:16:43.362 respond[17733] Server 0x11cb618 4 2011-07-27 10:16:43.362 respond[17733] Done reading 502 2011-07-27 10:16:43.362 respond[17733] Done writing 502 Passed test: test00.m:78 ... respond test 501 OK 2011-07-27 10:16:43.363 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.363 respond[17733] Server 0x11cc6e8 1 2011-07-27 10:16:43.363 respond[17733] Server 0x11cc8c8 1 2011-07-27 10:16:43.363 respond[17733] Accept 501 2011-07-27 10:16:43.363 respond[17733] Server 0x11cc8c8 4 2011-07-27 10:16:43.363 respond[17733] Done reading 501 2011-07-27 10:16:43.363 respond[17733] Done writing 501 Passed test: test00.m:78 ... respond test 500 OK 2011-07-27 10:16:43.364 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.364 respond[17733] Server 0x11cd988 1 2011-07-27 10:16:43.364 respond[17733] Server 0x11cdb68 1 2011-07-27 10:16:43.364 respond[17733] Accept 500 2011-07-27 10:16:43.364 respond[17733] Server 0x11cdb68 4 2011-07-27 10:16:43.364 respond[17733] Done reading 500 2011-07-27 10:16:43.364 respond[17733] Done writing 500 Passed test: test00.m:78 ... respond test 499 OK 2011-07-27 10:16:43.365 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.365 respond[17733] Server 0x11cec28 1 2011-07-27 10:16:43.365 respond[17733] Server 0x11cee08 1 2011-07-27 10:16:43.365 respond[17733] Accept 499 2011-07-27 10:16:43.365 respond[17733] Server 0x11cee08 4 2011-07-27 10:16:43.366 respond[17733] Done reading 499 2011-07-27 10:16:43.366 respond[17733] Done writing 499 Passed test: test00.m:78 ... respond test 498 OK 2011-07-27 10:16:43.366 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.366 respond[17733] Server 0x11cfec8 1 2011-07-27 10:16:43.366 respond[17733] Server 0x11d00a8 1 2011-07-27 10:16:43.367 respond[17733] Accept 498 2011-07-27 10:16:43.367 respond[17733] Server 0x11d00a8 4 2011-07-27 10:16:43.367 respond[17733] Done reading 498 2011-07-27 10:16:43.367 respond[17733] Done writing 498 Passed test: test00.m:78 ... respond test 497 OK 2011-07-27 10:16:43.368 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.368 respond[17733] Server 0x11d1168 1 2011-07-27 10:16:43.368 respond[17733] Server 0x11d1348 1 2011-07-27 10:16:43.368 respond[17733] Accept 497 2011-07-27 10:16:43.368 respond[17733] Server 0x11d1348 4 2011-07-27 10:16:43.368 respond[17733] Done reading 497 2011-07-27 10:16:43.368 respond[17733] Done writing 497 Passed test: test00.m:78 ... respond test 496 OK 2011-07-27 10:16:43.369 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.369 respond[17733] Server 0x11d2408 1 2011-07-27 10:16:43.369 respond[17733] Server 0x11d25e8 1 2011-07-27 10:16:43.369 respond[17733] Accept 496 2011-07-27 10:16:43.369 respond[17733] Server 0x11d25e8 4 2011-07-27 10:16:43.369 respond[17733] Done reading 496 2011-07-27 10:16:43.369 respond[17733] Done writing 496 Passed test: test00.m:78 ... respond test 495 OK 2011-07-27 10:16:43.370 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.370 respond[17733] Server 0x11d36a8 1 2011-07-27 10:16:43.370 respond[17733] Server 0x11d3888 1 2011-07-27 10:16:43.370 respond[17733] Accept 495 2011-07-27 10:16:43.370 respond[17733] Server 0x11d3888 4 2011-07-27 10:16:43.371 respond[17733] Done reading 495 2011-07-27 10:16:43.371 respond[17733] Done writing 495 Passed test: test00.m:78 ... respond test 494 OK 2011-07-27 10:16:43.371 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.371 respond[17733] Server 0x11d4948 1 2011-07-27 10:16:43.371 respond[17733] Server 0x11d4b28 1 2011-07-27 10:16:43.371 respond[17733] Accept 494 2011-07-27 10:16:43.371 respond[17733] Server 0x11d4b28 4 2011-07-27 10:16:43.372 respond[17733] Done reading 494 2011-07-27 10:16:43.372 respond[17733] Done writing 494 Passed test: test00.m:78 ... respond test 493 OK 2011-07-27 10:16:43.373 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.373 respond[17733] Server 0x11d5be8 1 2011-07-27 10:16:43.373 respond[17733] Server 0x11d5dc8 1 2011-07-27 10:16:43.373 respond[17733] Accept 493 2011-07-27 10:16:43.373 respond[17733] Server 0x11d5dc8 4 2011-07-27 10:16:43.373 respond[17733] Done reading 493 2011-07-27 10:16:43.373 respond[17733] Done writing 493 Passed test: test00.m:78 ... respond test 492 OK 2011-07-27 10:16:43.374 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.374 respond[17733] Server 0x11d6e88 1 2011-07-27 10:16:43.374 respond[17733] Server 0x11d7068 1 2011-07-27 10:16:43.374 respond[17733] Accept 492 2011-07-27 10:16:43.374 respond[17733] Server 0x11d7068 4 2011-07-27 10:16:43.374 respond[17733] Done reading 492 2011-07-27 10:16:43.374 respond[17733] Done writing 492 Passed test: test00.m:78 ... respond test 491 OK 2011-07-27 10:16:43.375 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.375 respond[17733] Server 0x11d8128 1 2011-07-27 10:16:43.375 respond[17733] Server 0x11d8308 1 2011-07-27 10:16:43.375 respond[17733] Accept 491 2011-07-27 10:16:43.375 respond[17733] Server 0x11d8308 4 2011-07-27 10:16:43.375 respond[17733] Done reading 491 2011-07-27 10:16:43.376 respond[17733] Done writing 491 Passed test: test00.m:78 ... respond test 490 OK 2011-07-27 10:16:43.376 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.376 respond[17733] Server 0x11d93c8 1 2011-07-27 10:16:43.376 respond[17733] Server 0x11d95a8 1 2011-07-27 10:16:43.376 respond[17733] Accept 490 2011-07-27 10:16:43.376 respond[17733] Server 0x11d95a8 4 2011-07-27 10:16:43.377 respond[17733] Done reading 490 2011-07-27 10:16:43.377 respond[17733] Done writing 490 Passed test: test00.m:78 ... respond test 489 OK 2011-07-27 10:16:43.377 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.378 respond[17733] Server 0x11da668 1 2011-07-27 10:16:43.378 respond[17733] Server 0x11da848 1 2011-07-27 10:16:43.378 respond[17733] Accept 489 2011-07-27 10:16:43.378 respond[17733] Server 0x11da848 4 2011-07-27 10:16:43.378 respond[17733] Done reading 489 2011-07-27 10:16:43.378 respond[17733] Done writing 489 Passed test: test00.m:78 ... respond test 488 OK 2011-07-27 10:16:43.379 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.379 respond[17733] Server 0x11db908 1 2011-07-27 10:16:43.379 respond[17733] Server 0x11dbae8 1 2011-07-27 10:16:43.379 respond[17733] Accept 488 2011-07-27 10:16:43.379 respond[17733] Server 0x11dbae8 4 2011-07-27 10:16:43.379 respond[17733] Done reading 488 2011-07-27 10:16:43.379 respond[17733] Done writing 488 Passed test: test00.m:78 ... respond test 487 OK 2011-07-27 10:16:43.380 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.380 respond[17733] Server 0x11dcba8 1 2011-07-27 10:16:43.380 respond[17733] Server 0x11dcd88 1 2011-07-27 10:16:43.380 respond[17733] Accept 487 2011-07-27 10:16:43.380 respond[17733] Server 0x11dcd88 4 2011-07-27 10:16:43.380 respond[17733] Done reading 487 2011-07-27 10:16:43.380 respond[17733] Done writing 487 Passed test: test00.m:78 ... respond test 486 OK 2011-07-27 10:16:43.381 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.381 respond[17733] Server 0x11dde48 1 2011-07-27 10:16:43.381 respond[17733] Server 0x11de028 1 2011-07-27 10:16:43.381 respond[17733] Accept 486 2011-07-27 10:16:43.381 respond[17733] Server 0x11de028 4 2011-07-27 10:16:43.382 respond[17733] Done reading 486 2011-07-27 10:16:43.382 respond[17733] Done writing 486 Passed test: test00.m:78 ... respond test 485 OK 2011-07-27 10:16:43.382 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.382 respond[17733] Server 0x11df0e8 1 2011-07-27 10:16:43.382 respond[17733] Server 0x11df2c8 1 2011-07-27 10:16:43.383 respond[17733] Accept 485 2011-07-27 10:16:43.383 respond[17733] Server 0x11df2c8 4 2011-07-27 10:16:43.383 respond[17733] Done reading 485 2011-07-27 10:16:43.383 respond[17733] Done writing 485 Passed test: test00.m:78 ... respond test 484 OK 2011-07-27 10:16:43.384 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.384 respond[17733] Server 0x11e0388 1 2011-07-27 10:16:43.384 respond[17733] Server 0x11e0568 1 2011-07-27 10:16:43.384 respond[17733] Accept 484 2011-07-27 10:16:43.384 respond[17733] Server 0x11e0568 4 2011-07-27 10:16:43.384 respond[17733] Done reading 484 2011-07-27 10:16:43.384 respond[17733] Done writing 484 Passed test: test00.m:78 ... respond test 483 OK 2011-07-27 10:16:43.385 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.385 respond[17733] Server 0x11e1628 1 2011-07-27 10:16:43.385 respond[17733] Server 0x11e1808 1 2011-07-27 10:16:43.385 respond[17733] Accept 483 2011-07-27 10:16:43.385 respond[17733] Server 0x11e1808 4 2011-07-27 10:16:43.385 respond[17733] Done reading 483 2011-07-27 10:16:43.385 respond[17733] Done writing 483 Passed test: test00.m:78 ... respond test 482 OK 2011-07-27 10:16:43.386 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.386 respond[17733] Server 0x11e28c8 1 2011-07-27 10:16:43.386 respond[17733] Server 0x11e2aa8 1 2011-07-27 10:16:43.386 respond[17733] Accept 482 2011-07-27 10:16:43.386 respond[17733] Server 0x11e2aa8 4 2011-07-27 10:16:43.387 respond[17733] Done reading 482 2011-07-27 10:16:43.387 respond[17733] Done writing 482 Passed test: test00.m:78 ... respond test 481 OK 2011-07-27 10:16:43.387 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.387 respond[17733] Server 0x11e3b68 1 2011-07-27 10:16:43.387 respond[17733] Server 0x11e3d48 1 2011-07-27 10:16:43.387 respond[17733] Accept 481 2011-07-27 10:16:43.388 respond[17733] Server 0x11e3d48 4 2011-07-27 10:16:43.388 respond[17733] Done reading 481 2011-07-27 10:16:43.388 respond[17733] Done writing 481 Passed test: test00.m:78 ... respond test 480 OK 2011-07-27 10:16:43.389 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.389 respond[17733] Server 0x11e4e08 1 2011-07-27 10:16:43.389 respond[17733] Server 0x11e4fe8 1 2011-07-27 10:16:43.389 respond[17733] Accept 480 2011-07-27 10:16:43.389 respond[17733] Server 0x11e4fe8 4 2011-07-27 10:16:43.389 respond[17733] Done reading 480 2011-07-27 10:16:43.389 respond[17733] Done writing 480 Passed test: test00.m:78 ... respond test 479 OK 2011-07-27 10:16:43.390 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.390 respond[17733] Server 0x11e60a8 1 2011-07-27 10:16:43.390 respond[17733] Server 0x11e6288 1 2011-07-27 10:16:43.390 respond[17733] Accept 479 2011-07-27 10:16:43.390 respond[17733] Server 0x11e6288 4 2011-07-27 10:16:43.390 respond[17733] Done reading 479 2011-07-27 10:16:43.390 respond[17733] Done writing 479 Passed test: test00.m:78 ... respond test 478 OK 2011-07-27 10:16:43.391 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.391 respond[17733] Server 0x11e7348 1 2011-07-27 10:16:43.391 respond[17733] Server 0x11e7528 1 2011-07-27 10:16:43.391 respond[17733] Accept 478 2011-07-27 10:16:43.391 respond[17733] Server 0x11e7528 4 2011-07-27 10:16:43.392 respond[17733] Done reading 478 2011-07-27 10:16:43.392 respond[17733] Done writing 478 Passed test: test00.m:78 ... respond test 477 OK 2011-07-27 10:16:43.392 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.392 respond[17733] Server 0x11e85e8 1 2011-07-27 10:16:43.392 respond[17733] Server 0x11e87c8 1 2011-07-27 10:16:43.392 respond[17733] Accept 477 2011-07-27 10:16:43.393 respond[17733] Server 0x11e87c8 4 2011-07-27 10:16:43.393 respond[17733] Done reading 477 2011-07-27 10:16:43.393 respond[17733] Done writing 477 Passed test: test00.m:78 ... respond test 476 OK 2011-07-27 10:16:43.394 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.394 respond[17733] Server 0x11e9888 1 2011-07-27 10:16:43.394 respond[17733] Server 0x11e9a68 1 2011-07-27 10:16:43.394 respond[17733] Accept 476 2011-07-27 10:16:43.394 respond[17733] Server 0x11e9a68 4 2011-07-27 10:16:43.394 respond[17733] Done reading 476 2011-07-27 10:16:43.394 respond[17733] Done writing 476 Passed test: test00.m:78 ... respond test 475 OK 2011-07-27 10:16:43.395 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.395 respond[17733] Server 0x11eab28 1 2011-07-27 10:16:43.395 respond[17733] Server 0x11ead08 1 2011-07-27 10:16:43.395 respond[17733] Accept 475 2011-07-27 10:16:43.395 respond[17733] Server 0x11ead08 4 2011-07-27 10:16:43.395 respond[17733] Done reading 475 2011-07-27 10:16:43.395 respond[17733] Done writing 475 Passed test: test00.m:78 ... respond test 474 OK 2011-07-27 10:16:43.396 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.396 respond[17733] Server 0x11ebdc8 1 2011-07-27 10:16:43.396 respond[17733] Server 0x11ebfa8 1 2011-07-27 10:16:43.396 respond[17733] Accept 474 2011-07-27 10:16:43.396 respond[17733] Server 0x11ebfa8 4 2011-07-27 10:16:43.396 respond[17733] Done reading 474 2011-07-27 10:16:43.396 respond[17733] Done writing 474 Passed test: test00.m:78 ... respond test 473 OK 2011-07-27 10:16:43.397 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.397 respond[17733] Server 0x11ed068 1 2011-07-27 10:16:43.397 respond[17733] Server 0x11ed248 1 2011-07-27 10:16:43.397 respond[17733] Accept 473 2011-07-27 10:16:43.397 respond[17733] Server 0x11ed248 4 2011-07-27 10:16:43.398 respond[17733] Done reading 473 2011-07-27 10:16:43.398 respond[17733] Done writing 473 Passed test: test00.m:78 ... respond test 472 OK 2011-07-27 10:16:43.398 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.399 respond[17733] Server 0x11ee308 1 2011-07-27 10:16:43.399 respond[17733] Server 0x11ee4e8 1 2011-07-27 10:16:43.399 respond[17733] Accept 472 2011-07-27 10:16:43.399 respond[17733] Server 0x11ee4e8 4 2011-07-27 10:16:43.399 respond[17733] Done reading 472 2011-07-27 10:16:43.399 respond[17733] Done writing 472 Passed test: test00.m:78 ... respond test 471 OK 2011-07-27 10:16:43.400 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.400 respond[17733] Server 0x11ef5a8 1 2011-07-27 10:16:43.400 respond[17733] Server 0x11ef788 1 2011-07-27 10:16:43.400 respond[17733] Accept 471 2011-07-27 10:16:43.400 respond[17733] Server 0x11ef788 4 2011-07-27 10:16:43.400 respond[17733] Done reading 471 2011-07-27 10:16:43.400 respond[17733] Done writing 471 Passed test: test00.m:78 ... respond test 470 OK 2011-07-27 10:16:43.401 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.401 respond[17733] Server 0x11f0848 1 2011-07-27 10:16:43.401 respond[17733] Server 0x11f0a28 1 2011-07-27 10:16:43.401 respond[17733] Accept 470 2011-07-27 10:16:43.401 respond[17733] Server 0x11f0a28 4 2011-07-27 10:16:43.401 respond[17733] Done reading 470 2011-07-27 10:16:43.401 respond[17733] Done writing 470 Passed test: test00.m:78 ... respond test 469 OK 2011-07-27 10:16:43.402 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.402 respond[17733] Server 0x11f1ae8 1 2011-07-27 10:16:43.402 respond[17733] Server 0x11f1cc8 1 2011-07-27 10:16:43.402 respond[17733] Accept 469 2011-07-27 10:16:43.402 respond[17733] Server 0x11f1cc8 4 2011-07-27 10:16:43.403 respond[17733] Done reading 469 2011-07-27 10:16:43.403 respond[17733] Done writing 469 Passed test: test00.m:78 ... respond test 468 OK 2011-07-27 10:16:43.403 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.403 respond[17733] Server 0x11f2d88 1 2011-07-27 10:16:43.403 respond[17733] Server 0x11f2f68 1 2011-07-27 10:16:43.404 respond[17733] Accept 468 2011-07-27 10:16:43.404 respond[17733] Server 0x11f2f68 4 2011-07-27 10:16:43.404 respond[17733] Done reading 468 2011-07-27 10:16:43.404 respond[17733] Done writing 468 Passed test: test00.m:78 ... respond test 467 OK 2011-07-27 10:16:43.405 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.405 respond[17733] Server 0x11f4028 1 2011-07-27 10:16:43.405 respond[17733] Server 0x11f4208 1 2011-07-27 10:16:43.405 respond[17733] Accept 467 2011-07-27 10:16:43.405 respond[17733] Server 0x11f4208 4 2011-07-27 10:16:43.405 respond[17733] Done reading 467 2011-07-27 10:16:43.405 respond[17733] Done writing 467 Passed test: test00.m:78 ... respond test 466 OK 2011-07-27 10:16:43.406 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.406 respond[17733] Server 0x11f52c8 1 2011-07-27 10:16:43.406 respond[17733] Server 0x11f54a8 1 2011-07-27 10:16:43.406 respond[17733] Accept 466 2011-07-27 10:16:43.406 respond[17733] Server 0x11f54a8 4 2011-07-27 10:16:43.406 respond[17733] Done reading 466 2011-07-27 10:16:43.406 respond[17733] Done writing 466 Passed test: test00.m:78 ... respond test 465 OK 2011-07-27 10:16:43.407 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.407 respond[17733] Server 0x11f6568 1 2011-07-27 10:16:43.407 respond[17733] Server 0x11f6748 1 2011-07-27 10:16:43.407 respond[17733] Accept 465 2011-07-27 10:16:43.407 respond[17733] Server 0x11f6748 4 2011-07-27 10:16:43.408 respond[17733] Done reading 465 2011-07-27 10:16:43.408 respond[17733] Done writing 465 Passed test: test00.m:78 ... respond test 464 OK 2011-07-27 10:16:43.408 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.408 respond[17733] Server 0x11f7808 1 2011-07-27 10:16:43.408 respond[17733] Server 0x11f79e8 1 2011-07-27 10:16:43.408 respond[17733] Accept 464 2011-07-27 10:16:43.408 respond[17733] Server 0x11f79e8 4 2011-07-27 10:16:43.409 respond[17733] Done reading 464 2011-07-27 10:16:43.409 respond[17733] Done writing 464 Passed test: test00.m:78 ... respond test 463 OK 2011-07-27 10:16:43.410 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.410 respond[17733] Server 0x11f8aa8 1 2011-07-27 10:16:43.410 respond[17733] Server 0x11f8c88 1 2011-07-27 10:16:43.410 respond[17733] Accept 463 2011-07-27 10:16:43.410 respond[17733] Server 0x11f8c88 4 2011-07-27 10:16:43.410 respond[17733] Done reading 463 2011-07-27 10:16:43.410 respond[17733] Done writing 463 Passed test: test00.m:78 ... respond test 462 OK 2011-07-27 10:16:43.411 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.411 respond[17733] Server 0x11f9d48 1 2011-07-27 10:16:43.411 respond[17733] Server 0x11f9f28 1 2011-07-27 10:16:43.411 respond[17733] Accept 462 2011-07-27 10:16:43.411 respond[17733] Server 0x11f9f28 4 2011-07-27 10:16:43.411 respond[17733] Done reading 462 2011-07-27 10:16:43.411 respond[17733] Done writing 462 Passed test: test00.m:78 ... respond test 461 OK 2011-07-27 10:16:43.412 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.412 respond[17733] Server 0x11fafe8 1 2011-07-27 10:16:43.412 respond[17733] Server 0x11fb1c8 1 2011-07-27 10:16:43.412 respond[17733] Accept 461 2011-07-27 10:16:43.412 respond[17733] Server 0x11fb1c8 4 2011-07-27 10:16:43.412 respond[17733] Done reading 461 2011-07-27 10:16:43.412 respond[17733] Done writing 461 Passed test: test00.m:78 ... respond test 460 OK 2011-07-27 10:16:43.413 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.413 respond[17733] Server 0x11fc288 1 2011-07-27 10:16:43.413 respond[17733] Server 0x11fc468 1 2011-07-27 10:16:43.413 respond[17733] Accept 460 2011-07-27 10:16:43.413 respond[17733] Server 0x11fc468 4 2011-07-27 10:16:43.414 respond[17733] Done reading 460 2011-07-27 10:16:43.414 respond[17733] Done writing 460 Passed test: test00.m:78 ... respond test 459 OK 2011-07-27 10:16:43.414 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.415 respond[17733] Server 0x11fd528 1 2011-07-27 10:16:43.415 respond[17733] Server 0x11fd708 1 2011-07-27 10:16:43.415 respond[17733] Accept 459 2011-07-27 10:16:43.415 respond[17733] Server 0x11fd708 4 2011-07-27 10:16:43.415 respond[17733] Done reading 459 2011-07-27 10:16:43.415 respond[17733] Done writing 459 Passed test: test00.m:78 ... respond test 458 OK 2011-07-27 10:16:43.416 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.416 respond[17733] Server 0x11fe7c8 1 2011-07-27 10:16:43.416 respond[17733] Server 0x11fe9a8 1 2011-07-27 10:16:43.416 respond[17733] Accept 458 2011-07-27 10:16:43.416 respond[17733] Server 0x11fe9a8 4 2011-07-27 10:16:43.416 respond[17733] Done reading 458 2011-07-27 10:16:43.416 respond[17733] Done writing 458 Passed test: test00.m:78 ... respond test 457 OK 2011-07-27 10:16:43.417 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.417 respond[17733] Server 0x11ffa68 1 2011-07-27 10:16:43.417 respond[17733] Server 0x11ffc48 1 2011-07-27 10:16:43.417 respond[17733] Accept 457 2011-07-27 10:16:43.417 respond[17733] Server 0x11ffc48 4 2011-07-27 10:16:43.417 respond[17733] Done reading 457 2011-07-27 10:16:43.417 respond[17733] Done writing 457 Passed test: test00.m:78 ... respond test 456 OK 2011-07-27 10:16:43.418 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.418 respond[17733] Server 0x1200d08 1 2011-07-27 10:16:43.418 respond[17733] Server 0x1200ee8 1 2011-07-27 10:16:43.418 respond[17733] Accept 456 2011-07-27 10:16:43.418 respond[17733] Server 0x1200ee8 4 2011-07-27 10:16:43.419 respond[17733] Done reading 456 2011-07-27 10:16:43.419 respond[17733] Done writing 456 Passed test: test00.m:78 ... respond test 455 OK 2011-07-27 10:16:43.419 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.419 respond[17733] Server 0x1201fa8 1 2011-07-27 10:16:43.419 respond[17733] Server 0x1202188 1 2011-07-27 10:16:43.419 respond[17733] Accept 455 2011-07-27 10:16:43.420 respond[17733] Server 0x1202188 4 2011-07-27 10:16:43.420 respond[17733] Done reading 455 2011-07-27 10:16:43.420 respond[17733] Done writing 455 Passed test: test00.m:78 ... respond test 454 OK 2011-07-27 10:16:43.421 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.421 respond[17733] Server 0x1203248 1 2011-07-27 10:16:43.421 respond[17733] Server 0x1203428 1 2011-07-27 10:16:43.421 respond[17733] Accept 454 2011-07-27 10:16:43.421 respond[17733] Server 0x1203428 4 2011-07-27 10:16:43.421 respond[17733] Done reading 454 2011-07-27 10:16:43.421 respond[17733] Done writing 454 Passed test: test00.m:78 ... respond test 453 OK 2011-07-27 10:16:43.422 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.422 respond[17733] Server 0x12044e8 1 2011-07-27 10:16:43.422 respond[17733] Server 0x12046c8 1 2011-07-27 10:16:43.422 respond[17733] Accept 453 2011-07-27 10:16:43.422 respond[17733] Server 0x12046c8 4 2011-07-27 10:16:43.422 respond[17733] Done reading 453 2011-07-27 10:16:43.422 respond[17733] Done writing 453 Passed test: test00.m:78 ... respond test 452 OK 2011-07-27 10:16:43.423 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.423 respond[17733] Server 0x1205788 1 2011-07-27 10:16:43.423 respond[17733] Server 0x1205968 1 2011-07-27 10:16:43.423 respond[17733] Accept 452 2011-07-27 10:16:43.423 respond[17733] Server 0x1205968 4 2011-07-27 10:16:43.424 respond[17733] Done reading 452 2011-07-27 10:16:43.424 respond[17733] Done writing 452 Passed test: test00.m:78 ... respond test 451 OK 2011-07-27 10:16:43.424 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.424 respond[17733] Server 0x1206a28 1 2011-07-27 10:16:43.424 respond[17733] Server 0x1206c08 1 2011-07-27 10:16:43.424 respond[17733] Accept 451 2011-07-27 10:16:43.424 respond[17733] Server 0x1206c08 4 2011-07-27 10:16:43.425 respond[17733] Done reading 451 2011-07-27 10:16:43.425 respond[17733] Done writing 451 Passed test: test00.m:78 ... respond test 450 OK 2011-07-27 10:16:43.426 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.426 respond[17733] Server 0x1207cc8 1 2011-07-27 10:16:43.426 respond[17733] Server 0x1207ea8 1 2011-07-27 10:16:43.426 respond[17733] Accept 450 2011-07-27 10:16:43.426 respond[17733] Server 0x1207ea8 4 2011-07-27 10:16:43.426 respond[17733] Done reading 450 2011-07-27 10:16:43.426 respond[17733] Done writing 450 Passed test: test00.m:78 ... respond test 449 OK 2011-07-27 10:16:43.427 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.427 respond[17733] Server 0x1208f68 1 2011-07-27 10:16:43.427 respond[17733] Server 0x1209148 1 2011-07-27 10:16:43.427 respond[17733] Accept 449 2011-07-27 10:16:43.427 respond[17733] Server 0x1209148 4 2011-07-27 10:16:43.427 respond[17733] Done reading 449 2011-07-27 10:16:43.427 respond[17733] Done writing 449 Passed test: test00.m:78 ... respond test 448 OK 2011-07-27 10:16:43.428 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.428 respond[17733] Server 0x120a208 1 2011-07-27 10:16:43.428 respond[17733] Server 0x120a3e8 1 2011-07-27 10:16:43.428 respond[17733] Accept 448 2011-07-27 10:16:43.428 respond[17733] Server 0x120a3e8 4 2011-07-27 10:16:43.428 respond[17733] Done reading 448 2011-07-27 10:16:43.428 respond[17733] Done writing 448 Passed test: test00.m:78 ... respond test 447 OK 2011-07-27 10:16:43.429 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.429 respond[17733] Server 0x120b4a8 1 2011-07-27 10:16:43.429 respond[17733] Server 0x120b688 1 2011-07-27 10:16:43.429 respond[17733] Accept 447 2011-07-27 10:16:43.429 respond[17733] Server 0x120b688 4 2011-07-27 10:16:43.430 respond[17733] Done reading 447 2011-07-27 10:16:43.430 respond[17733] Done writing 447 Passed test: test00.m:78 ... respond test 446 OK 2011-07-27 10:16:43.430 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.431 respond[17733] Server 0x120c748 1 2011-07-27 10:16:43.431 respond[17733] Server 0x120c928 1 2011-07-27 10:16:43.431 respond[17733] Accept 446 2011-07-27 10:16:43.431 respond[17733] Server 0x120c928 4 2011-07-27 10:16:43.431 respond[17733] Done reading 446 2011-07-27 10:16:43.431 respond[17733] Done writing 446 Passed test: test00.m:78 ... respond test 445 OK 2011-07-27 10:16:43.432 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.432 respond[17733] Server 0x120d9e8 1 2011-07-27 10:16:43.432 respond[17733] Server 0x120dbc8 1 2011-07-27 10:16:43.432 respond[17733] Accept 445 2011-07-27 10:16:43.432 respond[17733] Server 0x120dbc8 4 2011-07-27 10:16:43.432 respond[17733] Done reading 445 2011-07-27 10:16:43.432 respond[17733] Done writing 445 Passed test: test00.m:78 ... respond test 444 OK 2011-07-27 10:16:43.433 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.433 respond[17733] Server 0x120ec88 1 2011-07-27 10:16:43.433 respond[17733] Server 0x120ee68 1 2011-07-27 10:16:43.433 respond[17733] Accept 444 2011-07-27 10:16:43.433 respond[17733] Server 0x120ee68 4 2011-07-27 10:16:43.433 respond[17733] Done reading 444 2011-07-27 10:16:43.433 respond[17733] Done writing 444 Passed test: test00.m:78 ... respond test 443 OK 2011-07-27 10:16:43.434 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.434 respond[17733] Server 0x120ff28 1 2011-07-27 10:16:43.434 respond[17733] Server 0x1210108 1 2011-07-27 10:16:43.434 respond[17733] Accept 443 2011-07-27 10:16:43.434 respond[17733] Server 0x1210108 4 2011-07-27 10:16:43.435 respond[17733] Done reading 443 2011-07-27 10:16:43.435 respond[17733] Done writing 443 Passed test: test00.m:78 ... respond test 442 OK 2011-07-27 10:16:43.435 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.435 respond[17733] Server 0x12111c8 1 2011-07-27 10:16:43.435 respond[17733] Server 0x12113a8 1 2011-07-27 10:16:43.436 respond[17733] Accept 442 2011-07-27 10:16:43.436 respond[17733] Server 0x12113a8 4 2011-07-27 10:16:43.436 respond[17733] Done reading 442 2011-07-27 10:16:43.436 respond[17733] Done writing 442 Passed test: test00.m:78 ... respond test 441 OK 2011-07-27 10:16:43.437 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.437 respond[17733] Server 0x1212468 1 2011-07-27 10:16:43.437 respond[17733] Server 0x1212648 1 2011-07-27 10:16:43.437 respond[17733] Accept 441 2011-07-27 10:16:43.437 respond[17733] Server 0x1212648 4 2011-07-27 10:16:43.437 respond[17733] Done reading 441 2011-07-27 10:16:43.437 respond[17733] Done writing 441 Passed test: test00.m:78 ... respond test 440 OK 2011-07-27 10:16:43.438 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.438 respond[17733] Server 0x1213708 1 2011-07-27 10:16:43.438 respond[17733] Server 0x12138e8 1 2011-07-27 10:16:43.438 respond[17733] Accept 440 2011-07-27 10:16:43.438 respond[17733] Server 0x12138e8 4 2011-07-27 10:16:43.438 respond[17733] Done reading 440 2011-07-27 10:16:43.438 respond[17733] Done writing 440 Passed test: test00.m:78 ... respond test 439 OK 2011-07-27 10:16:43.439 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.439 respond[17733] Server 0x12149a8 1 2011-07-27 10:16:43.439 respond[17733] Server 0x1214b88 1 2011-07-27 10:16:43.439 respond[17733] Accept 439 2011-07-27 10:16:43.439 respond[17733] Server 0x1214b88 4 2011-07-27 10:16:43.440 respond[17733] Done reading 439 2011-07-27 10:16:43.440 respond[17733] Done writing 439 Passed test: test00.m:78 ... respond test 438 OK 2011-07-27 10:16:43.440 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.440 respond[17733] Server 0x1215c48 1 2011-07-27 10:16:43.440 respond[17733] Server 0x1215e28 1 2011-07-27 10:16:43.440 respond[17733] Accept 438 2011-07-27 10:16:43.441 respond[17733] Server 0x1215e28 4 2011-07-27 10:16:43.441 respond[17733] Done reading 438 2011-07-27 10:16:43.441 respond[17733] Done writing 438 Passed test: test00.m:78 ... respond test 437 OK 2011-07-27 10:16:43.442 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.442 respond[17733] Server 0x1216f08 1 2011-07-27 10:16:43.442 respond[17733] Server 0x12170e8 1 2011-07-27 10:16:43.442 respond[17733] Accept 437 2011-07-27 10:16:43.442 respond[17733] Server 0x12170e8 4 2011-07-27 10:16:43.442 respond[17733] Done reading 437 2011-07-27 10:16:43.442 respond[17733] Done writing 437 Passed test: test00.m:78 ... respond test 436 OK 2011-07-27 10:16:43.443 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.443 respond[17733] Server 0x12181c8 1 2011-07-27 10:16:43.443 respond[17733] Server 0x12183a8 1 2011-07-27 10:16:43.443 respond[17733] Accept 436 2011-07-27 10:16:43.443 respond[17733] Server 0x12183a8 4 2011-07-27 10:16:43.444 respond[17733] Done reading 436 2011-07-27 10:16:43.444 respond[17733] Done writing 436 Passed test: test00.m:78 ... respond test 435 OK 2011-07-27 10:16:43.444 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.444 respond[17733] Server 0x1219488 1 2011-07-27 10:16:43.444 respond[17733] Server 0x1219668 1 2011-07-27 10:16:43.444 respond[17733] Accept 435 2011-07-27 10:16:43.444 respond[17733] Server 0x1219668 4 2011-07-27 10:16:43.445 respond[17733] Done reading 435 2011-07-27 10:16:43.445 respond[17733] Done writing 435 Passed test: test00.m:78 ... respond test 434 OK 2011-07-27 10:16:43.446 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.446 respond[17733] Server 0x121a748 1 2011-07-27 10:16:43.446 respond[17733] Server 0x121a928 1 2011-07-27 10:16:43.446 respond[17733] Accept 434 2011-07-27 10:16:43.446 respond[17733] Server 0x121a928 4 2011-07-27 10:16:43.446 respond[17733] Done reading 434 2011-07-27 10:16:43.446 respond[17733] Done writing 434 Passed test: test00.m:78 ... respond test 433 OK 2011-07-27 10:16:43.447 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.447 respond[17733] Server 0x121ba08 1 2011-07-27 10:16:43.447 respond[17733] Server 0x121bbe8 1 2011-07-27 10:16:43.447 respond[17733] Accept 433 2011-07-27 10:16:43.447 respond[17733] Server 0x121bbe8 4 2011-07-27 10:16:43.447 respond[17733] Done reading 433 2011-07-27 10:16:43.448 respond[17733] Done writing 433 Passed test: test00.m:78 ... respond test 432 OK 2011-07-27 10:16:43.448 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.448 respond[17733] Server 0x121ccc8 1 2011-07-27 10:16:43.448 respond[17733] Server 0x121cea8 1 2011-07-27 10:16:43.448 respond[17733] Accept 432 2011-07-27 10:16:43.448 respond[17733] Server 0x121cea8 4 2011-07-27 10:16:43.449 respond[17733] Done reading 432 2011-07-27 10:16:43.449 respond[17733] Done writing 432 Passed test: test00.m:78 ... respond test 431 OK 2011-07-27 10:16:43.450 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.450 respond[17733] Server 0x121df88 1 2011-07-27 10:16:43.450 respond[17733] Server 0x121e168 1 2011-07-27 10:16:43.450 respond[17733] Accept 431 2011-07-27 10:16:43.450 respond[17733] Server 0x121e168 4 2011-07-27 10:16:43.450 respond[17733] Done reading 431 2011-07-27 10:16:43.450 respond[17733] Done writing 431 Passed test: test00.m:78 ... respond test 430 OK 2011-07-27 10:16:43.451 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.451 respond[17733] Server 0x121f248 1 2011-07-27 10:16:43.451 respond[17733] Server 0x121f428 1 2011-07-27 10:16:43.451 respond[17733] Accept 430 2011-07-27 10:16:43.451 respond[17733] Server 0x121f428 4 2011-07-27 10:16:43.451 respond[17733] Done reading 430 2011-07-27 10:16:43.451 respond[17733] Done writing 430 Passed test: test00.m:78 ... respond test 429 OK 2011-07-27 10:16:43.452 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.452 respond[17733] Server 0x1220508 1 2011-07-27 10:16:43.452 respond[17733] Server 0x12206e8 1 2011-07-27 10:16:43.452 respond[17733] Accept 429 2011-07-27 10:16:43.452 respond[17733] Server 0x12206e8 4 2011-07-27 10:16:43.453 respond[17733] Done reading 429 2011-07-27 10:16:43.453 respond[17733] Done writing 429 Passed test: test00.m:78 ... respond test 428 OK 2011-07-27 10:16:43.463 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.463 respond[17733] Server 0x12217c8 1 2011-07-27 10:16:43.463 respond[17733] Server 0x12219a8 1 2011-07-27 10:16:43.463 respond[17733] Accept 428 2011-07-27 10:16:43.463 respond[17733] Server 0x12219a8 4 2011-07-27 10:16:43.464 respond[17733] Done reading 428 2011-07-27 10:16:43.464 respond[17733] Done writing 428 Passed test: test00.m:78 ... respond test 427 OK 2011-07-27 10:16:43.465 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.465 respond[17733] Server 0x1222a88 1 2011-07-27 10:16:43.465 respond[17733] Server 0x1222c68 1 2011-07-27 10:16:43.465 respond[17733] Accept 427 2011-07-27 10:16:43.465 respond[17733] Server 0x1222c68 4 2011-07-27 10:16:43.465 respond[17733] Done reading 427 2011-07-27 10:16:43.465 respond[17733] Done writing 427 Passed test: test00.m:78 ... respond test 426 OK 2011-07-27 10:16:43.466 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.466 respond[17733] Server 0x1223d48 1 2011-07-27 10:16:43.466 respond[17733] Server 0x1223f28 1 2011-07-27 10:16:43.466 respond[17733] Accept 426 2011-07-27 10:16:43.466 respond[17733] Server 0x1223f28 4 2011-07-27 10:16:43.467 respond[17733] Done reading 426 2011-07-27 10:16:43.467 respond[17733] Done writing 426 Passed test: test00.m:78 ... respond test 425 OK 2011-07-27 10:16:43.467 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.467 respond[17733] Server 0x1225008 1 2011-07-27 10:16:43.467 respond[17733] Server 0x12251e8 1 2011-07-27 10:16:43.467 respond[17733] Accept 425 2011-07-27 10:16:43.468 respond[17733] Server 0x12251e8 4 2011-07-27 10:16:43.468 respond[17733] Done reading 425 2011-07-27 10:16:43.468 respond[17733] Done writing 425 Passed test: test00.m:78 ... respond test 424 OK 2011-07-27 10:16:43.469 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.469 respond[17733] Server 0x12262c8 1 2011-07-27 10:16:43.469 respond[17733] Server 0x12264a8 1 2011-07-27 10:16:43.469 respond[17733] Accept 424 2011-07-27 10:16:43.469 respond[17733] Server 0x12264a8 4 2011-07-27 10:16:43.469 respond[17733] Done reading 424 2011-07-27 10:16:43.469 respond[17733] Done writing 424 Passed test: test00.m:78 ... respond test 423 OK 2011-07-27 10:16:43.470 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.470 respond[17733] Server 0x1227588 1 2011-07-27 10:16:43.470 respond[17733] Server 0x1227768 1 2011-07-27 10:16:43.470 respond[17733] Accept 423 2011-07-27 10:16:43.470 respond[17733] Server 0x1227768 4 2011-07-27 10:16:43.471 respond[17733] Done reading 423 2011-07-27 10:16:43.471 respond[17733] Done writing 423 Passed test: test00.m:78 ... respond test 422 OK 2011-07-27 10:16:43.471 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.471 respond[17733] Server 0x1228848 1 2011-07-27 10:16:43.471 respond[17733] Server 0x1228a28 1 2011-07-27 10:16:43.471 respond[17733] Accept 422 2011-07-27 10:16:43.472 respond[17733] Server 0x1228a28 4 2011-07-27 10:16:43.472 respond[17733] Done reading 422 2011-07-27 10:16:43.472 respond[17733] Done writing 422 Passed test: test00.m:78 ... respond test 421 OK 2011-07-27 10:16:43.473 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.473 respond[17733] Server 0x1229b08 1 2011-07-27 10:16:43.473 respond[17733] Server 0x1229ce8 1 2011-07-27 10:16:43.473 respond[17733] Accept 421 2011-07-27 10:16:43.473 respond[17733] Server 0x1229ce8 4 2011-07-27 10:16:43.473 respond[17733] Done reading 421 2011-07-27 10:16:43.473 respond[17733] Done writing 421 Passed test: test00.m:78 ... respond test 420 OK 2011-07-27 10:16:43.474 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.474 respond[17733] Server 0x122adc8 1 2011-07-27 10:16:43.474 respond[17733] Server 0x122afa8 1 2011-07-27 10:16:43.474 respond[17733] Accept 420 2011-07-27 10:16:43.474 respond[17733] Server 0x122afa8 4 2011-07-27 10:16:43.475 respond[17733] Done reading 420 2011-07-27 10:16:43.475 respond[17733] Done writing 420 Passed test: test00.m:78 ... respond test 419 OK 2011-07-27 10:16:43.475 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.475 respond[17733] Server 0x122c088 1 2011-07-27 10:16:43.475 respond[17733] Server 0x122c268 1 2011-07-27 10:16:43.475 respond[17733] Accept 419 2011-07-27 10:16:43.475 respond[17733] Server 0x122c268 4 2011-07-27 10:16:43.476 respond[17733] Done reading 419 2011-07-27 10:16:43.476 respond[17733] Done writing 419 Passed test: test00.m:78 ... respond test 418 OK 2011-07-27 10:16:43.477 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.477 respond[17733] Server 0x122d348 1 2011-07-27 10:16:43.477 respond[17733] Server 0x122d528 1 2011-07-27 10:16:43.477 respond[17733] Accept 418 2011-07-27 10:16:43.477 respond[17733] Server 0x122d528 4 2011-07-27 10:16:43.477 respond[17733] Done reading 418 2011-07-27 10:16:43.477 respond[17733] Done writing 418 Passed test: test00.m:78 ... respond test 417 OK 2011-07-27 10:16:43.478 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.478 respond[17733] Server 0x122e608 1 2011-07-27 10:16:43.478 respond[17733] Server 0x122e7e8 1 2011-07-27 10:16:43.478 respond[17733] Accept 417 2011-07-27 10:16:43.478 respond[17733] Server 0x122e7e8 4 2011-07-27 10:16:43.479 respond[17733] Done reading 417 2011-07-27 10:16:43.479 respond[17733] Done writing 417 Passed test: test00.m:78 ... respond test 416 OK 2011-07-27 10:16:43.479 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.479 respond[17733] Server 0x122f8c8 1 2011-07-27 10:16:43.479 respond[17733] Server 0x122faa8 1 2011-07-27 10:16:43.479 respond[17733] Accept 416 2011-07-27 10:16:43.479 respond[17733] Server 0x122faa8 4 2011-07-27 10:16:43.480 respond[17733] Done reading 416 2011-07-27 10:16:43.480 respond[17733] Done writing 416 Passed test: test00.m:78 ... respond test 415 OK 2011-07-27 10:16:43.481 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.481 respond[17733] Server 0x1230b88 1 2011-07-27 10:16:43.481 respond[17733] Server 0x1230d68 1 2011-07-27 10:16:43.481 respond[17733] Accept 415 2011-07-27 10:16:43.481 respond[17733] Server 0x1230d68 4 2011-07-27 10:16:43.481 respond[17733] Done reading 415 2011-07-27 10:16:43.481 respond[17733] Done writing 415 Passed test: test00.m:78 ... respond test 414 OK 2011-07-27 10:16:43.482 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.482 respond[17733] Server 0x1231e48 1 2011-07-27 10:16:43.482 respond[17733] Server 0x1232028 1 2011-07-27 10:16:43.482 respond[17733] Accept 414 2011-07-27 10:16:43.482 respond[17733] Server 0x1232028 4 2011-07-27 10:16:43.483 respond[17733] Done reading 414 2011-07-27 10:16:43.483 respond[17733] Done writing 414 Passed test: test00.m:78 ... respond test 413 OK 2011-07-27 10:16:43.483 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.483 respond[17733] Server 0x1233108 1 2011-07-27 10:16:43.483 respond[17733] Server 0x12332e8 1 2011-07-27 10:16:43.483 respond[17733] Accept 413 2011-07-27 10:16:43.483 respond[17733] Server 0x12332e8 4 2011-07-27 10:16:43.484 respond[17733] Done reading 413 2011-07-27 10:16:43.484 respond[17733] Done writing 413 Passed test: test00.m:78 ... respond test 412 OK 2011-07-27 10:16:43.485 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.485 respond[17733] Server 0x12343c8 1 2011-07-27 10:16:43.485 respond[17733] Server 0x12345a8 1 2011-07-27 10:16:43.485 respond[17733] Accept 412 2011-07-27 10:16:43.485 respond[17733] Server 0x12345a8 4 2011-07-27 10:16:43.485 respond[17733] Done reading 412 2011-07-27 10:16:43.485 respond[17733] Done writing 412 Passed test: test00.m:78 ... respond test 411 OK 2011-07-27 10:16:43.486 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.486 respond[17733] Server 0x1235688 1 2011-07-27 10:16:43.486 respond[17733] Server 0x1235868 1 2011-07-27 10:16:43.486 respond[17733] Accept 411 2011-07-27 10:16:43.486 respond[17733] Server 0x1235868 4 2011-07-27 10:16:43.486 respond[17733] Done reading 411 2011-07-27 10:16:43.487 respond[17733] Done writing 411 Passed test: test00.m:78 ... respond test 410 OK 2011-07-27 10:16:43.487 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.487 respond[17733] Server 0x1236948 1 2011-07-27 10:16:43.487 respond[17733] Server 0x1236b28 1 2011-07-27 10:16:43.487 respond[17733] Accept 410 2011-07-27 10:16:43.487 respond[17733] Server 0x1236b28 4 2011-07-27 10:16:43.488 respond[17733] Done reading 410 2011-07-27 10:16:43.488 respond[17733] Done writing 410 Passed test: test00.m:78 ... respond test 409 OK 2011-07-27 10:16:43.489 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.489 respond[17733] Server 0x1237c08 1 2011-07-27 10:16:43.489 respond[17733] Server 0x1237de8 1 2011-07-27 10:16:43.489 respond[17733] Accept 409 2011-07-27 10:16:43.489 respond[17733] Server 0x1237de8 4 2011-07-27 10:16:43.489 respond[17733] Done reading 409 2011-07-27 10:16:43.489 respond[17733] Done writing 409 Passed test: test00.m:78 ... respond test 408 OK 2011-07-27 10:16:43.490 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.490 respond[17733] Server 0x1238ec8 1 2011-07-27 10:16:43.490 respond[17733] Server 0x12390a8 1 2011-07-27 10:16:43.490 respond[17733] Accept 408 2011-07-27 10:16:43.490 respond[17733] Server 0x12390a8 4 2011-07-27 10:16:43.490 respond[17733] Done reading 408 2011-07-27 10:16:43.490 respond[17733] Done writing 408 Passed test: test00.m:78 ... respond test 407 OK 2011-07-27 10:16:43.491 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.491 respond[17733] Server 0x123a188 1 2011-07-27 10:16:43.491 respond[17733] Server 0x123a368 1 2011-07-27 10:16:43.491 respond[17733] Accept 407 2011-07-27 10:16:43.491 respond[17733] Server 0x123a368 4 2011-07-27 10:16:43.492 respond[17733] Done reading 407 2011-07-27 10:16:43.492 respond[17733] Done writing 407 Passed test: test00.m:78 ... respond test 406 OK 2011-07-27 10:16:43.493 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.493 respond[17733] Server 0x123b448 1 2011-07-27 10:16:43.493 respond[17733] Server 0x123b628 1 2011-07-27 10:16:43.493 respond[17733] Accept 406 2011-07-27 10:16:43.493 respond[17733] Server 0x123b628 4 2011-07-27 10:16:43.493 respond[17733] Done reading 406 2011-07-27 10:16:43.493 respond[17733] Done writing 406 Passed test: test00.m:78 ... respond test 405 OK 2011-07-27 10:16:43.494 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.494 respond[17733] Server 0x123c708 1 2011-07-27 10:16:43.494 respond[17733] Server 0x123c8e8 1 2011-07-27 10:16:43.494 respond[17733] Accept 405 2011-07-27 10:16:43.494 respond[17733] Server 0x123c8e8 4 2011-07-27 10:16:43.494 respond[17733] Done reading 405 2011-07-27 10:16:43.494 respond[17733] Done writing 405 Passed test: test00.m:78 ... respond test 404 OK 2011-07-27 10:16:43.495 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.495 respond[17733] Server 0x123d9c8 1 2011-07-27 10:16:43.495 respond[17733] Server 0x123dba8 1 2011-07-27 10:16:43.495 respond[17733] Accept 404 2011-07-27 10:16:43.495 respond[17733] Server 0x123dba8 4 2011-07-27 10:16:43.496 respond[17733] Done reading 404 2011-07-27 10:16:43.496 respond[17733] Done writing 404 Passed test: test00.m:78 ... respond test 403 OK 2011-07-27 10:16:43.496 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.497 respond[17733] Server 0x123ec88 1 2011-07-27 10:16:43.497 respond[17733] Server 0x123ee68 1 2011-07-27 10:16:43.497 respond[17733] Accept 403 2011-07-27 10:16:43.497 respond[17733] Server 0x123ee68 4 2011-07-27 10:16:43.497 respond[17733] Done reading 403 2011-07-27 10:16:43.497 respond[17733] Done writing 403 Passed test: test00.m:78 ... respond test 402 OK 2011-07-27 10:16:43.498 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.498 respond[17733] Server 0x123ff48 1 2011-07-27 10:16:43.498 respond[17733] Server 0x1240128 1 2011-07-27 10:16:43.498 respond[17733] Accept 402 2011-07-27 10:16:43.498 respond[17733] Server 0x1240128 4 2011-07-27 10:16:43.498 respond[17733] Done reading 402 2011-07-27 10:16:43.498 respond[17733] Done writing 402 Passed test: test00.m:78 ... respond test 401 OK 2011-07-27 10:16:43.499 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.499 respond[17733] Server 0x1241208 1 2011-07-27 10:16:43.499 respond[17733] Server 0x12413e8 1 2011-07-27 10:16:43.499 respond[17733] Accept 401 2011-07-27 10:16:43.499 respond[17733] Server 0x12413e8 4 2011-07-27 10:16:43.500 respond[17733] Done reading 401 2011-07-27 10:16:43.500 respond[17733] Done writing 401 Passed test: test00.m:78 ... respond test 400 OK 2011-07-27 10:16:43.500 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.501 respond[17733] Server 0x12424c8 1 2011-07-27 10:16:43.501 respond[17733] Server 0x12426a8 1 2011-07-27 10:16:43.501 respond[17733] Accept 400 2011-07-27 10:16:43.501 respond[17733] Server 0x12426a8 4 2011-07-27 10:16:43.501 respond[17733] Done reading 400 2011-07-27 10:16:43.501 respond[17733] Done writing 400 Passed test: test00.m:78 ... respond test 399 OK 2011-07-27 10:16:43.502 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.502 respond[17733] Server 0x1243788 1 2011-07-27 10:16:43.502 respond[17733] Server 0x1243968 1 2011-07-27 10:16:43.502 respond[17733] Accept 399 2011-07-27 10:16:43.502 respond[17733] Server 0x1243968 4 2011-07-27 10:16:43.502 respond[17733] Done reading 399 2011-07-27 10:16:43.502 respond[17733] Done writing 399 Passed test: test00.m:78 ... respond test 398 OK 2011-07-27 10:16:43.503 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.503 respond[17733] Server 0x1244a48 1 2011-07-27 10:16:43.503 respond[17733] Server 0x1244c28 1 2011-07-27 10:16:43.503 respond[17733] Accept 398 2011-07-27 10:16:43.503 respond[17733] Server 0x1244c28 4 2011-07-27 10:16:43.504 respond[17733] Done reading 398 2011-07-27 10:16:43.504 respond[17733] Done writing 398 Passed test: test00.m:78 ... respond test 397 OK 2011-07-27 10:16:43.504 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.505 respond[17733] Server 0x1245d08 1 2011-07-27 10:16:43.505 respond[17733] Server 0x1245ee8 1 2011-07-27 10:16:43.505 respond[17733] Accept 397 2011-07-27 10:16:43.505 respond[17733] Server 0x1245ee8 4 2011-07-27 10:16:43.505 respond[17733] Done reading 397 2011-07-27 10:16:43.505 respond[17733] Done writing 397 Passed test: test00.m:78 ... respond test 396 OK 2011-07-27 10:16:43.506 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.506 respond[17733] Server 0x1246fc8 1 2011-07-27 10:16:43.506 respond[17733] Server 0x12471a8 1 2011-07-27 10:16:43.506 respond[17733] Accept 396 2011-07-27 10:16:43.506 respond[17733] Server 0x12471a8 4 2011-07-27 10:16:43.506 respond[17733] Done reading 396 2011-07-27 10:16:43.506 respond[17733] Done writing 396 Passed test: test00.m:78 ... respond test 395 OK 2011-07-27 10:16:43.507 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.507 respond[17733] Server 0x1248288 1 2011-07-27 10:16:43.507 respond[17733] Server 0x1248468 1 2011-07-27 10:16:43.507 respond[17733] Accept 395 2011-07-27 10:16:43.507 respond[17733] Server 0x1248468 4 2011-07-27 10:16:43.508 respond[17733] Done reading 395 2011-07-27 10:16:43.508 respond[17733] Done writing 395 Passed test: test00.m:78 ... respond test 394 OK 2011-07-27 10:16:43.508 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.509 respond[17733] Server 0x1249548 1 2011-07-27 10:16:43.509 respond[17733] Server 0x1249728 1 2011-07-27 10:16:43.509 respond[17733] Accept 394 2011-07-27 10:16:43.509 respond[17733] Server 0x1249728 4 2011-07-27 10:16:43.509 respond[17733] Done reading 394 2011-07-27 10:16:43.509 respond[17733] Done writing 394 Passed test: test00.m:78 ... respond test 393 OK 2011-07-27 10:16:43.510 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.510 respond[17733] Server 0x124a808 1 2011-07-27 10:16:43.510 respond[17733] Server 0x124a9e8 1 2011-07-27 10:16:43.510 respond[17733] Accept 393 2011-07-27 10:16:43.510 respond[17733] Server 0x124a9e8 4 2011-07-27 10:16:43.510 respond[17733] Done reading 393 2011-07-27 10:16:43.510 respond[17733] Done writing 393 Passed test: test00.m:78 ... respond test 392 OK 2011-07-27 10:16:43.511 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.511 respond[17733] Server 0x124bac8 1 2011-07-27 10:16:43.511 respond[17733] Server 0x124bca8 1 2011-07-27 10:16:43.511 respond[17733] Accept 392 2011-07-27 10:16:43.511 respond[17733] Server 0x124bca8 4 2011-07-27 10:16:43.512 respond[17733] Done reading 392 2011-07-27 10:16:43.512 respond[17733] Done writing 392 Passed test: test00.m:78 ... respond test 391 OK 2011-07-27 10:16:43.512 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.512 respond[17733] Server 0x124cd88 1 2011-07-27 10:16:43.513 respond[17733] Server 0x124cf68 1 2011-07-27 10:16:43.513 respond[17733] Accept 391 2011-07-27 10:16:43.513 respond[17733] Server 0x124cf68 4 2011-07-27 10:16:43.513 respond[17733] Done reading 391 2011-07-27 10:16:43.513 respond[17733] Done writing 391 Passed test: test00.m:78 ... respond test 390 OK 2011-07-27 10:16:43.514 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.514 respond[17733] Server 0x124e048 1 2011-07-27 10:16:43.514 respond[17733] Server 0x124e228 1 2011-07-27 10:16:43.514 respond[17733] Accept 390 2011-07-27 10:16:43.514 respond[17733] Server 0x124e228 4 2011-07-27 10:16:43.514 respond[17733] Done reading 390 2011-07-27 10:16:43.514 respond[17733] Done writing 390 Passed test: test00.m:78 ... respond test 389 OK 2011-07-27 10:16:43.515 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.515 respond[17733] Server 0x124f308 1 2011-07-27 10:16:43.515 respond[17733] Server 0x124f4e8 1 2011-07-27 10:16:43.515 respond[17733] Accept 389 2011-07-27 10:16:43.515 respond[17733] Server 0x124f4e8 4 2011-07-27 10:16:43.516 respond[17733] Done reading 389 2011-07-27 10:16:43.516 respond[17733] Done writing 389 Passed test: test00.m:78 ... respond test 388 OK 2011-07-27 10:16:43.516 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.516 respond[17733] Server 0x12505e8 1 2011-07-27 10:16:43.516 respond[17733] Server 0x12507a8 1 2011-07-27 10:16:43.516 respond[17733] Accept 388 2011-07-27 10:16:43.517 respond[17733] Server 0x12507a8 4 2011-07-27 10:16:43.517 respond[17733] Done reading 388 2011-07-27 10:16:43.517 respond[17733] Done writing 388 Passed test: test00.m:78 ... respond test 387 OK 2011-07-27 10:16:43.518 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.518 respond[17733] Server 0x1251888 1 2011-07-27 10:16:43.518 respond[17733] Server 0x1251a68 1 2011-07-27 10:16:43.518 respond[17733] Accept 387 2011-07-27 10:16:43.518 respond[17733] Server 0x1251a68 4 2011-07-27 10:16:43.518 respond[17733] Done reading 387 2011-07-27 10:16:43.518 respond[17733] Done writing 387 Passed test: test00.m:78 ... respond test 386 OK 2011-07-27 10:16:43.519 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.519 respond[17733] Server 0x1252b48 1 2011-07-27 10:16:43.519 respond[17733] Server 0x1252d28 1 2011-07-27 10:16:43.519 respond[17733] Accept 386 2011-07-27 10:16:43.519 respond[17733] Server 0x1252d28 4 2011-07-27 10:16:43.520 respond[17733] Done reading 386 2011-07-27 10:16:43.520 respond[17733] Done writing 386 Passed test: test00.m:78 ... respond test 385 OK 2011-07-27 10:16:43.520 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.520 respond[17733] Server 0x1253e08 1 2011-07-27 10:16:43.520 respond[17733] Server 0x1253fe8 1 2011-07-27 10:16:43.520 respond[17733] Accept 385 2011-07-27 10:16:43.521 respond[17733] Server 0x1253fe8 4 2011-07-27 10:16:43.521 respond[17733] Done reading 385 2011-07-27 10:16:43.521 respond[17733] Done writing 385 Passed test: test00.m:78 ... respond test 384 OK 2011-07-27 10:16:43.522 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.522 respond[17733] Server 0x12550c8 1 2011-07-27 10:16:43.522 respond[17733] Server 0x12552a8 1 2011-07-27 10:16:43.522 respond[17733] Accept 384 2011-07-27 10:16:43.522 respond[17733] Server 0x12552a8 4 2011-07-27 10:16:43.522 respond[17733] Done reading 384 2011-07-27 10:16:43.522 respond[17733] Done writing 384 Passed test: test00.m:78 ... respond test 383 OK 2011-07-27 10:16:43.523 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.523 respond[17733] Server 0x1256388 1 2011-07-27 10:16:43.523 respond[17733] Server 0x1256568 1 2011-07-27 10:16:43.523 respond[17733] Accept 383 2011-07-27 10:16:43.523 respond[17733] Server 0x1256568 4 2011-07-27 10:16:43.524 respond[17733] Done reading 383 2011-07-27 10:16:43.524 respond[17733] Done writing 383 Passed test: test00.m:78 ... respond test 382 OK 2011-07-27 10:16:43.524 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.524 respond[17733] Server 0x1257648 1 2011-07-27 10:16:43.524 respond[17733] Server 0x1257828 1 2011-07-27 10:16:43.524 respond[17733] Accept 382 2011-07-27 10:16:43.525 respond[17733] Server 0x1257828 4 2011-07-27 10:16:43.525 respond[17733] Done reading 382 2011-07-27 10:16:43.525 respond[17733] Done writing 382 Passed test: test00.m:78 ... respond test 381 OK 2011-07-27 10:16:43.526 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.526 respond[17733] Server 0x1258908 1 2011-07-27 10:16:43.526 respond[17733] Server 0x1258ae8 1 2011-07-27 10:16:43.526 respond[17733] Accept 381 2011-07-27 10:16:43.526 respond[17733] Server 0x1258ae8 4 2011-07-27 10:16:43.526 respond[17733] Done reading 381 2011-07-27 10:16:43.526 respond[17733] Done writing 381 Passed test: test00.m:78 ... respond test 380 OK 2011-07-27 10:16:43.527 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.527 respond[17733] Server 0x1259bc8 1 2011-07-27 10:16:43.527 respond[17733] Server 0x1259da8 1 2011-07-27 10:16:43.527 respond[17733] Accept 380 2011-07-27 10:16:43.527 respond[17733] Server 0x1259da8 4 2011-07-27 10:16:43.528 respond[17733] Done reading 380 2011-07-27 10:16:43.528 respond[17733] Done writing 380 Passed test: test00.m:78 ... respond test 379 OK 2011-07-27 10:16:43.528 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.528 respond[17733] Server 0x125ae88 1 2011-07-27 10:16:43.528 respond[17733] Server 0x125b068 1 2011-07-27 10:16:43.528 respond[17733] Accept 379 2011-07-27 10:16:43.528 respond[17733] Server 0x125b068 4 2011-07-27 10:16:43.529 respond[17733] Done reading 379 2011-07-27 10:16:43.529 respond[17733] Done writing 379 Passed test: test00.m:78 ... respond test 378 OK 2011-07-27 10:16:43.530 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.530 respond[17733] Server 0x125c148 1 2011-07-27 10:16:43.530 respond[17733] Server 0x125c328 1 2011-07-27 10:16:43.530 respond[17733] Accept 378 2011-07-27 10:16:43.530 respond[17733] Server 0x125c328 4 2011-07-27 10:16:43.530 respond[17733] Done reading 378 2011-07-27 10:16:43.530 respond[17733] Done writing 378 Passed test: test00.m:78 ... respond test 377 OK 2011-07-27 10:16:43.531 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.531 respond[17733] Server 0x125d408 1 2011-07-27 10:16:43.531 respond[17733] Server 0x125d5e8 1 2011-07-27 10:16:43.531 respond[17733] Accept 377 2011-07-27 10:16:43.531 respond[17733] Server 0x125d5e8 4 2011-07-27 10:16:43.532 respond[17733] Done reading 377 2011-07-27 10:16:43.532 respond[17733] Done writing 377 Passed test: test00.m:78 ... respond test 376 OK 2011-07-27 10:16:43.532 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.532 respond[17733] Server 0x125e6c8 1 2011-07-27 10:16:43.532 respond[17733] Server 0x125e8a8 1 2011-07-27 10:16:43.532 respond[17733] Accept 376 2011-07-27 10:16:43.533 respond[17733] Server 0x125e8a8 4 2011-07-27 10:16:43.533 respond[17733] Done reading 376 2011-07-27 10:16:43.533 respond[17733] Done writing 376 Passed test: test00.m:78 ... respond test 375 OK 2011-07-27 10:16:43.534 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.534 respond[17733] Server 0x125f988 1 2011-07-27 10:16:43.534 respond[17733] Server 0x125fb68 1 2011-07-27 10:16:43.534 respond[17733] Accept 375 2011-07-27 10:16:43.534 respond[17733] Server 0x125fb68 4 2011-07-27 10:16:43.534 respond[17733] Done reading 375 2011-07-27 10:16:43.534 respond[17733] Done writing 375 Passed test: test00.m:78 ... respond test 374 OK 2011-07-27 10:16:43.535 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.535 respond[17733] Server 0x1260c48 1 2011-07-27 10:16:43.535 respond[17733] Server 0x1260e28 1 2011-07-27 10:16:43.535 respond[17733] Accept 374 2011-07-27 10:16:43.535 respond[17733] Server 0x1260e28 4 2011-07-27 10:16:43.536 respond[17733] Done reading 374 2011-07-27 10:16:43.536 respond[17733] Done writing 374 Passed test: test00.m:78 ... respond test 373 OK 2011-07-27 10:16:43.536 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.536 respond[17733] Server 0x1261f08 1 2011-07-27 10:16:43.536 respond[17733] Server 0x12620e8 1 2011-07-27 10:16:43.536 respond[17733] Accept 373 2011-07-27 10:16:43.536 respond[17733] Server 0x12620e8 4 2011-07-27 10:16:43.537 respond[17733] Done reading 373 2011-07-27 10:16:43.537 respond[17733] Done writing 373 Passed test: test00.m:78 ... respond test 372 OK 2011-07-27 10:16:43.538 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.538 respond[17733] Server 0x12631c8 1 2011-07-27 10:16:43.538 respond[17733] Server 0x12633a8 1 2011-07-27 10:16:43.538 respond[17733] Accept 372 2011-07-27 10:16:43.538 respond[17733] Server 0x12633a8 4 2011-07-27 10:16:43.538 respond[17733] Done reading 372 2011-07-27 10:16:43.538 respond[17733] Done writing 372 Passed test: test00.m:78 ... respond test 371 OK 2011-07-27 10:16:43.539 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.539 respond[17733] Server 0x1264488 1 2011-07-27 10:16:43.539 respond[17733] Server 0x1264668 1 2011-07-27 10:16:43.539 respond[17733] Accept 371 2011-07-27 10:16:43.539 respond[17733] Server 0x1264668 4 2011-07-27 10:16:43.540 respond[17733] Done reading 371 2011-07-27 10:16:43.540 respond[17733] Done writing 371 Passed test: test00.m:78 ... respond test 370 OK 2011-07-27 10:16:43.540 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.540 respond[17733] Server 0x1265748 1 2011-07-27 10:16:43.540 respond[17733] Server 0x1265928 1 2011-07-27 10:16:43.540 respond[17733] Accept 370 2011-07-27 10:16:43.540 respond[17733] Server 0x1265928 4 2011-07-27 10:16:43.541 respond[17733] Done reading 370 2011-07-27 10:16:43.541 respond[17733] Done writing 370 Passed test: test00.m:78 ... respond test 369 OK 2011-07-27 10:16:43.542 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.542 respond[17733] Server 0x1266a08 1 2011-07-27 10:16:43.542 respond[17733] Server 0x1266be8 1 2011-07-27 10:16:43.542 respond[17733] Accept 369 2011-07-27 10:16:43.542 respond[17733] Server 0x1266be8 4 2011-07-27 10:16:43.542 respond[17733] Done reading 369 2011-07-27 10:16:43.542 respond[17733] Done writing 369 Passed test: test00.m:78 ... respond test 368 OK 2011-07-27 10:16:43.543 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.543 respond[17733] Server 0x1267cc8 1 2011-07-27 10:16:43.543 respond[17733] Server 0x1267ea8 1 2011-07-27 10:16:43.543 respond[17733] Accept 368 2011-07-27 10:16:43.543 respond[17733] Server 0x1267ea8 4 2011-07-27 10:16:43.544 respond[17733] Done reading 368 2011-07-27 10:16:43.544 respond[17733] Done writing 368 Passed test: test00.m:78 ... respond test 367 OK 2011-07-27 10:16:43.544 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.544 respond[17733] Server 0x1268f88 1 2011-07-27 10:16:43.544 respond[17733] Server 0x1269168 1 2011-07-27 10:16:43.544 respond[17733] Accept 367 2011-07-27 10:16:43.544 respond[17733] Server 0x1269168 4 2011-07-27 10:16:43.545 respond[17733] Done reading 367 2011-07-27 10:16:43.545 respond[17733] Done writing 367 Passed test: test00.m:78 ... respond test 366 OK 2011-07-27 10:16:43.546 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.546 respond[17733] Server 0x126a248 1 2011-07-27 10:16:43.546 respond[17733] Server 0x126a428 1 2011-07-27 10:16:43.546 respond[17733] Accept 366 2011-07-27 10:16:43.546 respond[17733] Server 0x126a428 4 2011-07-27 10:16:43.546 respond[17733] Done reading 366 2011-07-27 10:16:43.546 respond[17733] Done writing 366 Passed test: test00.m:78 ... respond test 365 OK 2011-07-27 10:16:43.547 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.547 respond[17733] Server 0x126b508 1 2011-07-27 10:16:43.547 respond[17733] Server 0x126b6e8 1 2011-07-27 10:16:43.547 respond[17733] Accept 365 2011-07-27 10:16:43.547 respond[17733] Server 0x126b6e8 4 2011-07-27 10:16:43.548 respond[17733] Done reading 365 2011-07-27 10:16:43.548 respond[17733] Done writing 365 Passed test: test00.m:78 ... respond test 364 OK 2011-07-27 10:16:43.548 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.548 respond[17733] Server 0x126c7c8 1 2011-07-27 10:16:43.548 respond[17733] Server 0x126c9a8 1 2011-07-27 10:16:43.548 respond[17733] Accept 364 2011-07-27 10:16:43.548 respond[17733] Server 0x126c9a8 4 2011-07-27 10:16:43.549 respond[17733] Done reading 364 2011-07-27 10:16:43.549 respond[17733] Done writing 364 Passed test: test00.m:78 ... respond test 363 OK 2011-07-27 10:16:43.550 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.550 respond[17733] Server 0x126da88 1 2011-07-27 10:16:43.550 respond[17733] Server 0x126dc68 1 2011-07-27 10:16:43.550 respond[17733] Accept 363 2011-07-27 10:16:43.550 respond[17733] Server 0x126dc68 4 2011-07-27 10:16:43.550 respond[17733] Done reading 363 2011-07-27 10:16:43.550 respond[17733] Done writing 363 Passed test: test00.m:78 ... respond test 362 OK 2011-07-27 10:16:43.551 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.551 respond[17733] Server 0x126ed48 1 2011-07-27 10:16:43.551 respond[17733] Server 0x126ef28 1 2011-07-27 10:16:43.551 respond[17733] Accept 362 2011-07-27 10:16:43.551 respond[17733] Server 0x126ef28 4 2011-07-27 10:16:43.551 respond[17733] Done reading 362 2011-07-27 10:16:43.552 respond[17733] Done writing 362 Passed test: test00.m:78 ... respond test 361 OK 2011-07-27 10:16:43.552 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.552 respond[17733] Server 0x1270008 1 2011-07-27 10:16:43.552 respond[17733] Server 0x12701e8 1 2011-07-27 10:16:43.552 respond[17733] Accept 361 2011-07-27 10:16:43.552 respond[17733] Server 0x12701e8 4 2011-07-27 10:16:43.553 respond[17733] Done reading 361 2011-07-27 10:16:43.553 respond[17733] Done writing 361 Passed test: test00.m:78 ... respond test 360 OK 2011-07-27 10:16:43.554 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.554 respond[17733] Server 0x12712c8 1 2011-07-27 10:16:43.554 respond[17733] Server 0x12714a8 1 2011-07-27 10:16:43.554 respond[17733] Accept 360 2011-07-27 10:16:43.554 respond[17733] Server 0x12714a8 4 2011-07-27 10:16:43.554 respond[17733] Done reading 360 2011-07-27 10:16:43.554 respond[17733] Done writing 360 Passed test: test00.m:78 ... respond test 359 OK 2011-07-27 10:16:43.555 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.555 respond[17733] Server 0x1272588 1 2011-07-27 10:16:43.555 respond[17733] Server 0x1272768 1 2011-07-27 10:16:43.555 respond[17733] Accept 359 2011-07-27 10:16:43.555 respond[17733] Server 0x1272768 4 2011-07-27 10:16:43.555 respond[17733] Done reading 359 2011-07-27 10:16:43.556 respond[17733] Done writing 359 Passed test: test00.m:78 ... respond test 358 OK 2011-07-27 10:16:43.556 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.556 respond[17733] Server 0x1273848 1 2011-07-27 10:16:43.556 respond[17733] Server 0x1273a28 1 2011-07-27 10:16:43.556 respond[17733] Accept 358 2011-07-27 10:16:43.556 respond[17733] Server 0x1273a28 4 2011-07-27 10:16:43.557 respond[17733] Done reading 358 2011-07-27 10:16:43.557 respond[17733] Done writing 358 Passed test: test00.m:78 ... respond test 357 OK 2011-07-27 10:16:43.558 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.558 respond[17733] Server 0x1274b08 1 2011-07-27 10:16:43.558 respond[17733] Server 0x1274ce8 1 2011-07-27 10:16:43.558 respond[17733] Accept 357 2011-07-27 10:16:43.558 respond[17733] Server 0x1274ce8 4 2011-07-27 10:16:43.558 respond[17733] Done reading 357 2011-07-27 10:16:43.558 respond[17733] Done writing 357 Passed test: test00.m:78 ... respond test 356 OK 2011-07-27 10:16:43.559 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.559 respond[17733] Server 0x1275dc8 1 2011-07-27 10:16:43.559 respond[17733] Server 0x1275fa8 1 2011-07-27 10:16:43.559 respond[17733] Accept 356 2011-07-27 10:16:43.559 respond[17733] Server 0x1275fa8 4 2011-07-27 10:16:43.559 respond[17733] Done reading 356 2011-07-27 10:16:43.559 respond[17733] Done writing 356 Passed test: test00.m:78 ... respond test 355 OK 2011-07-27 10:16:43.560 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.560 respond[17733] Server 0x1277088 1 2011-07-27 10:16:43.560 respond[17733] Server 0x1277268 1 2011-07-27 10:16:43.560 respond[17733] Accept 355 2011-07-27 10:16:43.560 respond[17733] Server 0x1277268 4 2011-07-27 10:16:43.561 respond[17733] Done reading 355 2011-07-27 10:16:43.561 respond[17733] Done writing 355 Passed test: test00.m:78 ... respond test 354 OK 2011-07-27 10:16:43.562 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.562 respond[17733] Server 0x1278348 1 2011-07-27 10:16:43.562 respond[17733] Server 0x1278528 1 2011-07-27 10:16:43.562 respond[17733] Accept 354 2011-07-27 10:16:43.562 respond[17733] Server 0x1278528 4 2011-07-27 10:16:43.562 respond[17733] Done reading 354 2011-07-27 10:16:43.562 respond[17733] Done writing 354 Passed test: test00.m:78 ... respond test 353 OK 2011-07-27 10:16:43.563 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.563 respond[17733] Server 0x1279608 1 2011-07-27 10:16:43.563 respond[17733] Server 0x12797e8 1 2011-07-27 10:16:43.563 respond[17733] Accept 353 2011-07-27 10:16:43.563 respond[17733] Server 0x12797e8 4 2011-07-27 10:16:43.563 respond[17733] Done reading 353 2011-07-27 10:16:43.563 respond[17733] Done writing 353 Passed test: test00.m:78 ... respond test 352 OK 2011-07-27 10:16:43.564 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.564 respond[17733] Server 0x127a8c8 1 2011-07-27 10:16:43.564 respond[17733] Server 0x127aaa8 1 2011-07-27 10:16:43.564 respond[17733] Accept 352 2011-07-27 10:16:43.564 respond[17733] Server 0x127aaa8 4 2011-07-27 10:16:43.565 respond[17733] Done reading 352 2011-07-27 10:16:43.565 respond[17733] Done writing 352 Passed test: test00.m:78 ... respond test 351 OK 2011-07-27 10:16:43.566 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.566 respond[17733] Server 0x127bbc8 1 2011-07-27 10:16:43.566 respond[17733] Server 0x127bd88 1 2011-07-27 10:16:43.566 respond[17733] Accept 351 2011-07-27 10:16:43.566 respond[17733] Server 0x127bd88 4 2011-07-27 10:16:43.567 respond[17733] Done reading 351 2011-07-27 10:16:43.567 respond[17733] Done writing 351 Passed test: test00.m:78 ... respond test 350 OK 2011-07-27 10:16:43.568 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.568 respond[17733] Server 0x127ce48 1 2011-07-27 10:16:43.568 respond[17733] Server 0x127d028 1 2011-07-27 10:16:43.568 respond[17733] Accept 350 2011-07-27 10:16:43.568 respond[17733] Server 0x127d028 4 2011-07-27 10:16:43.568 respond[17733] Done reading 350 2011-07-27 10:16:43.568 respond[17733] Done writing 350 Passed test: test00.m:78 ... respond test 349 OK 2011-07-27 10:16:43.569 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.569 respond[17733] Server 0x127e108 1 2011-07-27 10:16:43.569 respond[17733] Server 0x127e2e8 1 2011-07-27 10:16:43.569 respond[17733] Accept 349 2011-07-27 10:16:43.569 respond[17733] Server 0x127e2e8 4 2011-07-27 10:16:43.569 respond[17733] Done reading 349 2011-07-27 10:16:43.569 respond[17733] Done writing 349 Passed test: test00.m:78 ... respond test 348 OK 2011-07-27 10:16:43.570 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.570 respond[17733] Server 0x127f3c8 1 2011-07-27 10:16:43.570 respond[17733] Server 0x127f5a8 1 2011-07-27 10:16:43.570 respond[17733] Accept 348 2011-07-27 10:16:43.570 respond[17733] Server 0x127f5a8 4 2011-07-27 10:16:43.571 respond[17733] Done reading 348 2011-07-27 10:16:43.571 respond[17733] Done writing 348 Passed test: test00.m:78 ... respond test 347 OK 2011-07-27 10:16:43.571 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.572 respond[17733] Server 0x1280688 1 2011-07-27 10:16:43.572 respond[17733] Server 0x1280868 1 2011-07-27 10:16:43.572 respond[17733] Accept 347 2011-07-27 10:16:43.572 respond[17733] Server 0x1280868 4 2011-07-27 10:16:43.572 respond[17733] Done reading 347 2011-07-27 10:16:43.572 respond[17733] Done writing 347 Passed test: test00.m:78 ... respond test 346 OK 2011-07-27 10:16:43.573 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.573 respond[17733] Server 0x1281948 1 2011-07-27 10:16:43.573 respond[17733] Server 0x1281b28 1 2011-07-27 10:16:43.573 respond[17733] Accept 346 2011-07-27 10:16:43.573 respond[17733] Server 0x1281b28 4 2011-07-27 10:16:43.573 respond[17733] Done reading 346 2011-07-27 10:16:43.573 respond[17733] Done writing 346 Passed test: test00.m:78 ... respond test 345 OK 2011-07-27 10:16:43.574 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.574 respond[17733] Server 0x1282c08 1 2011-07-27 10:16:43.574 respond[17733] Server 0x1282de8 1 2011-07-27 10:16:43.574 respond[17733] Accept 345 2011-07-27 10:16:43.574 respond[17733] Server 0x1282de8 4 2011-07-27 10:16:43.575 respond[17733] Done reading 345 2011-07-27 10:16:43.575 respond[17733] Done writing 345 Passed test: test00.m:78 ... respond test 344 OK 2011-07-27 10:16:43.575 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.576 respond[17733] Server 0x1283ec8 1 2011-07-27 10:16:43.576 respond[17733] Server 0x12840a8 1 2011-07-27 10:16:43.576 respond[17733] Accept 344 2011-07-27 10:16:43.576 respond[17733] Server 0x12840a8 4 2011-07-27 10:16:43.576 respond[17733] Done reading 344 2011-07-27 10:16:43.576 respond[17733] Done writing 344 Passed test: test00.m:78 ... respond test 343 OK 2011-07-27 10:16:43.577 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.577 respond[17733] Server 0x1285188 1 2011-07-27 10:16:43.577 respond[17733] Server 0x1285368 1 2011-07-27 10:16:43.577 respond[17733] Accept 343 2011-07-27 10:16:43.577 respond[17733] Server 0x1285368 4 2011-07-27 10:16:43.577 respond[17733] Done reading 343 2011-07-27 10:16:43.577 respond[17733] Done writing 343 Passed test: test00.m:78 ... respond test 342 OK 2011-07-27 10:16:43.578 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.578 respond[17733] Server 0x1286448 1 2011-07-27 10:16:43.578 respond[17733] Server 0x1286628 1 2011-07-27 10:16:43.578 respond[17733] Accept 342 2011-07-27 10:16:43.578 respond[17733] Server 0x1286628 4 2011-07-27 10:16:43.579 respond[17733] Done reading 342 2011-07-27 10:16:43.579 respond[17733] Done writing 342 Passed test: test00.m:78 ... respond test 341 OK 2011-07-27 10:16:43.579 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.579 respond[17733] Server 0x1287708 1 2011-07-27 10:16:43.579 respond[17733] Server 0x12878e8 1 2011-07-27 10:16:43.580 respond[17733] Accept 341 2011-07-27 10:16:43.580 respond[17733] Server 0x12878e8 4 2011-07-27 10:16:43.580 respond[17733] Done reading 341 2011-07-27 10:16:43.580 respond[17733] Done writing 341 Passed test: test00.m:78 ... respond test 340 OK 2011-07-27 10:16:43.581 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.581 respond[17733] Server 0x12889c8 1 2011-07-27 10:16:43.581 respond[17733] Server 0x1288ba8 1 2011-07-27 10:16:43.581 respond[17733] Accept 340 2011-07-27 10:16:43.581 respond[17733] Server 0x1288ba8 4 2011-07-27 10:16:43.581 respond[17733] Done reading 340 2011-07-27 10:16:43.581 respond[17733] Done writing 340 Passed test: test00.m:78 ... respond test 339 OK 2011-07-27 10:16:43.582 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.582 respond[17733] Server 0x1289c88 1 2011-07-27 10:16:43.582 respond[17733] Server 0x1289e68 1 2011-07-27 10:16:43.582 respond[17733] Accept 339 2011-07-27 10:16:43.582 respond[17733] Server 0x1289e68 4 2011-07-27 10:16:43.583 respond[17733] Done reading 339 2011-07-27 10:16:43.583 respond[17733] Done writing 339 Passed test: test00.m:78 ... respond test 338 OK 2011-07-27 10:16:43.583 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.583 respond[17733] Server 0x128af48 1 2011-07-27 10:16:43.583 respond[17733] Server 0x128b128 1 2011-07-27 10:16:43.583 respond[17733] Accept 338 2011-07-27 10:16:43.584 respond[17733] Server 0x128b128 4 2011-07-27 10:16:43.584 respond[17733] Done reading 338 2011-07-27 10:16:43.584 respond[17733] Done writing 338 Passed test: test00.m:78 ... respond test 337 OK 2011-07-27 10:16:43.585 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.585 respond[17733] Server 0x128c208 1 2011-07-27 10:16:43.585 respond[17733] Server 0x128c3e8 1 2011-07-27 10:16:43.585 respond[17733] Accept 337 2011-07-27 10:16:43.585 respond[17733] Server 0x128c3e8 4 2011-07-27 10:16:43.585 respond[17733] Done reading 337 2011-07-27 10:16:43.585 respond[17733] Done writing 337 Passed test: test00.m:78 ... respond test 336 OK 2011-07-27 10:16:43.586 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.586 respond[17733] Server 0x128d4c8 1 2011-07-27 10:16:43.586 respond[17733] Server 0x128d6a8 1 2011-07-27 10:16:43.586 respond[17733] Accept 336 2011-07-27 10:16:43.586 respond[17733] Server 0x128d6a8 4 2011-07-27 10:16:43.587 respond[17733] Done reading 336 2011-07-27 10:16:43.587 respond[17733] Done writing 336 Passed test: test00.m:78 ... respond test 335 OK 2011-07-27 10:16:43.587 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.587 respond[17733] Server 0x128e788 1 2011-07-27 10:16:43.587 respond[17733] Server 0x128e968 1 2011-07-27 10:16:43.587 respond[17733] Accept 335 2011-07-27 10:16:43.588 respond[17733] Server 0x128e968 4 2011-07-27 10:16:43.588 respond[17733] Done reading 335 2011-07-27 10:16:43.588 respond[17733] Done writing 335 Passed test: test00.m:78 ... respond test 334 OK 2011-07-27 10:16:43.589 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.589 respond[17733] Server 0x128fa48 1 2011-07-27 10:16:43.589 respond[17733] Server 0x128fc28 1 2011-07-27 10:16:43.589 respond[17733] Accept 334 2011-07-27 10:16:43.589 respond[17733] Server 0x128fc28 4 2011-07-27 10:16:43.589 respond[17733] Done reading 334 2011-07-27 10:16:43.589 respond[17733] Done writing 334 Passed test: test00.m:78 ... respond test 333 OK 2011-07-27 10:16:43.590 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.590 respond[17733] Server 0x1290d08 1 2011-07-27 10:16:43.590 respond[17733] Server 0x1290ee8 1 2011-07-27 10:16:43.590 respond[17733] Accept 333 2011-07-27 10:16:43.590 respond[17733] Server 0x1290ee8 4 2011-07-27 10:16:43.591 respond[17733] Done reading 333 2011-07-27 10:16:43.591 respond[17733] Done writing 333 Passed test: test00.m:78 ... respond test 332 OK 2011-07-27 10:16:43.591 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.591 respond[17733] Server 0x1291f78 1 2011-07-27 10:16:43.591 respond[17733] Server 0x1292138 1 2011-07-27 10:16:43.591 respond[17733] Accept 332 2011-07-27 10:16:43.591 respond[17733] Server 0x1292138 4 2011-07-27 10:16:43.592 respond[17733] Done reading 332 2011-07-27 10:16:43.592 respond[17733] Done writing 332 Passed test: test00.m:78 ... respond test 331 OK 2011-07-27 10:16:43.593 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.593 respond[17733] Server 0x1293288 1 2011-07-27 10:16:43.593 respond[17733] Server 0x1293468 1 2011-07-27 10:16:43.593 respond[17733] Accept 331 2011-07-27 10:16:43.593 respond[17733] Server 0x1293468 4 2011-07-27 10:16:43.593 respond[17733] Done reading 331 2011-07-27 10:16:43.593 respond[17733] Done writing 331 Passed test: test00.m:78 ... respond test 330 OK 2011-07-27 10:16:43.594 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.594 respond[17733] Server 0x1294548 1 2011-07-27 10:16:43.594 respond[17733] Server 0x1294728 1 2011-07-27 10:16:43.594 respond[17733] Accept 330 2011-07-27 10:16:43.594 respond[17733] Server 0x1294728 4 2011-07-27 10:16:43.594 respond[17733] Done reading 330 2011-07-27 10:16:43.595 respond[17733] Done writing 330 Passed test: test00.m:78 ... respond test 329 OK 2011-07-27 10:16:43.595 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.595 respond[17733] Server 0x1295808 1 2011-07-27 10:16:43.595 respond[17733] Server 0x12959e8 1 2011-07-27 10:16:43.595 respond[17733] Accept 329 2011-07-27 10:16:43.595 respond[17733] Server 0x12959e8 4 2011-07-27 10:16:43.596 respond[17733] Done reading 329 2011-07-27 10:16:43.596 respond[17733] Done writing 329 Passed test: test00.m:78 ... respond test 328 OK 2011-07-27 10:16:43.597 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.597 respond[17733] Server 0x1296ae8 1 2011-07-27 10:16:43.597 respond[17733] Server 0x1296cc8 1 2011-07-27 10:16:43.597 respond[17733] Accept 328 2011-07-27 10:16:43.597 respond[17733] Server 0x1296cc8 4 2011-07-27 10:16:43.597 respond[17733] Done reading 328 2011-07-27 10:16:43.597 respond[17733] Done writing 328 Passed test: test00.m:78 ... respond test 327 OK 2011-07-27 10:16:43.598 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.598 respond[17733] Server 0x1297dc8 1 2011-07-27 10:16:43.598 respond[17733] Server 0x1297fa8 1 2011-07-27 10:16:43.598 respond[17733] Accept 327 2011-07-27 10:16:43.598 respond[17733] Server 0x1297fa8 4 2011-07-27 10:16:43.599 respond[17733] Done reading 327 2011-07-27 10:16:43.599 respond[17733] Done writing 327 Passed test: test00.m:78 ... respond test 326 OK 2011-07-27 10:16:43.599 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.599 respond[17733] Server 0x12990a8 1 2011-07-27 10:16:43.599 respond[17733] Server 0x1299288 1 2011-07-27 10:16:43.599 respond[17733] Accept 326 2011-07-27 10:16:43.600 respond[17733] Server 0x1299288 4 2011-07-27 10:16:43.600 respond[17733] Done reading 326 2011-07-27 10:16:43.600 respond[17733] Done writing 326 Passed test: test00.m:78 ... respond test 325 OK 2011-07-27 10:16:43.601 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.601 respond[17733] Server 0x129a388 1 2011-07-27 10:16:43.601 respond[17733] Server 0x129a568 1 2011-07-27 10:16:43.601 respond[17733] Accept 325 2011-07-27 10:16:43.601 respond[17733] Server 0x129a568 4 2011-07-27 10:16:43.601 respond[17733] Done reading 325 2011-07-27 10:16:43.601 respond[17733] Done writing 325 Passed test: test00.m:78 ... respond test 324 OK 2011-07-27 10:16:43.602 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.602 respond[17733] Server 0x129b668 1 2011-07-27 10:16:43.602 respond[17733] Server 0x129b848 1 2011-07-27 10:16:43.602 respond[17733] Accept 324 2011-07-27 10:16:43.602 respond[17733] Server 0x129b848 4 2011-07-27 10:16:43.603 respond[17733] Done reading 324 2011-07-27 10:16:43.603 respond[17733] Done writing 324 Passed test: test00.m:78 ... respond test 323 OK 2011-07-27 10:16:43.603 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.603 respond[17733] Server 0x129c948 1 2011-07-27 10:16:43.604 respond[17733] Server 0x129cb28 1 2011-07-27 10:16:43.604 respond[17733] Accept 323 2011-07-27 10:16:43.604 respond[17733] Server 0x129cb28 4 2011-07-27 10:16:43.604 respond[17733] Done reading 323 2011-07-27 10:16:43.604 respond[17733] Done writing 323 Passed test: test00.m:78 ... respond test 322 OK 2011-07-27 10:16:43.605 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.605 respond[17733] Server 0x129dc28 1 2011-07-27 10:16:43.605 respond[17733] Server 0x129de08 1 2011-07-27 10:16:43.605 respond[17733] Accept 322 2011-07-27 10:16:43.605 respond[17733] Server 0x129de08 4 2011-07-27 10:16:43.605 respond[17733] Done reading 322 2011-07-27 10:16:43.605 respond[17733] Done writing 322 Passed test: test00.m:78 ... respond test 321 OK 2011-07-27 10:16:43.606 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.606 respond[17733] Server 0x129ef08 1 2011-07-27 10:16:43.606 respond[17733] Server 0x129f0e8 1 2011-07-27 10:16:43.606 respond[17733] Accept 321 2011-07-27 10:16:43.606 respond[17733] Server 0x129f0e8 4 2011-07-27 10:16:43.607 respond[17733] Done reading 321 2011-07-27 10:16:43.607 respond[17733] Done writing 321 Passed test: test00.m:78 ... respond test 320 OK 2011-07-27 10:16:43.608 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.608 respond[17733] Server 0x12a01e8 1 2011-07-27 10:16:43.608 respond[17733] Server 0x12a03c8 1 2011-07-27 10:16:43.608 respond[17733] Accept 320 2011-07-27 10:16:43.608 respond[17733] Server 0x12a03c8 4 2011-07-27 10:16:43.608 respond[17733] Done reading 320 2011-07-27 10:16:43.608 respond[17733] Done writing 320 Passed test: test00.m:78 ... respond test 319 OK 2011-07-27 10:16:43.609 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.609 respond[17733] Server 0x12a14c8 1 2011-07-27 10:16:43.609 respond[17733] Server 0x12a16a8 1 2011-07-27 10:16:43.609 respond[17733] Accept 319 2011-07-27 10:16:43.609 respond[17733] Server 0x12a16a8 4 2011-07-27 10:16:43.610 respond[17733] Done reading 319 2011-07-27 10:16:43.610 respond[17733] Done writing 319 Passed test: test00.m:78 ... respond test 318 OK 2011-07-27 10:16:43.610 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.610 respond[17733] Server 0x12a27a8 1 2011-07-27 10:16:43.610 respond[17733] Server 0x12a2988 1 2011-07-27 10:16:43.610 respond[17733] Accept 318 2011-07-27 10:16:43.610 respond[17733] Server 0x12a2988 4 2011-07-27 10:16:43.611 respond[17733] Done reading 318 2011-07-27 10:16:43.611 respond[17733] Done writing 318 Passed test: test00.m:78 ... respond test 317 OK 2011-07-27 10:16:43.612 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.612 respond[17733] Server 0x12a3a88 1 2011-07-27 10:16:43.612 respond[17733] Server 0x12a3c68 1 2011-07-27 10:16:43.612 respond[17733] Accept 317 2011-07-27 10:16:43.612 respond[17733] Server 0x12a3c68 4 2011-07-27 10:16:43.612 respond[17733] Done reading 317 2011-07-27 10:16:43.612 respond[17733] Done writing 317 Passed test: test00.m:78 ... respond test 316 OK 2011-07-27 10:16:43.613 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.613 respond[17733] Server 0x12a4d68 1 2011-07-27 10:16:43.613 respond[17733] Server 0x12a4f48 1 2011-07-27 10:16:43.613 respond[17733] Accept 316 2011-07-27 10:16:43.613 respond[17733] Server 0x12a4f48 4 2011-07-27 10:16:43.614 respond[17733] Done reading 316 2011-07-27 10:16:43.614 respond[17733] Done writing 316 Passed test: test00.m:78 ... respond test 315 OK 2011-07-27 10:16:43.614 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.614 respond[17733] Server 0x12a6048 1 2011-07-27 10:16:43.614 respond[17733] Server 0x12a6228 1 2011-07-27 10:16:43.614 respond[17733] Accept 315 2011-07-27 10:16:43.615 respond[17733] Server 0x12a6228 4 2011-07-27 10:16:43.615 respond[17733] Done reading 315 2011-07-27 10:16:43.615 respond[17733] Done writing 315 Passed test: test00.m:78 ... respond test 314 OK 2011-07-27 10:16:43.616 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.616 respond[17733] Server 0x12a7328 1 2011-07-27 10:16:43.616 respond[17733] Server 0x12a7508 1 2011-07-27 10:16:43.616 respond[17733] Accept 314 2011-07-27 10:16:43.616 respond[17733] Server 0x12a7508 4 2011-07-27 10:16:43.616 respond[17733] Done reading 314 2011-07-27 10:16:43.616 respond[17733] Done writing 314 Passed test: test00.m:78 ... respond test 313 OK 2011-07-27 10:16:43.617 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.617 respond[17733] Server 0x12a8608 1 2011-07-27 10:16:43.617 respond[17733] Server 0x12a87e8 1 2011-07-27 10:16:43.617 respond[17733] Accept 313 2011-07-27 10:16:43.617 respond[17733] Server 0x12a87e8 4 2011-07-27 10:16:43.618 respond[17733] Done reading 313 2011-07-27 10:16:43.618 respond[17733] Done writing 313 Passed test: test00.m:78 ... respond test 312 OK 2011-07-27 10:16:43.618 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.618 respond[17733] Server 0x12a98e8 1 2011-07-27 10:16:43.619 respond[17733] Server 0x12a9ac8 1 2011-07-27 10:16:43.619 respond[17733] Accept 312 2011-07-27 10:16:43.619 respond[17733] Server 0x12a9ac8 4 2011-07-27 10:16:43.619 respond[17733] Done reading 312 2011-07-27 10:16:43.619 respond[17733] Done writing 312 Passed test: test00.m:78 ... respond test 311 OK 2011-07-27 10:16:43.620 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.620 respond[17733] Server 0x12aabc8 1 2011-07-27 10:16:43.620 respond[17733] Server 0x12aada8 1 2011-07-27 10:16:43.620 respond[17733] Accept 311 2011-07-27 10:16:43.620 respond[17733] Server 0x12aada8 4 2011-07-27 10:16:43.620 respond[17733] Done reading 311 2011-07-27 10:16:43.620 respond[17733] Done writing 311 Passed test: test00.m:78 ... respond test 310 OK 2011-07-27 10:16:43.621 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.621 respond[17733] Server 0x12abea8 1 2011-07-27 10:16:43.621 respond[17733] Server 0x12ac088 1 2011-07-27 10:16:43.621 respond[17733] Accept 310 2011-07-27 10:16:43.621 respond[17733] Server 0x12ac088 4 2011-07-27 10:16:43.622 respond[17733] Done reading 310 2011-07-27 10:16:43.622 respond[17733] Done writing 310 Passed test: test00.m:78 ... respond test 309 OK 2011-07-27 10:16:43.622 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.623 respond[17733] Server 0x12ad188 1 2011-07-27 10:16:43.623 respond[17733] Server 0x12ad368 1 2011-07-27 10:16:43.623 respond[17733] Accept 309 2011-07-27 10:16:43.623 respond[17733] Server 0x12ad368 4 2011-07-27 10:16:43.623 respond[17733] Done reading 309 2011-07-27 10:16:43.623 respond[17733] Done writing 309 Passed test: test00.m:78 ... respond test 308 OK 2011-07-27 10:16:43.624 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.624 respond[17733] Server 0x12ae468 1 2011-07-27 10:16:43.624 respond[17733] Server 0x12ae648 1 2011-07-27 10:16:43.624 respond[17733] Accept 308 2011-07-27 10:16:43.624 respond[17733] Server 0x12ae648 4 2011-07-27 10:16:43.624 respond[17733] Done reading 308 2011-07-27 10:16:43.624 respond[17733] Done writing 308 Passed test: test00.m:78 ... respond test 307 OK 2011-07-27 10:16:43.625 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.625 respond[17733] Server 0x12af748 1 2011-07-27 10:16:43.625 respond[17733] Server 0x12af928 1 2011-07-27 10:16:43.625 respond[17733] Accept 307 2011-07-27 10:16:43.625 respond[17733] Server 0x12af928 4 2011-07-27 10:16:43.626 respond[17733] Done reading 307 2011-07-27 10:16:43.626 respond[17733] Done writing 307 Passed test: test00.m:78 ... respond test 306 OK 2011-07-27 10:16:43.627 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.627 respond[17733] Server 0x12b0a28 1 2011-07-27 10:16:43.627 respond[17733] Server 0x12b0c08 1 2011-07-27 10:16:43.627 respond[17733] Accept 306 2011-07-27 10:16:43.627 respond[17733] Server 0x12b0c08 4 2011-07-27 10:16:43.627 respond[17733] Done reading 306 2011-07-27 10:16:43.627 respond[17733] Done writing 306 Passed test: test00.m:78 ... respond test 305 OK 2011-07-27 10:16:43.628 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.628 respond[17733] Server 0x12b1d08 1 2011-07-27 10:16:43.628 respond[17733] Server 0x12b1ee8 1 2011-07-27 10:16:43.628 respond[17733] Accept 305 2011-07-27 10:16:43.628 respond[17733] Server 0x12b1ee8 4 2011-07-27 10:16:43.629 respond[17733] Done reading 305 2011-07-27 10:16:43.629 respond[17733] Done writing 305 Passed test: test00.m:78 ... respond test 304 OK 2011-07-27 10:16:43.629 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.629 respond[17733] Server 0x12b2f98 1 2011-07-27 10:16:43.629 respond[17733] Server 0x12b3158 1 2011-07-27 10:16:43.629 respond[17733] Accept 304 2011-07-27 10:16:43.629 respond[17733] Server 0x12b3158 4 2011-07-27 10:16:43.630 respond[17733] Done reading 304 2011-07-27 10:16:43.630 respond[17733] Done writing 304 Passed test: test00.m:78 ... respond test 303 OK 2011-07-27 10:16:43.631 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.631 respond[17733] Server 0x12b42c8 1 2011-07-27 10:16:43.631 respond[17733] Server 0x12b44a8 1 2011-07-27 10:16:43.631 respond[17733] Accept 303 2011-07-27 10:16:43.631 respond[17733] Server 0x12b44a8 4 2011-07-27 10:16:43.631 respond[17733] Done reading 303 2011-07-27 10:16:43.631 respond[17733] Done writing 303 Passed test: test00.m:78 ... respond test 302 OK 2011-07-27 10:16:43.632 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.632 respond[17733] Server 0x12b55a8 1 2011-07-27 10:16:43.632 respond[17733] Server 0x12b5788 1 2011-07-27 10:16:43.632 respond[17733] Accept 302 2011-07-27 10:16:43.632 respond[17733] Server 0x12b5788 4 2011-07-27 10:16:43.633 respond[17733] Done reading 302 2011-07-27 10:16:43.633 respond[17733] Done writing 302 Passed test: test00.m:78 ... respond test 301 OK 2011-07-27 10:16:43.633 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.633 respond[17733] Server 0x12b6888 1 2011-07-27 10:16:43.633 respond[17733] Server 0x12b6a68 1 2011-07-27 10:16:43.634 respond[17733] Accept 301 2011-07-27 10:16:43.634 respond[17733] Server 0x12b6a68 4 2011-07-27 10:16:43.634 respond[17733] Done reading 301 2011-07-27 10:16:43.634 respond[17733] Done writing 301 Passed test: test00.m:78 ... respond test 300 OK 2011-07-27 10:16:43.635 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.635 respond[17733] Server 0x12b7b68 1 2011-07-27 10:16:43.635 respond[17733] Server 0x12b7d48 1 2011-07-27 10:16:43.635 respond[17733] Accept 300 2011-07-27 10:16:43.635 respond[17733] Server 0x12b7d48 4 2011-07-27 10:16:43.635 respond[17733] Done reading 300 2011-07-27 10:16:43.635 respond[17733] Done writing 300 Passed test: test00.m:78 ... respond test 299 OK 2011-07-27 10:16:43.636 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.636 respond[17733] Server 0x12b8e48 1 2011-07-27 10:16:43.636 respond[17733] Server 0x12b9028 1 2011-07-27 10:16:43.636 respond[17733] Accept 299 2011-07-27 10:16:43.636 respond[17733] Server 0x12b9028 4 2011-07-27 10:16:43.637 respond[17733] Done reading 299 2011-07-27 10:16:43.637 respond[17733] Done writing 299 Passed test: test00.m:78 ... respond test 298 OK 2011-07-27 10:16:43.637 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.638 respond[17733] Server 0x12ba128 1 2011-07-27 10:16:43.638 respond[17733] Server 0x12ba308 1 2011-07-27 10:16:43.638 respond[17733] Accept 298 2011-07-27 10:16:43.638 respond[17733] Server 0x12ba308 4 2011-07-27 10:16:43.638 respond[17733] Done reading 298 2011-07-27 10:16:43.638 respond[17733] Done writing 298 Passed test: test00.m:78 ... respond test 297 OK 2011-07-27 10:16:43.639 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.639 respond[17733] Server 0x12bb408 1 2011-07-27 10:16:43.639 respond[17733] Server 0x12bb5e8 1 2011-07-27 10:16:43.639 respond[17733] Accept 297 2011-07-27 10:16:43.639 respond[17733] Server 0x12bb5e8 4 2011-07-27 10:16:43.639 respond[17733] Done reading 297 2011-07-27 10:16:43.639 respond[17733] Done writing 297 Passed test: test00.m:78 ... respond test 296 OK 2011-07-27 10:16:43.640 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.640 respond[17733] Server 0x12bc6e8 1 2011-07-27 10:16:43.640 respond[17733] Server 0x12bc8c8 1 2011-07-27 10:16:43.640 respond[17733] Accept 296 2011-07-27 10:16:43.640 respond[17733] Server 0x12bc8c8 4 2011-07-27 10:16:43.641 respond[17733] Done reading 296 2011-07-27 10:16:43.641 respond[17733] Done writing 296 Passed test: test00.m:78 ... respond test 295 OK 2011-07-27 10:16:43.642 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.642 respond[17733] Server 0x12bd9c8 1 2011-07-27 10:16:43.642 respond[17733] Server 0x12bdba8 1 2011-07-27 10:16:43.642 respond[17733] Accept 295 2011-07-27 10:16:43.642 respond[17733] Server 0x12bdba8 4 2011-07-27 10:16:43.642 respond[17733] Done reading 295 2011-07-27 10:16:43.642 respond[17733] Done writing 295 Passed test: test00.m:78 ... respond test 294 OK 2011-07-27 10:16:43.643 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.643 respond[17733] Server 0x12beca8 1 2011-07-27 10:16:43.643 respond[17733] Server 0x12bee88 1 2011-07-27 10:16:43.643 respond[17733] Accept 294 2011-07-27 10:16:43.643 respond[17733] Server 0x12bee88 4 2011-07-27 10:16:43.644 respond[17733] Done reading 294 2011-07-27 10:16:43.644 respond[17733] Done writing 294 Passed test: test00.m:78 ... respond test 293 OK 2011-07-27 10:16:43.644 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.644 respond[17733] Server 0x12bff88 1 2011-07-27 10:16:43.644 respond[17733] Server 0x12c0168 1 2011-07-27 10:16:43.644 respond[17733] Accept 293 2011-07-27 10:16:43.644 respond[17733] Server 0x12c0168 4 2011-07-27 10:16:43.645 respond[17733] Done reading 293 2011-07-27 10:16:43.645 respond[17733] Done writing 293 Passed test: test00.m:78 ... respond test 292 OK 2011-07-27 10:16:43.646 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.646 respond[17733] Server 0x12c1268 1 2011-07-27 10:16:43.646 respond[17733] Server 0x12c1448 1 2011-07-27 10:16:43.646 respond[17733] Accept 292 2011-07-27 10:16:43.646 respond[17733] Server 0x12c1448 4 2011-07-27 10:16:43.646 respond[17733] Done reading 292 2011-07-27 10:16:43.646 respond[17733] Done writing 292 Passed test: test00.m:78 ... respond test 291 OK 2011-07-27 10:16:43.647 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.647 respond[17733] Server 0x12c2548 1 2011-07-27 10:16:43.647 respond[17733] Server 0x12c2728 1 2011-07-27 10:16:43.647 respond[17733] Accept 291 2011-07-27 10:16:43.647 respond[17733] Server 0x12c2728 4 2011-07-27 10:16:43.648 respond[17733] Done reading 291 2011-07-27 10:16:43.648 respond[17733] Done writing 291 Passed test: test00.m:78 ... respond test 290 OK 2011-07-27 10:16:43.648 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.648 respond[17733] Server 0x12c3828 1 2011-07-27 10:16:43.648 respond[17733] Server 0x12c3a08 1 2011-07-27 10:16:43.648 respond[17733] Accept 290 2011-07-27 10:16:43.649 respond[17733] Server 0x12c3a08 4 2011-07-27 10:16:43.649 respond[17733] Done reading 290 2011-07-27 10:16:43.649 respond[17733] Done writing 290 Passed test: test00.m:78 ... respond test 289 OK 2011-07-27 10:16:43.650 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.650 respond[17733] Server 0x12c4b08 1 2011-07-27 10:16:43.650 respond[17733] Server 0x12c4ce8 1 2011-07-27 10:16:43.650 respond[17733] Accept 289 2011-07-27 10:16:43.650 respond[17733] Server 0x12c4ce8 4 2011-07-27 10:16:43.650 respond[17733] Done reading 289 2011-07-27 10:16:43.650 respond[17733] Done writing 289 Passed test: test00.m:78 ... respond test 288 OK 2011-07-27 10:16:43.651 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.651 respond[17733] Server 0x12c5de8 1 2011-07-27 10:16:43.651 respond[17733] Server 0x12c5fc8 1 2011-07-27 10:16:43.651 respond[17733] Accept 288 2011-07-27 10:16:43.651 respond[17733] Server 0x12c5fc8 4 2011-07-27 10:16:43.652 respond[17733] Done reading 288 2011-07-27 10:16:43.652 respond[17733] Done writing 288 Passed test: test00.m:78 ... respond test 287 OK 2011-07-27 10:16:43.652 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.653 respond[17733] Server 0x12c70c8 1 2011-07-27 10:16:43.653 respond[17733] Server 0x12c72a8 1 2011-07-27 10:16:43.653 respond[17733] Accept 287 2011-07-27 10:16:43.653 respond[17733] Server 0x12c72a8 4 2011-07-27 10:16:43.653 respond[17733] Done reading 287 2011-07-27 10:16:43.653 respond[17733] Done writing 287 Passed test: test00.m:78 ... respond test 286 OK 2011-07-27 10:16:43.654 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.654 respond[17733] Server 0x12c83a8 1 2011-07-27 10:16:43.654 respond[17733] Server 0x12c8588 1 2011-07-27 10:16:43.654 respond[17733] Accept 286 2011-07-27 10:16:43.654 respond[17733] Server 0x12c8588 4 2011-07-27 10:16:43.654 respond[17733] Done reading 286 2011-07-27 10:16:43.655 respond[17733] Done writing 286 Passed test: test00.m:78 ... respond test 285 OK 2011-07-27 10:16:43.655 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.655 respond[17733] Server 0x12c9688 1 2011-07-27 10:16:43.655 respond[17733] Server 0x12c9868 1 2011-07-27 10:16:43.655 respond[17733] Accept 285 2011-07-27 10:16:43.655 respond[17733] Server 0x12c9868 4 2011-07-27 10:16:43.656 respond[17733] Done reading 285 2011-07-27 10:16:43.656 respond[17733] Done writing 285 Passed test: test00.m:78 ... respond test 284 OK 2011-07-27 10:16:43.657 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.657 respond[17733] Server 0x12ca968 1 2011-07-27 10:16:43.657 respond[17733] Server 0x12cab48 1 2011-07-27 10:16:43.657 respond[17733] Accept 284 2011-07-27 10:16:43.657 respond[17733] Server 0x12cab48 4 2011-07-27 10:16:43.657 respond[17733] Done reading 284 2011-07-27 10:16:43.657 respond[17733] Done writing 284 Passed test: test00.m:78 ... respond test 283 OK 2011-07-27 10:16:43.658 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.658 respond[17733] Server 0x12cbc48 1 2011-07-27 10:16:43.658 respond[17733] Server 0x12cbe28 1 2011-07-27 10:16:43.658 respond[17733] Accept 283 2011-07-27 10:16:43.658 respond[17733] Server 0x12cbe28 4 2011-07-27 10:16:43.659 respond[17733] Done reading 283 2011-07-27 10:16:43.659 respond[17733] Done writing 283 Passed test: test00.m:78 ... respond test 282 OK 2011-07-27 10:16:43.659 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.659 respond[17733] Server 0x12ccf28 1 2011-07-27 10:16:43.659 respond[17733] Server 0x12cd108 1 2011-07-27 10:16:43.659 respond[17733] Accept 282 2011-07-27 10:16:43.659 respond[17733] Server 0x12cd108 4 2011-07-27 10:16:43.660 respond[17733] Done reading 282 2011-07-27 10:16:43.660 respond[17733] Done writing 282 Passed test: test00.m:78 ... respond test 281 OK 2011-07-27 10:16:43.661 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.661 respond[17733] Server 0x12ce208 1 2011-07-27 10:16:43.661 respond[17733] Server 0x12ce3e8 1 2011-07-27 10:16:43.661 respond[17733] Accept 281 2011-07-27 10:16:43.661 respond[17733] Server 0x12ce3e8 4 2011-07-27 10:16:43.661 respond[17733] Done reading 281 2011-07-27 10:16:43.661 respond[17733] Done writing 281 Passed test: test00.m:78 ... respond test 280 OK 2011-07-27 10:16:43.662 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.662 respond[17733] Server 0x12cf4e8 1 2011-07-27 10:16:43.662 respond[17733] Server 0x12cf6c8 1 2011-07-27 10:16:43.662 respond[17733] Accept 280 2011-07-27 10:16:43.662 respond[17733] Server 0x12cf6c8 4 2011-07-27 10:16:43.663 respond[17733] Done reading 280 2011-07-27 10:16:43.663 respond[17733] Done writing 280 Passed test: test00.m:78 ... respond test 279 OK 2011-07-27 10:16:43.663 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.663 respond[17733] Server 0x12d07c8 1 2011-07-27 10:16:43.663 respond[17733] Server 0x12d09a8 1 2011-07-27 10:16:43.664 respond[17733] Accept 279 2011-07-27 10:16:43.664 respond[17733] Server 0x12d09a8 4 2011-07-27 10:16:43.664 respond[17733] Done reading 279 2011-07-27 10:16:43.664 respond[17733] Done writing 279 Passed test: test00.m:78 ... respond test 278 OK 2011-07-27 10:16:43.665 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.665 respond[17733] Server 0x12d1aa8 1 2011-07-27 10:16:43.665 respond[17733] Server 0x12d1c88 1 2011-07-27 10:16:43.665 respond[17733] Accept 278 2011-07-27 10:16:43.665 respond[17733] Server 0x12d1c88 4 2011-07-27 10:16:43.665 respond[17733] Done reading 278 2011-07-27 10:16:43.665 respond[17733] Done writing 278 Passed test: test00.m:78 ... respond test 277 OK 2011-07-27 10:16:43.666 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.666 respond[17733] Server 0x12d2d88 1 2011-07-27 10:16:43.666 respond[17733] Server 0x12d2f68 1 2011-07-27 10:16:43.666 respond[17733] Accept 277 2011-07-27 10:16:43.666 respond[17733] Server 0x12d2f68 4 2011-07-27 10:16:43.667 respond[17733] Done reading 277 2011-07-27 10:16:43.667 respond[17733] Done writing 277 Passed test: test00.m:78 ... respond test 276 OK 2011-07-27 10:16:43.667 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.668 respond[17733] Server 0x12d4068 1 2011-07-27 10:16:43.668 respond[17733] Server 0x12d4248 1 2011-07-27 10:16:43.668 respond[17733] Accept 276 2011-07-27 10:16:43.668 respond[17733] Server 0x12d4248 4 2011-07-27 10:16:43.668 respond[17733] Done reading 276 2011-07-27 10:16:43.668 respond[17733] Done writing 276 Passed test: test00.m:78 ... respond test 275 OK 2011-07-27 10:16:43.669 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.669 respond[17733] Server 0x12d5348 1 2011-07-27 10:16:43.669 respond[17733] Server 0x12d5528 1 2011-07-27 10:16:43.669 respond[17733] Accept 275 2011-07-27 10:16:43.669 respond[17733] Server 0x12d5528 4 2011-07-27 10:16:43.669 respond[17733] Done reading 275 2011-07-27 10:16:43.670 respond[17733] Done writing 275 Passed test: test00.m:78 ... respond test 274 OK 2011-07-27 10:16:43.670 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.670 respond[17733] Server 0x12d6628 1 2011-07-27 10:16:43.670 respond[17733] Server 0x12d6808 1 2011-07-27 10:16:43.670 respond[17733] Accept 274 2011-07-27 10:16:43.670 respond[17733] Server 0x12d6808 4 2011-07-27 10:16:43.671 respond[17733] Done reading 274 2011-07-27 10:16:43.671 respond[17733] Done writing 274 Passed test: test00.m:78 ... respond test 273 OK 2011-07-27 10:16:43.672 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.672 respond[17733] Server 0x12d7908 1 2011-07-27 10:16:43.672 respond[17733] Server 0x12d7ae8 1 2011-07-27 10:16:43.672 respond[17733] Accept 273 2011-07-27 10:16:43.672 respond[17733] Server 0x12d7ae8 4 2011-07-27 10:16:43.672 respond[17733] Done reading 273 2011-07-27 10:16:43.672 respond[17733] Done writing 273 Passed test: test00.m:78 ... respond test 272 OK 2011-07-27 10:16:43.673 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.673 respond[17733] Server 0x12d8be8 1 2011-07-27 10:16:43.673 respond[17733] Server 0x12d8dc8 1 2011-07-27 10:16:43.673 respond[17733] Accept 272 2011-07-27 10:16:43.673 respond[17733] Server 0x12d8dc8 4 2011-07-27 10:16:43.674 respond[17733] Done reading 272 2011-07-27 10:16:43.674 respond[17733] Done writing 272 Passed test: test00.m:78 ... respond test 271 OK 2011-07-27 10:16:43.674 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.674 respond[17733] Server 0x12d9ec8 1 2011-07-27 10:16:43.674 respond[17733] Server 0x12da0a8 1 2011-07-27 10:16:43.674 respond[17733] Accept 271 2011-07-27 10:16:43.674 respond[17733] Server 0x12da0a8 4 2011-07-27 10:16:43.675 respond[17733] Done reading 271 2011-07-27 10:16:43.675 respond[17733] Done writing 271 Passed test: test00.m:78 ... respond test 270 OK 2011-07-27 10:16:43.676 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.676 respond[17733] Server 0x12db1a8 1 2011-07-27 10:16:43.676 respond[17733] Server 0x12db388 1 2011-07-27 10:16:43.676 respond[17733] Accept 270 2011-07-27 10:16:43.676 respond[17733] Server 0x12db388 4 2011-07-27 10:16:43.676 respond[17733] Done reading 270 2011-07-27 10:16:43.676 respond[17733] Done writing 270 Passed test: test00.m:78 ... respond test 269 OK 2011-07-27 10:16:43.677 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.677 respond[17733] Server 0x12dc488 1 2011-07-27 10:16:43.677 respond[17733] Server 0x12dc668 1 2011-07-27 10:16:43.677 respond[17733] Accept 269 2011-07-27 10:16:43.677 respond[17733] Server 0x12dc668 4 2011-07-27 10:16:43.678 respond[17733] Done reading 269 2011-07-27 10:16:43.678 respond[17733] Done writing 269 Passed test: test00.m:78 ... respond test 268 OK 2011-07-27 10:16:43.678 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.678 respond[17733] Server 0x12dd768 1 2011-07-27 10:16:43.678 respond[17733] Server 0x12dd948 1 2011-07-27 10:16:43.678 respond[17733] Accept 268 2011-07-27 10:16:43.679 respond[17733] Server 0x12dd948 4 2011-07-27 10:16:43.679 respond[17733] Done reading 268 2011-07-27 10:16:43.679 respond[17733] Done writing 268 Passed test: test00.m:78 ... respond test 267 OK 2011-07-27 10:16:43.680 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.680 respond[17733] Server 0x12dea48 1 2011-07-27 10:16:43.680 respond[17733] Server 0x12dec28 1 2011-07-27 10:16:43.680 respond[17733] Accept 267 2011-07-27 10:16:43.680 respond[17733] Server 0x12dec28 4 2011-07-27 10:16:43.680 respond[17733] Done reading 267 2011-07-27 10:16:43.680 respond[17733] Done writing 267 Passed test: test00.m:78 ... respond test 266 OK 2011-07-27 10:16:43.681 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.681 respond[17733] Server 0x12dfd28 1 2011-07-27 10:16:43.681 respond[17733] Server 0x12dff08 1 2011-07-27 10:16:43.681 respond[17733] Accept 266 2011-07-27 10:16:43.681 respond[17733] Server 0x12dff08 4 2011-07-27 10:16:43.682 respond[17733] Done reading 266 2011-07-27 10:16:43.682 respond[17733] Done writing 266 Passed test: test00.m:78 ... respond test 265 OK 2011-07-27 10:16:43.682 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.682 respond[17733] Server 0x12e1008 1 2011-07-27 10:16:43.682 respond[17733] Server 0x12e11e8 1 2011-07-27 10:16:43.683 respond[17733] Accept 265 2011-07-27 10:16:43.683 respond[17733] Server 0x12e11e8 4 2011-07-27 10:16:43.683 respond[17733] Done reading 265 2011-07-27 10:16:43.683 respond[17733] Done writing 265 Passed test: test00.m:78 ... respond test 264 OK 2011-07-27 10:16:43.684 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.684 respond[17733] Server 0x12e22e8 1 2011-07-27 10:16:43.684 respond[17733] Server 0x12e24c8 1 2011-07-27 10:16:43.684 respond[17733] Accept 264 2011-07-27 10:16:43.684 respond[17733] Server 0x12e24c8 4 2011-07-27 10:16:43.684 respond[17733] Done reading 264 2011-07-27 10:16:43.684 respond[17733] Done writing 264 Passed test: test00.m:78 ... respond test 263 OK 2011-07-27 10:16:43.685 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.685 respond[17733] Server 0x12e35c8 1 2011-07-27 10:16:43.685 respond[17733] Server 0x12e37a8 1 2011-07-27 10:16:43.685 respond[17733] Accept 263 2011-07-27 10:16:43.685 respond[17733] Server 0x12e37a8 4 2011-07-27 10:16:43.686 respond[17733] Done reading 263 2011-07-27 10:16:43.686 respond[17733] Done writing 263 Passed test: test00.m:78 ... respond test 262 OK 2011-07-27 10:16:43.701 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.701 respond[17733] Server 0x12e48c8 1 2011-07-27 10:16:43.701 respond[17733] Server 0x12e4aa8 1 2011-07-27 10:16:43.701 respond[17733] Accept 262 2011-07-27 10:16:43.701 respond[17733] Server 0x12e4aa8 4 2011-07-27 10:16:43.702 respond[17733] Done reading 262 2011-07-27 10:16:43.702 respond[17733] Done writing 262 Passed test: test00.m:78 ... respond test 261 OK 2011-07-27 10:16:43.703 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.703 respond[17733] Server 0x12e5bc8 1 2011-07-27 10:16:43.703 respond[17733] Server 0x12e5da8 1 2011-07-27 10:16:43.703 respond[17733] Accept 261 2011-07-27 10:16:43.703 respond[17733] Server 0x12e5da8 4 2011-07-27 10:16:43.703 respond[17733] Done reading 261 2011-07-27 10:16:43.703 respond[17733] Done writing 261 Passed test: test00.m:78 ... respond test 260 OK 2011-07-27 10:16:43.704 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.704 respond[17733] Server 0x12e6ec8 1 2011-07-27 10:16:43.704 respond[17733] Server 0x12e70a8 1 2011-07-27 10:16:43.704 respond[17733] Accept 260 2011-07-27 10:16:43.704 respond[17733] Server 0x12e70a8 4 2011-07-27 10:16:43.705 respond[17733] Done reading 260 2011-07-27 10:16:43.705 respond[17733] Done writing 260 Passed test: test00.m:78 ... respond test 259 OK 2011-07-27 10:16:43.706 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.706 respond[17733] Server 0x12e81c8 1 2011-07-27 10:16:43.706 respond[17733] Server 0x12e83a8 1 2011-07-27 10:16:43.706 respond[17733] Accept 259 2011-07-27 10:16:43.706 respond[17733] Server 0x12e83a8 4 2011-07-27 10:16:43.706 respond[17733] Done reading 259 2011-07-27 10:16:43.706 respond[17733] Done writing 259 Passed test: test00.m:78 ... respond test 258 OK 2011-07-27 10:16:43.707 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.707 respond[17733] Server 0x12e94c8 1 2011-07-27 10:16:43.707 respond[17733] Server 0x12e96a8 1 2011-07-27 10:16:43.707 respond[17733] Accept 258 2011-07-27 10:16:43.707 respond[17733] Server 0x12e96a8 4 2011-07-27 10:16:43.708 respond[17733] Done reading 258 2011-07-27 10:16:43.708 respond[17733] Done writing 258 Passed test: test00.m:78 ... respond test 257 OK 2011-07-27 10:16:43.708 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.709 respond[17733] Server 0x12ea7c8 1 2011-07-27 10:16:43.709 respond[17733] Server 0x12ea9a8 1 2011-07-27 10:16:43.709 respond[17733] Accept 257 2011-07-27 10:16:43.709 respond[17733] Server 0x12ea9a8 4 2011-07-27 10:16:43.709 respond[17733] Done reading 257 2011-07-27 10:16:43.709 respond[17733] Done writing 257 Passed test: test00.m:78 ... respond test 256 OK 2011-07-27 10:16:43.710 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.710 respond[17733] Server 0x12ebac8 1 2011-07-27 10:16:43.710 respond[17733] Server 0x12ebca8 1 2011-07-27 10:16:43.710 respond[17733] Accept 256 2011-07-27 10:16:43.710 respond[17733] Server 0x12ebca8 4 2011-07-27 10:16:43.711 respond[17733] Done reading 256 2011-07-27 10:16:43.711 respond[17733] Done writing 256 Passed test: test00.m:78 ... respond test 255 OK 2011-07-27 10:16:43.711 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.711 respond[17733] Server 0x12ecdc8 1 2011-07-27 10:16:43.712 respond[17733] Server 0x12ecfa8 1 2011-07-27 10:16:43.712 respond[17733] Accept 255 2011-07-27 10:16:43.712 respond[17733] Server 0x12ecfa8 4 2011-07-27 10:16:43.712 respond[17733] Done reading 255 2011-07-27 10:16:43.712 respond[17733] Done writing 255 Passed test: test00.m:78 ... respond test 254 OK 2011-07-27 10:16:43.713 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.713 respond[17733] Server 0x12ee0c8 1 2011-07-27 10:16:43.713 respond[17733] Server 0x12ee2a8 1 2011-07-27 10:16:43.713 respond[17733] Accept 254 2011-07-27 10:16:43.713 respond[17733] Server 0x12ee2a8 4 2011-07-27 10:16:43.714 respond[17733] Done reading 254 2011-07-27 10:16:43.714 respond[17733] Done writing 254 Passed test: test00.m:78 ... respond test 253 OK 2011-07-27 10:16:43.714 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.714 respond[17733] Server 0x12ef3c8 1 2011-07-27 10:16:43.714 respond[17733] Server 0x12ef5a8 1 2011-07-27 10:16:43.714 respond[17733] Accept 253 2011-07-27 10:16:43.715 respond[17733] Server 0x12ef5a8 4 2011-07-27 10:16:43.715 respond[17733] Done reading 253 2011-07-27 10:16:43.715 respond[17733] Done writing 253 Passed test: test00.m:78 ... respond test 252 OK 2011-07-27 10:16:43.716 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.716 respond[17733] Server 0x12f06c8 1 2011-07-27 10:16:43.716 respond[17733] Server 0x12f08a8 1 2011-07-27 10:16:43.716 respond[17733] Accept 252 2011-07-27 10:16:43.716 respond[17733] Server 0x12f08a8 4 2011-07-27 10:16:43.716 respond[17733] Done reading 252 2011-07-27 10:16:43.717 respond[17733] Done writing 252 Passed test: test00.m:78 ... respond test 251 OK 2011-07-27 10:16:43.717 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.717 respond[17733] Server 0x12f19c8 1 2011-07-27 10:16:43.717 respond[17733] Server 0x12f1ba8 1 2011-07-27 10:16:43.717 respond[17733] Accept 251 2011-07-27 10:16:43.717 respond[17733] Server 0x12f1ba8 4 2011-07-27 10:16:43.718 respond[17733] Done reading 251 2011-07-27 10:16:43.718 respond[17733] Done writing 251 Passed test: test00.m:78 ... respond test 250 OK 2011-07-27 10:16:43.720 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.720 respond[17733] Server 0x12f2cc8 1 2011-07-27 10:16:43.720 respond[17733] Server 0x12f2ea8 1 2011-07-27 10:16:43.720 respond[17733] Accept 250 2011-07-27 10:16:43.720 respond[17733] Server 0x12f2ea8 4 2011-07-27 10:16:43.721 respond[17733] Done reading 250 2011-07-27 10:16:43.721 respond[17733] Done writing 250 Passed test: test00.m:78 ... respond test 249 OK 2011-07-27 10:16:43.738 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.738 respond[17733] Server 0x12f3fc8 1 2011-07-27 10:16:43.738 respond[17733] Server 0x12f41a8 1 2011-07-27 10:16:43.738 respond[17733] Accept 249 2011-07-27 10:16:43.738 respond[17733] Server 0x12f41a8 4 2011-07-27 10:16:43.739 respond[17733] Done reading 249 2011-07-27 10:16:43.739 respond[17733] Done writing 249 Passed test: test00.m:78 ... respond test 248 OK 2011-07-27 10:16:43.740 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.740 respond[17733] Server 0x12f52c8 1 2011-07-27 10:16:43.740 respond[17733] Server 0x12f54a8 1 2011-07-27 10:16:43.740 respond[17733] Accept 248 2011-07-27 10:16:43.740 respond[17733] Server 0x12f54a8 4 2011-07-27 10:16:43.741 respond[17733] Done reading 248 2011-07-27 10:16:43.741 respond[17733] Done writing 248 Passed test: test00.m:78 ... respond test 247 OK 2011-07-27 10:16:43.742 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.742 respond[17733] Server 0x12f65c8 1 2011-07-27 10:16:43.742 respond[17733] Server 0x12f67a8 1 2011-07-27 10:16:43.742 respond[17733] Accept 247 2011-07-27 10:16:43.742 respond[17733] Server 0x12f67a8 4 2011-07-27 10:16:43.743 respond[17733] Done reading 247 2011-07-27 10:16:43.743 respond[17733] Done writing 247 Passed test: test00.m:78 ... respond test 246 OK 2011-07-27 10:16:43.744 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.744 respond[17733] Server 0x12f78c8 1 2011-07-27 10:16:43.744 respond[17733] Server 0x12f7aa8 1 2011-07-27 10:16:43.744 respond[17733] Accept 246 2011-07-27 10:16:43.744 respond[17733] Server 0x12f7aa8 4 2011-07-27 10:16:43.744 respond[17733] Done reading 246 2011-07-27 10:16:43.745 respond[17733] Done writing 246 Passed test: test00.m:78 ... respond test 245 OK 2011-07-27 10:16:43.745 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.745 respond[17733] Server 0x12f8bc8 1 2011-07-27 10:16:43.745 respond[17733] Server 0x12f8da8 1 2011-07-27 10:16:43.745 respond[17733] Accept 245 2011-07-27 10:16:43.745 respond[17733] Server 0x12f8da8 4 2011-07-27 10:16:43.746 respond[17733] Done reading 245 2011-07-27 10:16:43.746 respond[17733] Done writing 245 Passed test: test00.m:78 ... respond test 244 OK 2011-07-27 10:16:43.747 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.747 respond[17733] Server 0x12f9ec8 1 2011-07-27 10:16:43.747 respond[17733] Server 0x12fa0a8 1 2011-07-27 10:16:43.747 respond[17733] Accept 244 2011-07-27 10:16:43.747 respond[17733] Server 0x12fa0a8 4 2011-07-27 10:16:43.748 respond[17733] Done reading 244 2011-07-27 10:16:43.748 respond[17733] Done writing 244 Passed test: test00.m:78 ... respond test 243 OK 2011-07-27 10:16:43.748 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.748 respond[17733] Server 0x12fb1c8 1 2011-07-27 10:16:43.748 respond[17733] Server 0x12fb3a8 1 2011-07-27 10:16:43.749 respond[17733] Accept 243 2011-07-27 10:16:43.749 respond[17733] Server 0x12fb3a8 4 2011-07-27 10:16:43.749 respond[17733] Done reading 243 2011-07-27 10:16:43.749 respond[17733] Done writing 243 Passed test: test00.m:78 ... respond test 242 OK 2011-07-27 10:16:43.750 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.750 respond[17733] Server 0x12fc4c8 1 2011-07-27 10:16:43.750 respond[17733] Server 0x12fc6a8 1 2011-07-27 10:16:43.750 respond[17733] Accept 242 2011-07-27 10:16:43.750 respond[17733] Server 0x12fc6a8 4 2011-07-27 10:16:43.750 respond[17733] Done reading 242 2011-07-27 10:16:43.750 respond[17733] Done writing 242 Passed test: test00.m:78 ... respond test 241 OK 2011-07-27 10:16:43.751 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.751 respond[17733] Server 0x12fd7c8 1 2011-07-27 10:16:43.751 respond[17733] Server 0x12fd9a8 1 2011-07-27 10:16:43.751 respond[17733] Accept 241 2011-07-27 10:16:43.751 respond[17733] Server 0x12fd9a8 4 2011-07-27 10:16:43.752 respond[17733] Done reading 241 2011-07-27 10:16:43.752 respond[17733] Done writing 241 Passed test: test00.m:78 ... respond test 240 OK 2011-07-27 10:16:43.752 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.752 respond[17733] Server 0x12feac8 1 2011-07-27 10:16:43.752 respond[17733] Server 0x12feca8 1 2011-07-27 10:16:43.752 respond[17733] Accept 240 2011-07-27 10:16:43.752 respond[17733] Server 0x12feca8 4 2011-07-27 10:16:43.753 respond[17733] Done reading 240 2011-07-27 10:16:43.753 respond[17733] Done writing 240 Passed test: test00.m:78 ... respond test 239 OK 2011-07-27 10:16:43.753 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.754 respond[17733] Server 0x12ffdc8 1 2011-07-27 10:16:43.754 respond[17733] Server 0x12fffa8 1 2011-07-27 10:16:43.754 respond[17733] Accept 239 2011-07-27 10:16:43.754 respond[17733] Server 0x12fffa8 4 2011-07-27 10:16:43.754 respond[17733] Done reading 239 2011-07-27 10:16:43.754 respond[17733] Done writing 239 Passed test: test00.m:78 ... respond test 238 OK 2011-07-27 10:16:43.755 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.755 respond[17733] Server 0x13010c8 1 2011-07-27 10:16:43.755 respond[17733] Server 0x13012a8 1 2011-07-27 10:16:43.755 respond[17733] Accept 238 2011-07-27 10:16:43.755 respond[17733] Server 0x13012a8 4 2011-07-27 10:16:43.755 respond[17733] Done reading 238 2011-07-27 10:16:43.755 respond[17733] Done writing 238 Passed test: test00.m:78 ... respond test 237 OK 2011-07-27 10:16:43.756 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.756 respond[17733] Server 0x13023c8 1 2011-07-27 10:16:43.756 respond[17733] Server 0x13025a8 1 2011-07-27 10:16:43.756 respond[17733] Accept 237 2011-07-27 10:16:43.756 respond[17733] Server 0x13025a8 4 2011-07-27 10:16:43.757 respond[17733] Done reading 237 2011-07-27 10:16:43.757 respond[17733] Done writing 237 Passed test: test00.m:78 ... respond test 236 OK 2011-07-27 10:16:43.773 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.773 respond[17733] Server 0x13036c8 1 2011-07-27 10:16:43.773 respond[17733] Server 0x13038a8 1 2011-07-27 10:16:43.773 respond[17733] Accept 236 2011-07-27 10:16:43.774 respond[17733] Server 0x13038a8 4 2011-07-27 10:16:43.774 respond[17733] Done reading 236 2011-07-27 10:16:43.774 respond[17733] Done writing 236 Passed test: test00.m:78 ... respond test 235 OK 2011-07-27 10:16:43.775 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.775 respond[17733] Server 0x13049c8 1 2011-07-27 10:16:43.775 respond[17733] Server 0x1304ba8 1 2011-07-27 10:16:43.775 respond[17733] Accept 235 2011-07-27 10:16:43.775 respond[17733] Server 0x1304ba8 4 2011-07-27 10:16:43.775 respond[17733] Done reading 235 2011-07-27 10:16:43.775 respond[17733] Done writing 235 Passed test: test00.m:78 ... respond test 234 OK 2011-07-27 10:16:43.776 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.776 respond[17733] Server 0x1305cc8 1 2011-07-27 10:16:43.776 respond[17733] Server 0x1305ea8 1 2011-07-27 10:16:43.776 respond[17733] Accept 234 2011-07-27 10:16:43.776 respond[17733] Server 0x1305ea8 4 2011-07-27 10:16:43.777 respond[17733] Done reading 234 2011-07-27 10:16:43.777 respond[17733] Done writing 234 Passed test: test00.m:78 ... respond test 233 OK 2011-07-27 10:16:43.777 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.777 respond[17733] Server 0x1306fc8 1 2011-07-27 10:16:43.777 respond[17733] Server 0x13071a8 1 2011-07-27 10:16:43.777 respond[17733] Accept 233 2011-07-27 10:16:43.777 respond[17733] Server 0x13071a8 4 2011-07-27 10:16:43.778 respond[17733] Done reading 233 2011-07-27 10:16:43.778 respond[17733] Done writing 233 Passed test: test00.m:78 ... respond test 232 OK 2011-07-27 10:16:43.779 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.779 respond[17733] Server 0x13082c8 1 2011-07-27 10:16:43.779 respond[17733] Server 0x13084a8 1 2011-07-27 10:16:43.779 respond[17733] Accept 232 2011-07-27 10:16:43.779 respond[17733] Server 0x13084a8 4 2011-07-27 10:16:43.780 respond[17733] Done reading 232 2011-07-27 10:16:43.780 respond[17733] Done writing 232 Passed test: test00.m:78 ... respond test 231 OK 2011-07-27 10:16:43.780 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.780 respond[17733] Server 0x13095c8 1 2011-07-27 10:16:43.780 respond[17733] Server 0x13097a8 1 2011-07-27 10:16:43.780 respond[17733] Accept 231 2011-07-27 10:16:43.780 respond[17733] Server 0x13097a8 4 2011-07-27 10:16:43.781 respond[17733] Done reading 231 2011-07-27 10:16:43.781 respond[17733] Done writing 231 Passed test: test00.m:78 ... respond test 230 OK 2011-07-27 10:16:43.782 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.782 respond[17733] Server 0x130a8c8 1 2011-07-27 10:16:43.782 respond[17733] Server 0x130aaa8 1 2011-07-27 10:16:43.782 respond[17733] Accept 230 2011-07-27 10:16:43.782 respond[17733] Server 0x130aaa8 4 2011-07-27 10:16:43.788 respond[17733] Done reading 230 2011-07-27 10:16:43.788 respond[17733] Done writing 230 Passed test: test00.m:78 ... respond test 229 OK 2011-07-27 10:16:43.788 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.788 respond[17733] Server 0x130bbe8 1 2011-07-27 10:16:43.788 respond[17733] Server 0x130bda8 1 2011-07-27 10:16:43.788 respond[17733] Accept 229 2011-07-27 10:16:43.789 respond[17733] Server 0x130bda8 4 2011-07-27 10:16:43.789 respond[17733] Done reading 229 2011-07-27 10:16:43.789 respond[17733] Done writing 229 Passed test: test00.m:78 ... respond test 228 OK 2011-07-27 10:16:43.790 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.790 respond[17733] Server 0x130cec8 1 2011-07-27 10:16:43.790 respond[17733] Server 0x130d0a8 1 2011-07-27 10:16:43.790 respond[17733] Accept 228 2011-07-27 10:16:43.790 respond[17733] Server 0x130d0a8 4 2011-07-27 10:16:43.791 respond[17733] Done reading 228 2011-07-27 10:16:43.791 respond[17733] Done writing 228 Passed test: test00.m:78 ... respond test 227 OK 2011-07-27 10:16:43.791 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.791 respond[17733] Server 0x130e1c8 1 2011-07-27 10:16:43.791 respond[17733] Server 0x130e3a8 1 2011-07-27 10:16:43.791 respond[17733] Accept 227 2011-07-27 10:16:43.792 respond[17733] Server 0x130e3a8 4 2011-07-27 10:16:43.792 respond[17733] Done reading 227 2011-07-27 10:16:43.792 respond[17733] Done writing 227 Passed test: test00.m:78 ... respond test 226 OK 2011-07-27 10:16:43.793 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.793 respond[17733] Server 0x130f4c8 1 2011-07-27 10:16:43.793 respond[17733] Server 0x130f6a8 1 2011-07-27 10:16:43.793 respond[17733] Accept 226 2011-07-27 10:16:43.793 respond[17733] Server 0x130f6a8 4 2011-07-27 10:16:43.805 respond[17733] Done reading 226 2011-07-27 10:16:43.805 respond[17733] Done writing 226 Passed test: test00.m:78 ... respond test 225 OK 2011-07-27 10:16:43.806 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.806 respond[17733] Server 0x13107c8 1 2011-07-27 10:16:43.806 respond[17733] Server 0x13109a8 1 2011-07-27 10:16:43.806 respond[17733] Accept 225 2011-07-27 10:16:43.806 respond[17733] Server 0x13109a8 4 2011-07-27 10:16:43.806 respond[17733] Done reading 225 2011-07-27 10:16:43.807 respond[17733] Done writing 225 Passed test: test00.m:78 ... respond test 224 OK 2011-07-27 10:16:43.807 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.807 respond[17733] Server 0x1311ac8 1 2011-07-27 10:16:43.807 respond[17733] Server 0x1311ca8 1 2011-07-27 10:16:43.807 respond[17733] Accept 224 2011-07-27 10:16:43.807 respond[17733] Server 0x1311ca8 4 2011-07-27 10:16:43.808 respond[17733] Done reading 224 2011-07-27 10:16:43.808 respond[17733] Done writing 224 Passed test: test00.m:78 ... respond test 223 OK 2011-07-27 10:16:43.809 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.809 respond[17733] Server 0x1312dc8 1 2011-07-27 10:16:43.809 respond[17733] Server 0x1312fa8 1 2011-07-27 10:16:43.809 respond[17733] Accept 223 2011-07-27 10:16:43.809 respond[17733] Server 0x1312fa8 4 2011-07-27 10:16:43.809 respond[17733] Done reading 223 2011-07-27 10:16:43.810 respond[17733] Done writing 223 Passed test: test00.m:78 ... respond test 222 OK 2011-07-27 10:16:43.810 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.810 respond[17733] Server 0x13140c8 1 2011-07-27 10:16:43.810 respond[17733] Server 0x13142a8 1 2011-07-27 10:16:43.810 respond[17733] Accept 222 2011-07-27 10:16:43.810 respond[17733] Server 0x13142a8 4 2011-07-27 10:16:43.811 respond[17733] Done reading 222 2011-07-27 10:16:43.811 respond[17733] Done writing 222 Passed test: test00.m:78 ... respond test 221 OK 2011-07-27 10:16:43.812 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.812 respond[17733] Server 0x13153c8 1 2011-07-27 10:16:43.812 respond[17733] Server 0x13155a8 1 2011-07-27 10:16:43.812 respond[17733] Accept 221 2011-07-27 10:16:43.812 respond[17733] Server 0x13155a8 4 2011-07-27 10:16:43.813 respond[17733] Done reading 221 2011-07-27 10:16:43.813 respond[17733] Done writing 221 Passed test: test00.m:78 ... respond test 220 OK 2011-07-27 10:16:43.813 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.813 respond[17733] Server 0x13166c8 1 2011-07-27 10:16:43.813 respond[17733] Server 0x13168a8 1 2011-07-27 10:16:43.813 respond[17733] Accept 220 2011-07-27 10:16:43.813 respond[17733] Server 0x13168a8 4 2011-07-27 10:16:43.814 respond[17733] Done reading 220 2011-07-27 10:16:43.814 respond[17733] Done writing 220 Passed test: test00.m:78 ... respond test 219 OK 2011-07-27 10:16:43.815 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.815 respond[17733] Server 0x13179c8 1 2011-07-27 10:16:43.815 respond[17733] Server 0x1317ba8 1 2011-07-27 10:16:43.815 respond[17733] Accept 219 2011-07-27 10:16:43.815 respond[17733] Server 0x1317ba8 4 2011-07-27 10:16:43.816 respond[17733] Done reading 219 2011-07-27 10:16:43.816 respond[17733] Done writing 219 Passed test: test00.m:78 ... respond test 218 OK 2011-07-27 10:16:43.816 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.816 respond[17733] Server 0x1318ce8 1 2011-07-27 10:16:43.816 respond[17733] Server 0x1318ec8 1 2011-07-27 10:16:43.816 respond[17733] Accept 218 2011-07-27 10:16:43.816 respond[17733] Server 0x1318ec8 4 2011-07-27 10:16:43.817 respond[17733] Done reading 218 2011-07-27 10:16:43.817 respond[17733] Done writing 218 Passed test: test00.m:78 ... respond test 217 OK 2011-07-27 10:16:43.818 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.818 respond[17733] Server 0x131a008 1 2011-07-27 10:16:43.818 respond[17733] Server 0x131a1e8 1 2011-07-27 10:16:43.818 respond[17733] Accept 217 2011-07-27 10:16:43.818 respond[17733] Server 0x131a1e8 4 2011-07-27 10:16:43.818 respond[17733] Done reading 217 2011-07-27 10:16:43.819 respond[17733] Done writing 217 Passed test: test00.m:78 ... respond test 216 OK 2011-07-27 10:16:43.819 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.819 respond[17733] Server 0x131b328 1 2011-07-27 10:16:43.819 respond[17733] Server 0x131b508 1 2011-07-27 10:16:43.819 respond[17733] Accept 216 2011-07-27 10:16:43.819 respond[17733] Server 0x131b508 4 2011-07-27 10:16:43.820 respond[17733] Done reading 216 2011-07-27 10:16:43.820 respond[17733] Done writing 216 Passed test: test00.m:78 ... respond test 215 OK 2011-07-27 10:16:43.820 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.820 respond[17733] Server 0x131c648 1 2011-07-27 10:16:43.820 respond[17733] Server 0x131c828 1 2011-07-27 10:16:43.820 respond[17733] Accept 215 2011-07-27 10:16:43.821 respond[17733] Server 0x131c828 4 2011-07-27 10:16:43.821 respond[17733] Done reading 215 2011-07-27 10:16:43.821 respond[17733] Done writing 215 Passed test: test00.m:78 ... respond test 214 OK 2011-07-27 10:16:43.822 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.822 respond[17733] Server 0x131d968 1 2011-07-27 10:16:43.822 respond[17733] Server 0x131db48 1 2011-07-27 10:16:43.822 respond[17733] Accept 214 2011-07-27 10:16:43.822 respond[17733] Server 0x131db48 4 2011-07-27 10:16:43.822 respond[17733] Done reading 214 2011-07-27 10:16:43.822 respond[17733] Done writing 214 Passed test: test00.m:78 ... respond test 213 OK 2011-07-27 10:16:43.823 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.823 respond[17733] Server 0x131ec88 1 2011-07-27 10:16:43.823 respond[17733] Server 0x131ee68 1 2011-07-27 10:16:43.823 respond[17733] Accept 213 2011-07-27 10:16:43.823 respond[17733] Server 0x131ee68 4 2011-07-27 10:16:43.824 respond[17733] Done reading 213 2011-07-27 10:16:43.824 respond[17733] Done writing 213 Passed test: test00.m:78 ... respond test 212 OK 2011-07-27 10:16:43.824 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.824 respond[17733] Server 0x131ffa8 1 2011-07-27 10:16:43.824 respond[17733] Server 0x1320188 1 2011-07-27 10:16:43.824 respond[17733] Accept 212 2011-07-27 10:16:43.824 respond[17733] Server 0x1320188 4 2011-07-27 10:16:43.825 respond[17733] Done reading 212 2011-07-27 10:16:43.825 respond[17733] Done writing 212 Passed test: test00.m:78 ... respond test 211 OK 2011-07-27 10:16:43.841 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.841 respond[17733] Server 0x13212c8 1 2011-07-27 10:16:43.841 respond[17733] Server 0x13214a8 1 2011-07-27 10:16:43.841 respond[17733] Accept 211 2011-07-27 10:16:43.841 respond[17733] Server 0x13214a8 4 2011-07-27 10:16:43.842 respond[17733] Done reading 211 2011-07-27 10:16:43.842 respond[17733] Done writing 211 Passed test: test00.m:78 ... respond test 210 OK 2011-07-27 10:16:43.843 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.843 respond[17733] Server 0x13225e8 1 2011-07-27 10:16:43.843 respond[17733] Server 0x13227c8 1 2011-07-27 10:16:43.843 respond[17733] Accept 210 2011-07-27 10:16:43.843 respond[17733] Server 0x13227c8 4 2011-07-27 10:16:43.844 respond[17733] Done reading 210 2011-07-27 10:16:43.844 respond[17733] Done writing 210 Passed test: test00.m:78 ... respond test 209 OK 2011-07-27 10:16:43.844 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.844 respond[17733] Server 0x1323908 1 2011-07-27 10:16:43.844 respond[17733] Server 0x1323ae8 1 2011-07-27 10:16:43.844 respond[17733] Accept 209 2011-07-27 10:16:43.844 respond[17733] Server 0x1323ae8 4 2011-07-27 10:16:43.845 respond[17733] Done reading 209 2011-07-27 10:16:43.845 respond[17733] Done writing 209 Passed test: test00.m:78 ... respond test 208 OK 2011-07-27 10:16:43.846 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.846 respond[17733] Server 0x1324c28 1 2011-07-27 10:16:43.846 respond[17733] Server 0x1324e08 1 2011-07-27 10:16:43.846 respond[17733] Accept 208 2011-07-27 10:16:43.846 respond[17733] Server 0x1324e08 4 2011-07-27 10:16:43.847 respond[17733] Done reading 208 2011-07-27 10:16:43.847 respond[17733] Done writing 208 Passed test: test00.m:78 ... respond test 207 OK 2011-07-27 10:16:43.847 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.848 respond[17733] Server 0x1325f48 1 2011-07-27 10:16:43.848 respond[17733] Server 0x1326128 1 2011-07-27 10:16:43.848 respond[17733] Accept 207 2011-07-27 10:16:43.848 respond[17733] Server 0x1326128 4 2011-07-27 10:16:43.848 respond[17733] Done reading 207 2011-07-27 10:16:43.848 respond[17733] Done writing 207 Passed test: test00.m:78 ... respond test 206 OK 2011-07-27 10:16:43.849 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.849 respond[17733] Server 0x1327268 1 2011-07-27 10:16:43.849 respond[17733] Server 0x1327448 1 2011-07-27 10:16:43.849 respond[17733] Accept 206 2011-07-27 10:16:43.849 respond[17733] Server 0x1327448 4 2011-07-27 10:16:43.850 respond[17733] Done reading 206 2011-07-27 10:16:43.850 respond[17733] Done writing 206 Passed test: test00.m:78 ... respond test 205 OK 2011-07-27 10:16:43.851 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.851 respond[17733] Server 0x1328588 1 2011-07-27 10:16:43.851 respond[17733] Server 0x1328768 1 2011-07-27 10:16:43.851 respond[17733] Accept 205 2011-07-27 10:16:43.851 respond[17733] Server 0x1328768 4 2011-07-27 10:16:43.852 respond[17733] Done reading 205 2011-07-27 10:16:43.852 respond[17733] Done writing 205 Passed test: test00.m:78 ... respond test 204 OK 2011-07-27 10:16:43.852 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.852 respond[17733] Server 0x13298a8 1 2011-07-27 10:16:43.852 respond[17733] Server 0x1329a88 1 2011-07-27 10:16:43.852 respond[17733] Accept 204 2011-07-27 10:16:43.852 respond[17733] Server 0x1329a88 4 2011-07-27 10:16:43.853 respond[17733] Done reading 204 2011-07-27 10:16:43.853 respond[17733] Done writing 204 Passed test: test00.m:78 ... respond test 203 OK 2011-07-27 10:16:43.854 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.854 respond[17733] Server 0x132abc8 1 2011-07-27 10:16:43.854 respond[17733] Server 0x132ada8 1 2011-07-27 10:16:43.854 respond[17733] Accept 203 2011-07-27 10:16:43.854 respond[17733] Server 0x132ada8 4 2011-07-27 10:16:43.855 respond[17733] Done reading 203 2011-07-27 10:16:43.855 respond[17733] Done writing 203 Passed test: test00.m:78 ... respond test 202 OK 2011-07-27 10:16:43.855 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.855 respond[17733] Server 0x132bee8 1 2011-07-27 10:16:43.855 respond[17733] Server 0x132c0c8 1 2011-07-27 10:16:43.855 respond[17733] Accept 202 2011-07-27 10:16:43.855 respond[17733] Server 0x132c0c8 4 2011-07-27 10:16:43.856 respond[17733] Done reading 202 2011-07-27 10:16:43.856 respond[17733] Done writing 202 Passed test: test00.m:78 ... respond test 201 OK 2011-07-27 10:16:43.857 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.857 respond[17733] Server 0x132d208 1 2011-07-27 10:16:43.857 respond[17733] Server 0x132d3e8 1 2011-07-27 10:16:43.857 respond[17733] Accept 201 2011-07-27 10:16:43.857 respond[17733] Server 0x132d3e8 4 2011-07-27 10:16:43.857 respond[17733] Done reading 201 2011-07-27 10:16:43.857 respond[17733] Done writing 201 Passed test: test00.m:78 ... respond test 200 OK 2011-07-27 10:16:43.858 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.858 respond[17733] Server 0x132e528 1 2011-07-27 10:16:43.858 respond[17733] Server 0x132e708 1 2011-07-27 10:16:43.858 respond[17733] Accept 200 2011-07-27 10:16:43.858 respond[17733] Server 0x132e708 4 2011-07-27 10:16:43.859 respond[17733] Done reading 200 2011-07-27 10:16:43.859 respond[17733] Done writing 200 Passed test: test00.m:78 ... respond test 199 OK 2011-07-27 10:16:43.859 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.859 respond[17733] Server 0x132f848 1 2011-07-27 10:16:43.859 respond[17733] Server 0x132fa28 1 2011-07-27 10:16:43.859 respond[17733] Accept 199 2011-07-27 10:16:43.859 respond[17733] Server 0x132fa28 4 2011-07-27 10:16:43.860 respond[17733] Done reading 199 2011-07-27 10:16:43.860 respond[17733] Done writing 199 Passed test: test00.m:78 ... respond test 198 OK 2011-07-27 10:16:43.861 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.861 respond[17733] Server 0x1330b68 1 2011-07-27 10:16:43.861 respond[17733] Server 0x1330d48 1 2011-07-27 10:16:43.861 respond[17733] Accept 198 2011-07-27 10:16:43.861 respond[17733] Server 0x1330d48 4 2011-07-27 10:16:43.861 respond[17733] Done reading 198 2011-07-27 10:16:43.861 respond[17733] Done writing 198 Passed test: test00.m:78 ... respond test 197 OK 2011-07-27 10:16:43.862 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.862 respond[17733] Server 0x1331e88 1 2011-07-27 10:16:43.862 respond[17733] Server 0x1332068 1 2011-07-27 10:16:43.862 respond[17733] Accept 197 2011-07-27 10:16:43.862 respond[17733] Server 0x1332068 4 2011-07-27 10:16:43.863 respond[17733] Done reading 197 2011-07-27 10:16:43.863 respond[17733] Done writing 197 Passed test: test00.m:78 ... respond test 196 OK 2011-07-27 10:16:43.863 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.864 respond[17733] Server 0x13331a8 1 2011-07-27 10:16:43.864 respond[17733] Server 0x1333388 1 2011-07-27 10:16:43.864 respond[17733] Accept 196 2011-07-27 10:16:43.864 respond[17733] Server 0x1333388 4 2011-07-27 10:16:43.864 respond[17733] Done reading 196 2011-07-27 10:16:43.864 respond[17733] Done writing 196 Passed test: test00.m:78 ... respond test 195 OK 2011-07-27 10:16:43.881 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.882 respond[17733] Server 0x13344c8 1 2011-07-27 10:16:43.882 respond[17733] Server 0x13346a8 1 2011-07-27 10:16:43.882 respond[17733] Accept 195 2011-07-27 10:16:43.882 respond[17733] Server 0x13346a8 4 2011-07-27 10:16:43.882 respond[17733] Done reading 195 2011-07-27 10:16:43.882 respond[17733] Done writing 195 Passed test: test00.m:78 ... respond test 194 OK 2011-07-27 10:16:43.883 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.883 respond[17733] Server 0x13357e8 1 2011-07-27 10:16:43.883 respond[17733] Server 0x13359c8 1 2011-07-27 10:16:43.883 respond[17733] Accept 194 2011-07-27 10:16:43.883 respond[17733] Server 0x13359c8 4 2011-07-27 10:16:43.884 respond[17733] Done reading 194 2011-07-27 10:16:43.884 respond[17733] Done writing 194 Passed test: test00.m:78 ... respond test 193 OK 2011-07-27 10:16:43.885 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.885 respond[17733] Server 0x1336b08 1 2011-07-27 10:16:43.885 respond[17733] Server 0x1336ce8 1 2011-07-27 10:16:43.885 respond[17733] Accept 193 2011-07-27 10:16:43.885 respond[17733] Server 0x1336ce8 4 2011-07-27 10:16:43.886 respond[17733] Done reading 193 2011-07-27 10:16:43.886 respond[17733] Done writing 193 Passed test: test00.m:78 ... respond test 192 OK 2011-07-27 10:16:43.886 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.886 respond[17733] Server 0x1337e28 1 2011-07-27 10:16:43.886 respond[17733] Server 0x1338008 1 2011-07-27 10:16:43.886 respond[17733] Accept 192 2011-07-27 10:16:43.886 respond[17733] Server 0x1338008 4 2011-07-27 10:16:43.887 respond[17733] Done reading 192 2011-07-27 10:16:43.887 respond[17733] Done writing 192 Passed test: test00.m:78 ... respond test 191 OK 2011-07-27 10:16:43.888 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.888 respond[17733] Server 0x1339148 1 2011-07-27 10:16:43.888 respond[17733] Server 0x1339328 1 2011-07-27 10:16:43.888 respond[17733] Accept 191 2011-07-27 10:16:43.888 respond[17733] Server 0x1339328 4 2011-07-27 10:16:43.889 respond[17733] Done reading 191 2011-07-27 10:16:43.889 respond[17733] Done writing 191 Passed test: test00.m:78 ... respond test 190 OK 2011-07-27 10:16:43.889 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.889 respond[17733] Server 0x133a468 1 2011-07-27 10:16:43.890 respond[17733] Server 0x133a648 1 2011-07-27 10:16:43.890 respond[17733] Accept 190 2011-07-27 10:16:43.890 respond[17733] Server 0x133a648 4 2011-07-27 10:16:43.890 respond[17733] Done reading 190 2011-07-27 10:16:43.890 respond[17733] Done writing 190 Passed test: test00.m:78 ... respond test 189 OK 2011-07-27 10:16:43.891 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.891 respond[17733] Server 0x133b788 1 2011-07-27 10:16:43.891 respond[17733] Server 0x133b968 1 2011-07-27 10:16:43.891 respond[17733] Accept 189 2011-07-27 10:16:43.891 respond[17733] Server 0x133b968 4 2011-07-27 10:16:43.892 respond[17733] Done reading 189 2011-07-27 10:16:43.892 respond[17733] Done writing 189 Passed test: test00.m:78 ... respond test 188 OK 2011-07-27 10:16:43.893 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.893 respond[17733] Server 0x133caa8 1 2011-07-27 10:16:43.893 respond[17733] Server 0x133cc88 1 2011-07-27 10:16:43.893 respond[17733] Accept 188 2011-07-27 10:16:43.893 respond[17733] Server 0x133cc88 4 2011-07-27 10:16:43.894 respond[17733] Done reading 188 2011-07-27 10:16:43.894 respond[17733] Done writing 188 Passed test: test00.m:78 ... respond test 187 OK 2011-07-27 10:16:43.894 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.894 respond[17733] Server 0x133dde8 1 2011-07-27 10:16:43.894 respond[17733] Server 0x133dfc8 1 2011-07-27 10:16:43.894 respond[17733] Accept 187 2011-07-27 10:16:43.894 respond[17733] Server 0x133dfc8 4 2011-07-27 10:16:43.895 respond[17733] Done reading 187 2011-07-27 10:16:43.895 respond[17733] Done writing 187 Passed test: test00.m:78 ... respond test 186 OK 2011-07-27 10:16:43.896 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.896 respond[17733] Server 0x133f128 1 2011-07-27 10:16:43.896 respond[17733] Server 0x133f308 1 2011-07-27 10:16:43.896 respond[17733] Accept 186 2011-07-27 10:16:43.896 respond[17733] Server 0x133f308 4 2011-07-27 10:16:43.896 respond[17733] Done reading 186 2011-07-27 10:16:43.896 respond[17733] Done writing 186 Passed test: test00.m:78 ... respond test 185 OK 2011-07-27 10:16:43.897 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.897 respond[17733] Server 0x1340468 1 2011-07-27 10:16:43.897 respond[17733] Server 0x1340648 1 2011-07-27 10:16:43.897 respond[17733] Accept 185 2011-07-27 10:16:43.897 respond[17733] Server 0x1340648 4 2011-07-27 10:16:43.898 respond[17733] Done reading 185 2011-07-27 10:16:43.898 respond[17733] Done writing 185 Passed test: test00.m:78 ... respond test 184 OK 2011-07-27 10:16:43.898 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.898 respond[17733] Server 0x13417a8 1 2011-07-27 10:16:43.898 respond[17733] Server 0x1341988 1 2011-07-27 10:16:43.898 respond[17733] Accept 184 2011-07-27 10:16:43.899 respond[17733] Server 0x1341988 4 2011-07-27 10:16:43.899 respond[17733] Done reading 184 2011-07-27 10:16:43.899 respond[17733] Done writing 184 Passed test: test00.m:78 ... respond test 183 OK 2011-07-27 10:16:43.900 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.900 respond[17733] Server 0x1342ae8 1 2011-07-27 10:16:43.900 respond[17733] Server 0x1342cc8 1 2011-07-27 10:16:43.900 respond[17733] Accept 183 2011-07-27 10:16:43.900 respond[17733] Server 0x1342cc8 4 2011-07-27 10:16:43.901 respond[17733] Done reading 183 2011-07-27 10:16:43.901 respond[17733] Done writing 183 Passed test: test00.m:78 ... respond test 182 OK 2011-07-27 10:16:43.901 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.901 respond[17733] Server 0x1343e28 1 2011-07-27 10:16:43.901 respond[17733] Server 0x1344008 1 2011-07-27 10:16:43.901 respond[17733] Accept 182 2011-07-27 10:16:43.901 respond[17733] Server 0x1344008 4 2011-07-27 10:16:43.902 respond[17733] Done reading 182 2011-07-27 10:16:43.902 respond[17733] Done writing 182 Passed test: test00.m:78 ... respond test 181 OK 2011-07-27 10:16:43.903 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.903 respond[17733] Server 0x1345168 1 2011-07-27 10:16:43.903 respond[17733] Server 0x1345348 1 2011-07-27 10:16:43.903 respond[17733] Accept 181 2011-07-27 10:16:43.903 respond[17733] Server 0x1345348 4 2011-07-27 10:16:43.903 respond[17733] Done reading 181 2011-07-27 10:16:43.903 respond[17733] Done writing 181 Passed test: test00.m:78 ... respond test 180 OK 2011-07-27 10:16:43.904 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.904 respond[17733] Server 0x13464a8 1 2011-07-27 10:16:43.904 respond[17733] Server 0x1346688 1 2011-07-27 10:16:43.904 respond[17733] Accept 180 2011-07-27 10:16:43.904 respond[17733] Server 0x1346688 4 2011-07-27 10:16:43.905 respond[17733] Done reading 180 2011-07-27 10:16:43.905 respond[17733] Done writing 180 Passed test: test00.m:78 ... respond test 179 OK 2011-07-27 10:16:43.921 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.922 respond[17733] Server 0x13477e8 1 2011-07-27 10:16:43.922 respond[17733] Server 0x13479c8 1 2011-07-27 10:16:43.922 respond[17733] Accept 179 2011-07-27 10:16:43.922 respond[17733] Server 0x13479c8 4 2011-07-27 10:16:43.922 respond[17733] Done reading 179 2011-07-27 10:16:43.922 respond[17733] Done writing 179 Passed test: test00.m:78 ... respond test 178 OK 2011-07-27 10:16:43.923 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.923 respond[17733] Server 0x1348b28 1 2011-07-27 10:16:43.923 respond[17733] Server 0x1348d08 1 2011-07-27 10:16:43.923 respond[17733] Accept 178 2011-07-27 10:16:43.923 respond[17733] Server 0x1348d08 4 2011-07-27 10:16:43.924 respond[17733] Done reading 178 2011-07-27 10:16:43.924 respond[17733] Done writing 178 Passed test: test00.m:78 ... respond test 177 OK 2011-07-27 10:16:43.925 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.925 respond[17733] Server 0x1349e68 1 2011-07-27 10:16:43.925 respond[17733] Server 0x134a048 1 2011-07-27 10:16:43.925 respond[17733] Accept 177 2011-07-27 10:16:43.925 respond[17733] Server 0x134a048 4 2011-07-27 10:16:43.926 respond[17733] Done reading 177 2011-07-27 10:16:43.926 respond[17733] Done writing 177 Passed test: test00.m:78 ... respond test 176 OK 2011-07-27 10:16:43.927 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.927 respond[17733] Server 0x134b1a8 1 2011-07-27 10:16:43.927 respond[17733] Server 0x134b388 1 2011-07-27 10:16:43.927 respond[17733] Accept 176 2011-07-27 10:16:43.927 respond[17733] Server 0x134b388 4 2011-07-27 10:16:43.928 respond[17733] Done reading 176 2011-07-27 10:16:43.928 respond[17733] Done writing 176 Passed test: test00.m:78 ... respond test 175 OK 2011-07-27 10:16:43.928 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.928 respond[17733] Server 0x134c4e8 1 2011-07-27 10:16:43.928 respond[17733] Server 0x134c6c8 1 2011-07-27 10:16:43.928 respond[17733] Accept 175 2011-07-27 10:16:43.928 respond[17733] Server 0x134c6c8 4 2011-07-27 10:16:43.929 respond[17733] Done reading 175 2011-07-27 10:16:43.929 respond[17733] Done writing 175 Passed test: test00.m:78 ... respond test 174 OK 2011-07-27 10:16:43.930 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.930 respond[17733] Server 0x134d828 1 2011-07-27 10:16:43.930 respond[17733] Server 0x134da08 1 2011-07-27 10:16:43.930 respond[17733] Accept 174 2011-07-27 10:16:43.930 respond[17733] Server 0x134da08 4 2011-07-27 10:16:43.931 respond[17733] Done reading 174 2011-07-27 10:16:43.931 respond[17733] Done writing 174 Passed test: test00.m:78 ... respond test 173 OK 2011-07-27 10:16:43.932 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.932 respond[17733] Server 0x134eb68 1 2011-07-27 10:16:43.932 respond[17733] Server 0x134ed48 1 2011-07-27 10:16:43.932 respond[17733] Accept 173 2011-07-27 10:16:43.932 respond[17733] Server 0x134ed48 4 2011-07-27 10:16:43.933 respond[17733] Done reading 173 2011-07-27 10:16:43.933 respond[17733] Done writing 173 Passed test: test00.m:78 ... respond test 172 OK 2011-07-27 10:16:43.933 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.934 respond[17733] Server 0x134fea8 1 2011-07-27 10:16:43.934 respond[17733] Server 0x1350088 1 2011-07-27 10:16:43.934 respond[17733] Accept 172 2011-07-27 10:16:43.934 respond[17733] Server 0x1350088 4 2011-07-27 10:16:43.934 respond[17733] Done reading 172 2011-07-27 10:16:43.935 respond[17733] Done writing 172 Passed test: test00.m:78 ... respond test 171 OK 2011-07-27 10:16:43.935 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.935 respond[17733] Server 0x13511e8 1 2011-07-27 10:16:43.935 respond[17733] Server 0x13513c8 1 2011-07-27 10:16:43.935 respond[17733] Accept 171 2011-07-27 10:16:43.935 respond[17733] Server 0x13513c8 4 2011-07-27 10:16:43.936 respond[17733] Done reading 171 2011-07-27 10:16:43.936 respond[17733] Done writing 171 Passed test: test00.m:78 ... respond test 170 OK 2011-07-27 10:16:43.936 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.937 respond[17733] Server 0x1352528 1 2011-07-27 10:16:43.937 respond[17733] Server 0x1352708 1 2011-07-27 10:16:43.937 respond[17733] Accept 170 2011-07-27 10:16:43.937 respond[17733] Server 0x1352708 4 2011-07-27 10:16:43.937 respond[17733] Done reading 170 2011-07-27 10:16:43.937 respond[17733] Done writing 170 Passed test: test00.m:78 ... respond test 169 OK 2011-07-27 10:16:43.938 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.938 respond[17733] Server 0x1353868 1 2011-07-27 10:16:43.938 respond[17733] Server 0x1353a48 1 2011-07-27 10:16:43.938 respond[17733] Accept 169 2011-07-27 10:16:43.938 respond[17733] Server 0x1353a48 4 2011-07-27 10:16:43.939 respond[17733] Done reading 169 2011-07-27 10:16:43.939 respond[17733] Done writing 169 Passed test: test00.m:78 ... respond test 168 OK 2011-07-27 10:16:43.939 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.939 respond[17733] Server 0x1354ba8 1 2011-07-27 10:16:43.939 respond[17733] Server 0x1354d88 1 2011-07-27 10:16:43.939 respond[17733] Accept 168 2011-07-27 10:16:43.939 respond[17733] Server 0x1354d88 4 2011-07-27 10:16:43.940 respond[17733] Done reading 168 2011-07-27 10:16:43.940 respond[17733] Done writing 168 Passed test: test00.m:78 ... respond test 167 OK 2011-07-27 10:16:43.941 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.941 respond[17733] Server 0x1355ee8 1 2011-07-27 10:16:43.941 respond[17733] Server 0x13560c8 1 2011-07-27 10:16:43.941 respond[17733] Accept 167 2011-07-27 10:16:43.941 respond[17733] Server 0x13560c8 4 2011-07-27 10:16:43.942 respond[17733] Done reading 167 2011-07-27 10:16:43.942 respond[17733] Done writing 167 Passed test: test00.m:78 ... respond test 166 OK 2011-07-27 10:16:43.942 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.942 respond[17733] Server 0x1357228 1 2011-07-27 10:16:43.942 respond[17733] Server 0x1357408 1 2011-07-27 10:16:43.942 respond[17733] Accept 166 2011-07-27 10:16:43.942 respond[17733] Server 0x1357408 4 2011-07-27 10:16:43.943 respond[17733] Done reading 166 2011-07-27 10:16:43.943 respond[17733] Done writing 166 Passed test: test00.m:78 ... respond test 165 OK 2011-07-27 10:16:43.944 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.944 respond[17733] Server 0x1358588 1 2011-07-27 10:16:43.944 respond[17733] Server 0x1358748 1 2011-07-27 10:16:43.944 respond[17733] Accept 165 2011-07-27 10:16:43.944 respond[17733] Server 0x1358748 4 2011-07-27 10:16:43.945 respond[17733] Done reading 165 2011-07-27 10:16:43.945 respond[17733] Done writing 165 Passed test: test00.m:78 ... respond test 164 OK 2011-07-27 10:16:43.945 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.945 respond[17733] Server 0x13598c8 1 2011-07-27 10:16:43.945 respond[17733] Server 0x1359aa8 1 2011-07-27 10:16:43.945 respond[17733] Accept 164 2011-07-27 10:16:43.945 respond[17733] Server 0x1359aa8 4 2011-07-27 10:16:43.946 respond[17733] Done reading 164 2011-07-27 10:16:43.946 respond[17733] Done writing 164 Passed test: test00.m:78 ... respond test 163 OK 2011-07-27 10:16:43.961 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.961 respond[17733] Server 0x135ac28 1 2011-07-27 10:16:43.962 respond[17733] Server 0x135ae08 1 2011-07-27 10:16:43.962 respond[17733] Accept 163 2011-07-27 10:16:43.962 respond[17733] Server 0x135ae08 4 2011-07-27 10:16:43.962 respond[17733] Done reading 163 2011-07-27 10:16:43.962 respond[17733] Done writing 163 Passed test: test00.m:78 ... respond test 162 OK 2011-07-27 10:16:43.963 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.963 respond[17733] Server 0x135bf88 1 2011-07-27 10:16:43.963 respond[17733] Server 0x135c168 1 2011-07-27 10:16:43.963 respond[17733] Accept 162 2011-07-27 10:16:43.963 respond[17733] Server 0x135c168 4 2011-07-27 10:16:43.964 respond[17733] Done reading 162 2011-07-27 10:16:43.964 respond[17733] Done writing 162 Passed test: test00.m:78 ... respond test 161 OK 2011-07-27 10:16:43.965 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.965 respond[17733] Server 0x135d2e8 1 2011-07-27 10:16:43.965 respond[17733] Server 0x135d4c8 1 2011-07-27 10:16:43.965 respond[17733] Accept 161 2011-07-27 10:16:43.965 respond[17733] Server 0x135d4c8 4 2011-07-27 10:16:43.966 respond[17733] Done reading 161 2011-07-27 10:16:43.966 respond[17733] Done writing 161 Passed test: test00.m:78 ... respond test 160 OK 2011-07-27 10:16:43.967 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.967 respond[17733] Server 0x135e648 1 2011-07-27 10:16:43.967 respond[17733] Server 0x135e828 1 2011-07-27 10:16:43.967 respond[17733] Accept 160 2011-07-27 10:16:43.967 respond[17733] Server 0x135e828 4 2011-07-27 10:16:43.968 respond[17733] Done reading 160 2011-07-27 10:16:43.968 respond[17733] Done writing 160 Passed test: test00.m:78 ... respond test 159 OK 2011-07-27 10:16:43.968 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.969 respond[17733] Server 0x135f9a8 1 2011-07-27 10:16:43.969 respond[17733] Server 0x135fb88 1 2011-07-27 10:16:43.969 respond[17733] Accept 159 2011-07-27 10:16:43.969 respond[17733] Server 0x135fb88 4 2011-07-27 10:16:43.970 respond[17733] Done reading 159 2011-07-27 10:16:43.970 respond[17733] Done writing 159 Passed test: test00.m:78 ... respond test 158 OK 2011-07-27 10:16:43.970 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.970 respond[17733] Server 0x1360d08 1 2011-07-27 10:16:43.970 respond[17733] Server 0x1360ee8 1 2011-07-27 10:16:43.970 respond[17733] Accept 158 2011-07-27 10:16:43.970 respond[17733] Server 0x1360ee8 4 2011-07-27 10:16:43.971 respond[17733] Done reading 158 2011-07-27 10:16:43.971 respond[17733] Done writing 158 Passed test: test00.m:78 ... respond test 157 OK 2011-07-27 10:16:43.972 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.972 respond[17733] Server 0x1362068 1 2011-07-27 10:16:43.972 respond[17733] Server 0x1362248 1 2011-07-27 10:16:43.972 respond[17733] Accept 157 2011-07-27 10:16:43.972 respond[17733] Server 0x1362248 4 2011-07-27 10:16:43.973 respond[17733] Done reading 157 2011-07-27 10:16:43.973 respond[17733] Done writing 157 Passed test: test00.m:78 ... respond test 156 OK 2011-07-27 10:16:43.974 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.974 respond[17733] Server 0x13633c8 1 2011-07-27 10:16:43.974 respond[17733] Server 0x13635a8 1 2011-07-27 10:16:43.974 respond[17733] Accept 156 2011-07-27 10:16:43.974 respond[17733] Server 0x13635a8 4 2011-07-27 10:16:43.975 respond[17733] Done reading 156 2011-07-27 10:16:43.975 respond[17733] Done writing 156 Passed test: test00.m:78 ... respond test 155 OK 2011-07-27 10:16:43.975 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.976 respond[17733] Server 0x1364728 1 2011-07-27 10:16:43.976 respond[17733] Server 0x1364908 1 2011-07-27 10:16:43.976 respond[17733] Accept 155 2011-07-27 10:16:43.976 respond[17733] Server 0x1364908 4 2011-07-27 10:16:43.976 respond[17733] Done reading 155 2011-07-27 10:16:43.976 respond[17733] Done writing 155 Passed test: test00.m:78 ... respond test 154 OK 2011-07-27 10:16:43.977 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.977 respond[17733] Server 0x1365a88 1 2011-07-27 10:16:43.977 respond[17733] Server 0x1365c68 1 2011-07-27 10:16:43.977 respond[17733] Accept 154 2011-07-27 10:16:43.977 respond[17733] Server 0x1365c68 4 2011-07-27 10:16:43.978 respond[17733] Done reading 154 2011-07-27 10:16:43.978 respond[17733] Done writing 154 Passed test: test00.m:78 ... respond test 153 OK 2011-07-27 10:16:43.978 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.979 respond[17733] Server 0x1366de8 1 2011-07-27 10:16:43.979 respond[17733] Server 0x1366fc8 1 2011-07-27 10:16:43.979 respond[17733] Accept 153 2011-07-27 10:16:43.979 respond[17733] Server 0x1366fc8 4 2011-07-27 10:16:43.979 respond[17733] Done reading 153 2011-07-27 10:16:43.979 respond[17733] Done writing 153 Passed test: test00.m:78 ... respond test 152 OK 2011-07-27 10:16:43.980 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.980 respond[17733] Server 0x1368148 1 2011-07-27 10:16:43.980 respond[17733] Server 0x1368328 1 2011-07-27 10:16:43.980 respond[17733] Accept 152 2011-07-27 10:16:43.980 respond[17733] Server 0x1368328 4 2011-07-27 10:16:43.981 respond[17733] Done reading 152 2011-07-27 10:16:43.981 respond[17733] Done writing 152 Passed test: test00.m:78 ... respond test 151 OK 2011-07-27 10:16:43.981 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.981 respond[17733] Server 0x13694a8 1 2011-07-27 10:16:43.981 respond[17733] Server 0x1369688 1 2011-07-27 10:16:43.982 respond[17733] Accept 151 2011-07-27 10:16:43.982 respond[17733] Server 0x1369688 4 2011-07-27 10:16:43.982 respond[17733] Done reading 151 2011-07-27 10:16:43.982 respond[17733] Done writing 151 Passed test: test00.m:78 ... respond test 150 OK 2011-07-27 10:16:43.983 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.983 respond[17733] Server 0x136a808 1 2011-07-27 10:16:43.983 respond[17733] Server 0x136a9e8 1 2011-07-27 10:16:43.983 respond[17733] Accept 150 2011-07-27 10:16:43.983 respond[17733] Server 0x136a9e8 4 2011-07-27 10:16:43.984 respond[17733] Done reading 150 2011-07-27 10:16:43.984 respond[17733] Done writing 150 Passed test: test00.m:78 ... respond test 149 OK 2011-07-27 10:16:43.984 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:43.984 respond[17733] Server 0x136bb68 1 2011-07-27 10:16:43.984 respond[17733] Server 0x136bd48 1 2011-07-27 10:16:43.984 respond[17733] Accept 149 2011-07-27 10:16:43.985 respond[17733] Server 0x136bd48 4 2011-07-27 10:16:43.985 respond[17733] Done reading 149 2011-07-27 10:16:43.985 respond[17733] Done writing 149 Passed test: test00.m:78 ... respond test 148 OK 2011-07-27 10:16:44.001 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.001 respond[17733] Server 0x136cec8 1 2011-07-27 10:16:44.001 respond[17733] Server 0x136d0a8 1 2011-07-27 10:16:44.001 respond[17733] Accept 148 2011-07-27 10:16:44.001 respond[17733] Server 0x136d0a8 4 2011-07-27 10:16:44.002 respond[17733] Done reading 148 2011-07-27 10:16:44.002 respond[17733] Done writing 148 Passed test: test00.m:78 ... respond test 147 OK 2011-07-27 10:16:44.003 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.003 respond[17733] Server 0x136e228 1 2011-07-27 10:16:44.003 respond[17733] Server 0x136e408 1 2011-07-27 10:16:44.003 respond[17733] Accept 147 2011-07-27 10:16:44.003 respond[17733] Server 0x136e408 4 2011-07-27 10:16:44.004 respond[17733] Done reading 147 2011-07-27 10:16:44.004 respond[17733] Done writing 147 Passed test: test00.m:78 ... respond test 146 OK 2011-07-27 10:16:44.004 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.004 respond[17733] Server 0x136f588 1 2011-07-27 10:16:44.005 respond[17733] Server 0x136f768 1 2011-07-27 10:16:44.005 respond[17733] Accept 146 2011-07-27 10:16:44.005 respond[17733] Server 0x136f768 4 2011-07-27 10:16:44.006 respond[17733] Done reading 146 2011-07-27 10:16:44.006 respond[17733] Done writing 146 Passed test: test00.m:78 ... respond test 145 OK 2011-07-27 10:16:44.006 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.006 respond[17733] Server 0x1370908 1 2011-07-27 10:16:44.006 respond[17733] Server 0x1370ae8 1 2011-07-27 10:16:44.006 respond[17733] Accept 145 2011-07-27 10:16:44.006 respond[17733] Server 0x1370ae8 4 2011-07-27 10:16:44.007 respond[17733] Done reading 145 2011-07-27 10:16:44.007 respond[17733] Done writing 145 Passed test: test00.m:78 ... respond test 144 OK 2011-07-27 10:16:44.008 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.008 respond[17733] Server 0x1371c88 1 2011-07-27 10:16:44.008 respond[17733] Server 0x1371e68 1 2011-07-27 10:16:44.008 respond[17733] Accept 144 2011-07-27 10:16:44.008 respond[17733] Server 0x1371e68 4 2011-07-27 10:16:44.009 respond[17733] Done reading 144 2011-07-27 10:16:44.009 respond[17733] Done writing 144 Passed test: test00.m:78 ... respond test 143 OK 2011-07-27 10:16:44.010 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.010 respond[17733] Server 0x1373008 1 2011-07-27 10:16:44.010 respond[17733] Server 0x13731e8 1 2011-07-27 10:16:44.010 respond[17733] Accept 143 2011-07-27 10:16:44.010 respond[17733] Server 0x13731e8 4 2011-07-27 10:16:44.011 respond[17733] Done reading 143 2011-07-27 10:16:44.011 respond[17733] Done writing 143 Passed test: test00.m:78 ... respond test 142 OK 2011-07-27 10:16:44.012 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.012 respond[17733] Server 0x1374388 1 2011-07-27 10:16:44.012 respond[17733] Server 0x1374568 1 2011-07-27 10:16:44.012 respond[17733] Accept 142 2011-07-27 10:16:44.012 respond[17733] Server 0x1374568 4 2011-07-27 10:16:44.013 respond[17733] Done reading 142 2011-07-27 10:16:44.013 respond[17733] Done writing 142 Passed test: test00.m:78 ... respond test 141 OK 2011-07-27 10:16:44.014 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.014 respond[17733] Server 0x1375708 1 2011-07-27 10:16:44.014 respond[17733] Server 0x13758e8 1 2011-07-27 10:16:44.014 respond[17733] Accept 141 2011-07-27 10:16:44.014 respond[17733] Server 0x13758e8 4 2011-07-27 10:16:44.015 respond[17733] Done reading 141 2011-07-27 10:16:44.015 respond[17733] Done writing 141 Passed test: test00.m:78 ... respond test 140 OK 2011-07-27 10:16:44.015 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.015 respond[17733] Server 0x1376a88 1 2011-07-27 10:16:44.015 respond[17733] Server 0x1376c68 1 2011-07-27 10:16:44.016 respond[17733] Accept 140 2011-07-27 10:16:44.016 respond[17733] Server 0x1376c68 4 2011-07-27 10:16:44.016 respond[17733] Done reading 140 2011-07-27 10:16:44.016 respond[17733] Done writing 140 Passed test: test00.m:78 ... respond test 139 OK 2011-07-27 10:16:44.017 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.017 respond[17733] Server 0x1377e08 1 2011-07-27 10:16:44.017 respond[17733] Server 0x1377fe8 1 2011-07-27 10:16:44.017 respond[17733] Accept 139 2011-07-27 10:16:44.017 respond[17733] Server 0x1377fe8 4 2011-07-27 10:16:44.018 respond[17733] Done reading 139 2011-07-27 10:16:44.018 respond[17733] Done writing 139 Passed test: test00.m:78 ... respond test 138 OK 2011-07-27 10:16:44.018 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.019 respond[17733] Server 0x1379188 1 2011-07-27 10:16:44.019 respond[17733] Server 0x1379368 1 2011-07-27 10:16:44.019 respond[17733] Accept 138 2011-07-27 10:16:44.019 respond[17733] Server 0x1379368 4 2011-07-27 10:16:44.019 respond[17733] Done reading 138 2011-07-27 10:16:44.020 respond[17733] Done writing 138 Passed test: test00.m:78 ... respond test 137 OK 2011-07-27 10:16:44.020 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.020 respond[17733] Server 0x137a508 1 2011-07-27 10:16:44.020 respond[17733] Server 0x137a6e8 1 2011-07-27 10:16:44.020 respond[17733] Accept 137 2011-07-27 10:16:44.020 respond[17733] Server 0x137a6e8 4 2011-07-27 10:16:44.021 respond[17733] Done reading 137 2011-07-27 10:16:44.021 respond[17733] Done writing 137 Passed test: test00.m:78 ... respond test 136 OK 2011-07-27 10:16:44.022 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.022 respond[17733] Server 0x137b888 1 2011-07-27 10:16:44.022 respond[17733] Server 0x137ba68 1 2011-07-27 10:16:44.022 respond[17733] Accept 136 2011-07-27 10:16:44.022 respond[17733] Server 0x137ba68 4 2011-07-27 10:16:44.023 respond[17733] Done reading 136 2011-07-27 10:16:44.023 respond[17733] Done writing 136 Passed test: test00.m:78 ... respond test 135 OK 2011-07-27 10:16:44.023 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.023 respond[17733] Server 0x137cc08 1 2011-07-27 10:16:44.023 respond[17733] Server 0x137cde8 1 2011-07-27 10:16:44.023 respond[17733] Accept 135 2011-07-27 10:16:44.023 respond[17733] Server 0x137cde8 4 2011-07-27 10:16:44.024 respond[17733] Done reading 135 2011-07-27 10:16:44.024 respond[17733] Done writing 135 Passed test: test00.m:78 ... respond test 134 OK 2011-07-27 10:16:44.025 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.025 respond[17733] Server 0x137df88 1 2011-07-27 10:16:44.025 respond[17733] Server 0x137e168 1 2011-07-27 10:16:44.025 respond[17733] Accept 134 2011-07-27 10:16:44.025 respond[17733] Server 0x137e168 4 2011-07-27 10:16:44.026 respond[17733] Done reading 134 2011-07-27 10:16:44.026 respond[17733] Done writing 134 Passed test: test00.m:78 ... respond test 133 OK 2011-07-27 10:16:44.026 respond[17733] Server 0xd872a8 2 2011-07-27 10:16:44.026 respond[17733] Server 0