rpms/java-1.7.0-icedtea/devel java-1.7.0-icedtea.spec, 1.40, 1.41 mauve_tests, 1.4, 1.5 sources, 1.27, 1.28

Lillian Angel (langel) fedora-extras-commits at redhat.com
Mon Jan 7 22:42:19 UTC 2008


Author: langel

Update of /cvs/pkgs/rpms/java-1.7.0-icedtea/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23571

Modified Files:
	java-1.7.0-icedtea.spec mauve_tests sources 
Log Message:
* Mon Jan 07 2008 Lillian Angel <langel at redhat.com> - 1.7.0.0-0.23.b24.snapshot
- Updated Mauve's build requirements.
- Excluding Mauve tests that try to access the network.
- Added Xvfb functionality to mauve tests to avoid display-related failures.
- Resolves rhbz#427614




Index: java-1.7.0-icedtea.spec
===================================================================
RCS file: /cvs/pkgs/rpms/java-1.7.0-icedtea/devel/java-1.7.0-icedtea.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- java-1.7.0-icedtea.spec	3 Jan 2008 19:10:44 -0000	1.40
+++ java-1.7.0-icedtea.spec	7 Jan 2008 22:41:42 -0000	1.41
@@ -143,13 +143,18 @@
 BuildRequires: xerces-j2
 BuildRequires: xorg-x11-proto-devel
 BuildRequires: mercurial
+BuildRequires: ant
+BuildRequires: libXinerama-devel
 %if %{gcjbootstrap}
 BuildRequires: java-1.5.0-gcj-devel
 %else
 BuildRequires: java-1.7.0-icedtea-devel
 %endif
-BuildRequires: ant
-BuildRequires: libXinerama-devel
+# Mauve build requirements.
+BuildRequires: xorg-x11-server-Xvfb
+BuildRequires: xorg-x11-fonts-Type1
+BuildRequires: freetype-devel
+BuildRequires: fontconfig
 # Java Access Bridge for GNOME build requirements.
 BuildRequires: at-spi-devel
 BuildRequires: gawk
@@ -311,8 +316,13 @@
   ./configure 
   make
   echo ====================MAUVE TESTING========================
-  ( $JAVA_HOME/bin/java Harness -vm $JAVA_HOME/bin/java -file %{SOURCE7} \
-	-timeout 30000 2>&1 | tee mauve_output ) || :
+  export DISPLAY=:20.0
+  Xvfb :20 -screen 0 1280x1024x24 -ac& 
+  ( $JAVA_HOME/bin/java Harness -vm $JAVA_HOME/bin/java \
+  -file %{SOURCE7} \
+  -timeout 30000 -exclude gnu/testlet/org/omg/ \
+  -exclude gnu/testlet/java/net/ 2>&1 | tee mauve_output ) || :
+  unset DISPLAY
   echo ====================MAUVE TESTING END====================
 popd
 
@@ -746,6 +756,12 @@
 %{_jvmdir}/%{jredir}/lib/%{archinstall}/gcjwebplugin.so
 
 %changelog
+* Mon Jan 07 2008 Lillian Angel <langel at redhat.com> - 1.7.0.0-0.23.b24.snapshot
+- Updated Mauve's build requirements.
+- Excluding Mauve tests that try to access the network.
+- Added Xvfb functionality to mauve tests to avoid display-related failures.
+- Resolves rhbz#427614
+
 * Thu Jan 03 2008 Lillian Angel <langel at redhat.com> - 1.7.0.0-0.23.b24.snapshot
 - Added mercurial as a Build Requirement.
 - Fixed archbuild/archinstall if-block.


Index: mauve_tests
===================================================================
RCS file: /cvs/pkgs/rpms/java-1.7.0-icedtea/devel/mauve_tests,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mauve_tests	15 Nov 2007 17:48:41 -0000	1.4
+++ mauve_tests	7 Jan 2008 22:41:42 -0000	1.5
@@ -40,7 +40,6 @@
 javax.naming.CompositeName.composite
 javax.net.ssl.SSLContext.TestDefaultInit
 javax.net.ssl.SSLContext.TestGetInstance
-javax.management.MBeanServerInvocationHandler.MBeanProxy
 javax.management.ObjectName.apply
 javax.management.ObjectName.Parsing
 javax.management.ObjectName.ParsingJDK6
@@ -61,7 +60,6 @@
 javax.print.SimpleDoc.getAttributes
 javax.print.SimpleDoc.getReaderForText
 javax.print.DocFlavor.parseMimeType
-javax.print.DocFlavor.hostEncoding
 javax.print.attribute.TextSyntax.constructors
 javax.print.attribute.ResolutionSyntax.simple
 javax.print.attribute.EnumSyntax.serialize
@@ -156,21 +154,17 @@
 javax.swing.text.html.parser.Entity.Entity_Test
 javax.swing.text.html.parser.TagElement.TagElementTest2
 javax.swing.text.html.parser.TagElement.TagElement_Test
-javax.swing.text.html.parser.AttributeList.AttributeListTest2
 javax.swing.text.html.parser.AttributeList.AttributeList_test
 javax.swing.text.html.parser.Element.Element_Test
 javax.swing.text.html.parser.ParserDelegator.Entities
 javax.swing.text.html.parser.ParserDelegator.Text4
 javax.swing.text.html.parser.ParserDelegator.randomTables
-javax.swing.text.html.parser.ParserDelegator.Entities2
 javax.swing.text.html.parser.ParserDelegator.SimpleParsing
 javax.swing.text.html.parser.ParserDelegator.Text3
 javax.swing.text.html.parser.ParserDelegator.Text
 javax.swing.text.html.parser.ParserDelegator.eolnNorification
