Index: /trunk/src/VBox/Runtime/testcase/tstHandleTable.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstHandleTable.cpp	(revision 50693)
+++ /trunk/src/VBox/Runtime/testcase/tstHandleTable.cpp	(revision 50694)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2008-2011 Oracle Corporation
+ * Copyright (C) 2008-2014 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -120,5 +120,5 @@
     if (fCallbacks && cRetainerCalls != 0)
     {
-        RTPrintf("tstHandleTable: FAILURE (%d) - cRetainerCalls=%#x expected 0!\n", __LINE__, i, cRetainerCalls);
+        RTPrintf("tstHandleTable: FAILURE (%d) - cRetainerCalls=%#x expected 0!\n", __LINE__, cRetainerCalls);
         g_cErrors++;
     }
@@ -244,5 +244,5 @@
                 {
                     RTPrintf("\ntstHandleTable: FAILURE (%d) - i=%d, j=%d, RTHandleTableLookupWithCtx: succeeded with bad context\n",
-                             __LINE__, i, j, pvObj, pvExpect);
+                             __LINE__, i, j);
                     g_cErrors++;
                 }
Index: /trunk/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp	(revision 50693)
+++ /trunk/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp	(revision 50694)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2008-2011 Oracle Corporation
+ * Copyright (C) 2008-2014 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -101,10 +101,10 @@
     if (aMem == NULL)
     {
-        RTPrintf("tstMemAutoPtr(%d): Destructor called with NILL handle!\n");
+        RTPrintf("tstMemAutoPtr(): Destructor called with NULL handle!\n");
         g_cErrors++;
     }
     else if (!VALID_PTR(aMem))
     {
-        RTPrintf("tstMemAutoPtr(%d): Destructor called with a bad handle %p\n", aMem);
+        RTPrintf("tstMemAutoPtr(): Destructor called with a bad handle %p\n", aMem);
         g_cErrors++;
     }
Index: /trunk/src/VBox/VMM/testcase/tstGlobalConfig.cpp
===================================================================
--- /trunk/src/VBox/VMM/testcase/tstGlobalConfig.cpp	(revision 50693)
+++ /trunk/src/VBox/VMM/testcase/tstGlobalConfig.cpp	(revision 50694)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2007-2012 Oracle Corporation
+ * Copyright (C) 2007-2014 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -70,5 +70,5 @@
     if (cch >= sizeof(Req.szName))
     {
-        RTPrintf("syntax error: the name is too long. (max %zu chars)\n", argv[1], sizeof(Req.szName) - 1);
+        RTPrintf("syntax error: the name '%s' is too long. (max %zu chars)\n", argv[1], sizeof(Req.szName) - 1);
         return 1;
     }
Index: /trunk/src/VBox/VMM/testcase/tstInstrEmul.cpp
===================================================================
--- /trunk/src/VBox/VMM/testcase/tstInstrEmul.cpp	(revision 50693)
+++ /trunk/src/VBox/VMM/testcase/tstInstrEmul.cpp	(revision 50694)
@@ -5,5 +5,5 @@
 
 /*
- * Copyright (C) 2006-2011 Oracle Corporation
+ * Copyright (C) 2006-2014 Oracle Corporation
  *
  * This file is part of VirtualBox Open Source Edition (OSE), as
@@ -51,5 +51,5 @@
         ||  val != UINT64_C(0x200000001))
     {
-        RTPrintf("tstInstrEmul: FAILURE - Lock cmpxchg8b failed the equal case! (val=%x%x)\n", val);
+        RTPrintf("tstInstrEmul: FAILURE - Lock cmpxchg8b failed the equal case! (val=%RX64)\n", val);
         return 1;
     }
@@ -60,5 +60,5 @@
         ||  edx != 0x1)
     {
-        RTPrintf("tstInstrEmul: FAILURE - Lock cmpxchg8b failed the non-equal case! (val=%x%x)\n", val);
+        RTPrintf("tstInstrEmul: FAILURE - Lock cmpxchg8b failed the non-equal case! (val=%RX64)\n", val);
         return 1;
     }
@@ -74,5 +74,5 @@
         ||  val != UINT64_C(0x200000001))
     {
-        RTPrintf("tstInstrEmul: FAILURE - Cmpxchg8b failed the equal case! (val=%x%x)\n", val);
+        RTPrintf("tstInstrEmul: FAILURE - Cmpxchg8b failed the equal case! (val=%RX64)\n", val);
         return 1;
     }
@@ -83,5 +83,5 @@
         ||  edx != 0x1)
     {
-        RTPrintf("tstInstrEmul: FAILURE - Cmpxchg8b failed the non-equal case! (val=%x%x)\n", val);
+        RTPrintf("tstInstrEmul: FAILURE - Cmpxchg8b failed the non-equal case! (val=%RX64)\n", val);
         return 1;
     }
