Pavel Krivanek-3 wrote
> 
> and now bad news, as expected we have a lot of new failing tests:
> FileSystem.Tests.Disk.DiskFileSystemTest.testRootIsNotAFile
DiskStore>>isFile:
  ...
  aPath isRoot ifTrue: [ ^ true ].
easy fix, but which is wrong - the test or the implementation?


Pavel Krivanek-3 wrote
> 
>   * SUnit.Tests.Core.TestCaseTest.testAssertEqualsActualAndExpectedOrder 
OMG! This one won't die!! It's so confusing, even the bug reports are
unintelligible :) But it should be fixed with the slice below...

Here's an issue:
Issue 6069:     Test guard for 20132
http://code.google.com/p/pharo/issues/detail?id=6069

And here is a slice with most of the tests passing (don't know about the
linux ones). They were mostly related to FS-everywhere:

Fix in inbox: SLICE-Issue-6069-Test-guard-for-20132-SeanDeNigris.1

Make the following tests pass (per
http://forum.world.st/Tests-Guard-report-for-20132-td4634905.html):
  * CompressionTests.Archive.ZipArchiveTest.testCreateWithRelativeNames 
  * CompressionTests.Archive.ZipArchiveTest.testFilePermissions 
  * CompressionTests.Archive.ZipArchiveTest.testZip 
  * Gofer.Tests.GoferApiTest.testDirectoryRepository 
  * Gofer.Tests.GoferApiTest.testSubDirectoryRepository 
  * SUnit.Tests.Core.TestCaseTest.testAssertEqualsActualAndExpectedOrder 
  * Tests.Monticello.MCFileInTest.testStWriter 
  * Tests.Monticello.MCMczInstallerTest.testInstallFromFile 
  * Tests.Monticello.MCMczInstallerTest.testInstallFromStream 
  * Tests.Monticello.MCMethodDefinitionTest.testCannotLoad 
  * Tests.Monticello.MCMethodDefinitionTest.testComparison 
  * Tests.Monticello.MCMethodDefinitionTest.testLoadAndUnload 
  *
Tests.Monticello.MCMethodDefinitionTest.testPartiallyRevertOverrideMethod 
  * Tests.Monticello.MCMethodDefinitionTest.testRevertOldMethod 
  * Tests.Monticello.MCMethodDefinitionTest.testRevertOverrideMethod 
  * Tests.System.SmalltalkImageTest.testImageName

Easy to fix, pending question:
  * FileSystem.Tests.Disk.DiskFileSystemTest.testRootIsNotAFile
    DiskStore>>isFile:
      ...
      aPath isRoot ifTrue: [ ^ true ].
    easy fix, but which is wrong - the test or the implementation?

Remaining to be fixed:
  *
RPackage.Tests.RPackageImportFromPackageInfoTest.testImportExtensionFromParentPackageRegisterExtensionInParentPackage
 
  * SUnit.Tests.Core.SUnitTest.testDialectLocalizedException
  * Tests.Traits.TraitTest.testTraitsMethodClassSanity


--
View this message in context: 
http://forum.world.st/Tests-Guard-report-for-20132-tp4634905p4635064.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Reply via email to