-javax.swing.text.html.parser.ParserDelegator.Text2
 javax.swing.text.html.parser.ParserDelegator.tokenLocations
 javax.swing.text.html.parser.DTD.DTD_test
-javax.swing.text.html.parser.DTD.DtdTest2
 javax.swing.text.BoxView.spans
 javax.swing.text.StyleConstants.setTabSet
 javax.swing.text.StyleConstants.setUnderline
@@ -348,12 +342,6 @@
 javax.swing.plaf.basic.BasicComboBoxUI.getDefaultSize
 javax.swing.plaf.basic.BasicComboBoxUI.createEditor
 javax.swing.plaf.basic.BasicComboBoxUI.getMaximumSize
-javax.swing.plaf.basic.BasicComboBoxUI.layout
-javax.swing.plaf.basic.BasicComboBoxUI.createRenderer
-javax.swing.plaf.basic.BasicComboBoxUI.general
-javax.swing.plaf.basic.BasicComboBoxUI.createArrowButton
-javax.swing.plaf.basic.BasicComboBoxUI.getDisplaySize
-javax.swing.plaf.basic.BasicOptionPaneUI.PropertyChangeHandler.propertyChange
 javax.swing.plaf.basic.BasicListUI.updateLayoutStateNeeded
 javax.swing.plaf.basic.BasicMenuUI.getPropertyPrefix
 javax.swing.plaf.basic.BasicIconFactory.getCheckBoxMenuItemIcon
@@ -892,7 +880,6 @@
 javax.swing.UIManager.getAuxiliaryLookAndFeels
 javax.swing.JPanel.setBorder
 javax.swing.JPanel.Layouter
-javax.swing.JTree.TreeRobot
 javax.swing.JTree.getCellRenderer
 javax.swing.JTree.isRowSelected
 javax.swing.JTree.setModel
@@ -1247,7 +1234,6 @@
 javax.swing.SpinnerNumberModel.setStepSize
 javax.swing.SpinnerNumberModel.constructors
 javax.swing.JLabel.AccessibleJLabel.getAccessibleName
-javax.swing.JLabel.AccessibleJLabel.getCharacterBounds
 javax.swing.JLabel.setDisplayedMnemonicIndex
 javax.swing.JLabel.constructor
 javax.swing.JLabel.getAccessibleContext
@@ -2085,8 +2071,6 @@
 java.awt.Point.translate
 java.awt.Point.getLocation
 java.awt.event.ComponentEvent.paramString
-java.awt.event.MouseEvent.modifiersEx
-java.awt.event.MouseEvent.modifiers
 java.awt.image.ShortLookupTable.getTable
 java.awt.image.ShortLookupTable.lookupPixel
 java.awt.image.ShortLookupTable.constructors
@@ -2302,14 +2286,12 @@
 java.awt.BorderLayout.constants
 java.awt.BorderLayout.preferredLayoutSize
 java.awt.BorderLayout.addLayoutComponent
-java.awt.Scrollbar.ScrollbarPaintTest
 java.awt.Scrollbar.testSetBlockIncrement
 java.awt.Scrollbar.testSetUnitIncrement
 java.awt.Scrollbar.testSetValues
 java.awt.List.testSelected
 java.awt.List.testSetMultipleMode
 java.awt.Robot.mousePress
-java.awt.Robot.mouseWheel
 java.awt.Robot.security
 java.awt.Robot.mouseRelease
 java.awt.Robot.keyPress
@@ -2435,13 +2417,11 @@
 java.awt.Component.getListeners
 java.awt.Component.setName
 java.awt.Component.properties14
-java.awt.Component.getLocationOnScreen
 java.awt.Component.getMaximumSize
 java.awt.Component.setMinimumSize
 java.awt.Component.getForeground
 java.awt.Component.setPreferredSize
 java.awt.Component.properties
-java.awt.Component.keyPressTest
 java.awt.Component.requestFocus
 java.awt.Component.isValid
 java.awt.Component.getFont
@@ -2452,7 +2432,6 @@
 java.awt.datatransfer.DataFlavor.writeExternal
 java.awt.datatransfer.Clipboard.clipboard
 java.awt.datatransfer.StringSelection.selection
-java.awt.TextArea.ScrollbarPaintTest
 java.awt.TextArea.getPreferredSize
 java.awt.TextArea.getMinimumSize
 java.awt.TextArea.testReplaceText
@@ -2466,7 +2445,6 @@
 java.awt.dnd.DragSourceContext.Constructor
 java.awt.dnd.DragSource.Constructors
 java.awt.dnd.DragSource.CreateDragGestureRecognizerTest
-java.awt.dnd.DragSource.getDragThresholdTest
 java.awt.dnd.DragSource.FlavourMapTest
 java.awt.dnd.DragSource.isDragImageSupportedTest
 java.awt.dnd.DropTarget.Constructors


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/java-1.7.0-icedtea/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	3 Jan 2008 17:40:19 -0000	1.27
+++ sources	7 Jan 2008 22:41:42 -0000	1.28
@@ -1,5 +1,5 @@
 ce13ee63357a699ad327d362230cc2f5  java-access-bridge-1.19.2.tar.gz
 abee6aad1525bee3d45a13d0adf859c9  mauve-2007-09-12.tar.gz
-b033e04481030ff85547c0e6aa9a260f  mauve_tests
 254bfa2360efb5374439f9b1738c7b22  openjdk-b24-fedora.zip
 2c1183cef14826c55ae13bc8c56e2e9d  icedtea-1.5.tar.gz
+9e12e931886af6f311914689e24a7ca8  mauve_tests




More information about the fedora-extras-commits mailing list