Bug 406491 - testWeakCyclicMap.testWeakCyclicMap failing
Summary: testWeakCyclicMap.testWeakCyclicMap failing
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-refactoring (show other bugs)
Version: Next   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 16:59 EDT by Jesse Weinstein CLA
Modified: 2020-09-04 15:19 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Weinstein CLA 2013-04-24 16:59:52 EDT
junit.framework.ComparisonFailure: 
expected:<...-> "d", "b" "d" -> "[b", "c]"> 
but was: <...-> "d", "b" "d" -> "[c", "b]">
Comment 1 Sergey Prigogin CLA 2013-04-24 18:29:48 EDT
The test passes on Hudson (https://hudson.eclipse.org/hudson/job/cdt-nightly/). How do you get it to fail?
Comment 2 Jesse Weinstein CLA 2013-04-24 18:52:28 EDT
Just running it, without any modification of the code. I am running on Windows, Java 1.7, so maybe that has something to do with it. Also, it's not running from a fully cleaned build, so it may be the result of some leftovers confusing the issue.