Revision: 8074
Author: rchan...@google.com
Date: Mon May 10 09:44:32 2010
Log: Disabled stack trace emulation from benchmarking unit tests

Review at http://gwt-code-reviews.appspot.com/492802

Review by: jlaba...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=8074

Modified:
 /branches/2.1/user/src/com/google/gwt/benchmarks/Benchmarks.gwt.xml
 /branches/2.1/user/src/com/google/gwt/junit/JUnit.gwt.xml

=======================================
--- /branches/2.1/user/src/com/google/gwt/benchmarks/Benchmarks.gwt.xml Thu Feb 28 00:19:47 2008 +++ /branches/2.1/user/src/com/google/gwt/benchmarks/Benchmarks.gwt.xml Mon May 10 09:44:32 2010
@@ -23,6 +23,11 @@

   <source path="client"/>

+
+  <!-- We do not want stack traces. -->
+ <set-configuration-property name="compiler.emulatedStack.recordFileNames" value="false" />
+  <set-property name="compiler.emulatedStack" value="false" />
+
<generate-with class="com.google.gwt.benchmarks.rebind.BenchmarkGenerator"> <when-type-assignable class="com.google.gwt.benchmarks.client.Benchmark"/>
   </generate-with>
=======================================
--- /branches/2.1/user/src/com/google/gwt/junit/JUnit.gwt.xml Fri Apr 23 06:39:33 2010 +++ /branches/2.1/user/src/com/google/gwt/junit/JUnit.gwt.xml Mon May 10 09:44:32 2010
@@ -38,9 +38,7 @@
<!-- Override the regular symbolMaps linker to put the data somewhere we can find it --> <define-linker name="symbolMaps" class="com.google.gwt.junit.linker.JUnitSymbolMapsLinker" />

- <servlet path='/junithost/*' class='com.google.gwt.junit.server.JUnitHostImpl'/>
-
-  <inherits name="com.google.gwt.benchmarks.Benchmarks"/>
+ <servlet path='/junithost' class='com.google.gwt.junit.server.JUnitHostImpl'/>

   <!-- Speed up test compilations by producing one permutation -->
   <collapse-all-properties />

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to