The Trunk: Tests-ar.69.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tests-ar.69.mcz

commits-2
Andreas Raab uploaded a new version of Tests to project The Trunk:
http://source.squeak.org/trunk/Tests-ar.69.mcz

==================== Summary ====================

Name: Tests-ar.69
Author: ar
Time: 5 April 2010, 9:09:06.556 pm
UUID: cb1c1add-af8f-444c-b34b-c7e5da20b7ca
Ancestors: Tests-fbs.68

4.1 release preparations: Mark expectedFailures in ClosureCompilerTest and LocaleTest since there are no fixes in sight. Also update PackageDependencyTest to reflect changed dependencies.

=============== Diff against Tests-fbs.68 ===============

Item was added:
+ ----- Method: LocaleTest>>expectedFailures (in category 'testing') -----
+ expectedFailures
+
+ ^#(testIsFontAvailable)!

Item was added:
+ ----- Method: ClosureCompilerTest>>expectedFailures (in category 'failures') -----
+ expectedFailures
+ ^#(testDebuggerTempAccess testInjectIntoDecompilations testInjectIntoDecompiledDebugs)!

Item was changed:
  ----- Method: PackageDependencyTest>>testSUnitGUI (in category 'tests') -----
  testSUnitGUI
  self testPackage: 'SUnitGUI' dependsExactlyOn: #(
  Collections
  Graphics
  Kernel
  PackageInfo
  SUnit
  System
  'ToolBuilder-Kernel'
  Tools
+ Morphic "WindowColorSpec"
  ).!

Item was changed:
  ----- Method: PackageDependencyTest>>testST80 (in category 'tests') -----
  testST80
  self testPackage: 'ST80' dependsExactlyOn: #(
  Collections
  Compiler
- Exceptions
  Files
  Graphics
  Kernel
  Morphic
  Multilingual
  Network
  SUnit
  System
  'ToolBuilder-Kernel'
  Tools
  ).!