Code Monkey home page Code Monkey logo

Comments (6)

ktatavarthi avatar ktatavarthi commented on July 3, 2024

org.eclipse.jdt.ui.tests.quickfix.SaveParticipantTest.testBug228659 failed in the build I20220601-1800

on Mac - mac64-java17_macosx.cocoa.x86_64_17 with the below error

expected:<...{ String s1 []= ""; } } > but was:<...{ String s1 [ ]= ""; } } >

org.junit.ComparisonFailure: expected:<...{
String s1 []= "";
}
}
> but was:<...{
String s1 [ ]= "";
}
}
>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at org.eclipse.jdt.ui.tests.quickfix.SaveParticipantTest.testBug228659(SaveParticipantTest.java:654) 

from eclipse.jdt.ui.

noopur2507 avatar noopur2507 commented on July 3, 2024

I20220706-1800

org.eclipse.jdt.ui.tests.quickfix.SaveParticipantTest

testFormatChangeBug488229_2 and testFormatChangesBug207965 failed on mac64-java17.

testFormatChanges02 failed on win32-java11.

testFormatChangeBug561164 failed on gtk3-java18.

from eclipse.jdt.ui.

noopur2507 avatar noopur2507 commented on July 3, 2024

I20220831-1800

org.eclipse.jdt.ui.tests.quickfix.SaveParticipantTest

testFormatChangeBug488229_2 and testFormatChangesBug205177 failed on mac64-java17.

from eclipse.jdt.ui.

noopur2507 avatar noopur2507 commented on July 3, 2024

Failed again in I20220928-1800 on mac64-java17.

from eclipse.jdt.ui.

ktatavarthi avatar ktatavarthi commented on July 3, 2024

org.eclipse.jdt.ui.tests.quickfix.SaveParticipantTest - testFormatChangeBug488229_2
failed in the build I20221109-1850

from eclipse.jdt.ui.

noopur2507 avatar noopur2507 commented on July 3, 2024

I20230705-1800
win32-java17
org.eclipse.jdt.ui.tests.quickfix.SaveParticipantTest
testFormatChangeBug561164 failed.

expected:<...; public class E1 { [ /** * Method foo with a really long description that will wrap lines on save * operation * * @param a * - integer input * * @return integer */ public int foo(int a) { return 0; ]} }> but was:<...; public class E1 { [ /** * Method foo with a really long description that will wrap lines on save * operation * * @param a - integer input * * @return integer */ public int foo(int a) { return 0; ]} }>

org.junit.ComparisonFailure: expected:<...;
public class E1 {
[ /**
* Method foo with a really long description that will wrap lines on save
* operation
*
* @param a
* - integer input
*
* @return integer
*/
public int foo(int a) {
return 0;
]}
}> but was:<...;
public class E1 {
[ /**
* Method foo with a really long description that will wrap lines on save
* operation
*
* @param a - integer input
*
* @return integer
*/
public int foo(int a) {
return 0;
]}
}>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at org.eclipse.jdt.ui.tests.quickfix.SaveParticipantTest.testFormatChangeBug561164(SaveParticipantTest.java:1060)

from eclipse.jdt.ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.