Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 116751 - Mylar Tests Fail Under Linux
Summary: Mylar Tests Fail Under Linux
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Robert Elves CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 18:51 EST by Ian Bull CLA
Modified: 2006-01-19 19:07 EST (History)
1 user (show)

See Also:


Attachments
Splits report text on both \r\n or \n in bug reports (was just splitting on \r\n) (911 bytes, patch)
2006-01-19 15:37 EST, Robert Elves CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Bull CLA 2005-11-16 18:51:50 EST
The following tests fail under linux:
testSingleStackCodeBeforeAndAfterInDescription
testSingleStackPoorFormatInDescription
testSingleStackQual
testMultipleStackSingleComment

These are all in
org.eclipse.mylar.tasklist.test.bugzilla.BugzillaStackTraceTest
Comment 1 Ian Bull CLA 2005-11-20 21:07:32 EST
Sunday Nov 20th:
Errors:
  org.eclipse.mylar.java.tests.RefactoringTest.testDelete
  org.eclipse.mylar.java.tests.RefactoringTest.testTypeRename
  org.eclipse.mylar.java.tests.RefactoringTest.testMethodRename
  org.eclipse.mylar.java.tests.ProblemsListTest.testInterestSorting
  org.eclipse.mylar.java.tests.ContextManagerTest.testErrorInterest

Failures:
    org.eclipse.mylar.java.tests.InterestManipulationTest.testDecrementAcrossBridges
org.eclipse.mylar.java.tests.InterestManipulationTest.testDecrementInterestOfCompilationUnit
org.eclipse.mylar.tasklist.tests.bugzilla.BugzillaStackTraceTest:
  - testSingleStackCodeBeforeAndAfterInDescription
  - testSingleStackPoorFormatInDescription
  - testSingleStackQual
  - tsetMultipleStackSingleComment


  
Comment 2 Mik Kersten CLA 2005-12-02 12:55:45 EST
Not critical since these are most likely filesystem and syncrhonization issues, and too much high priority stuff came in, so I'm pushing off too next week.
Comment 3 Mik Kersten CLA 2005-12-12 23:04:33 EST
Ian, could you try running AllTests now and paste in any failures?  I still haven't had time to set up a Linux test box.
Comment 4 Mik Kersten CLA 2006-01-09 14:28:00 EST
As a part of this task we will need to set up a Linux test environment.
Comment 5 Robert Elves CLA 2006-01-19 15:37:27 EST
Created attachment 33291 [details]
Splits report text on both \r\n or \n in bug reports (was just splitting on \r\n)
Comment 6 Mik Kersten CLA 2006-01-19 18:56:05 EST
Good catch!  So do all tests pass on Linux now?
Comment 7 Robert Elves CLA 2006-01-19 18:59:49 EST
Once the internal browser is working and the previously mentioned patch is applied, all tests pass! :)
Comment 8 Mik Kersten CLA 2006-01-19 19:05:30 EST
Excellent.  Patch applied.

Could you write a FAQ entry on setting up the browser on Linux, and paste it into the devfaq report?  I'll put it either there or in the user FAQ.
Comment 9 Robert Elves CLA 2006-01-19 19:07:12 EST
Will do.