зеркало из https://github.com/mozilla/pjs.git
Added sort routine in autorun.pl
and setUnsupported method add in ElementImpl_hasAttrib*.java
This commit is contained in:
Родитель
d581ab2b46
Коммит
1e204c1fb0
|
@ -74,6 +74,7 @@ public class ElementImpl_hasAttributeNS_String_String_0 extends BWBaseTest imple
|
|||
|
||||
String os = System.getProperty("OS");
|
||||
osRoutine(os);
|
||||
setUnsupported();
|
||||
|
||||
Document d = (Document)tobj;
|
||||
if (d != null)
|
||||
|
|
|
@ -74,6 +74,7 @@ public class ElementImpl_hasAttributeNS_String_String_1 extends BWBaseTest imple
|
|||
|
||||
String os = System.getProperty("OS");
|
||||
osRoutine(os);
|
||||
setUnsupported();
|
||||
|
||||
Document d = (Document)tobj;
|
||||
if (d != null)
|
||||
|
|
|
@ -74,6 +74,7 @@ public class ElementImpl_hasAttributeNS_String_String_2 extends BWBaseTest imple
|
|||
|
||||
String os = System.getProperty("OS");
|
||||
osRoutine(os);
|
||||
setUnsupported();
|
||||
|
||||
Document d = (Document)tobj;
|
||||
if (d != null)
|
||||
|
|
|
@ -74,6 +74,7 @@ public class ElementImpl_hasAttributeNS_String_String_3 extends BWBaseTest imple
|
|||
|
||||
String os = System.getProperty("OS");
|
||||
osRoutine(os);
|
||||
setUnsupported();
|
||||
|
||||
Document d = (Document)tobj;
|
||||
if (d != null)
|
||||
|
|
|
@ -74,6 +74,7 @@ public class ElementImpl_hasAttribute_String_0 extends BWBaseTest implements Exe
|
|||
|
||||
String os = System.getProperty("OS");
|
||||
osRoutine(os);
|
||||
setUnsupported();
|
||||
|
||||
Document d = (Document)tobj;
|
||||
if (d != null)
|
||||
|
|
|
@ -74,6 +74,7 @@ public class ElementImpl_hasAttribute_String_1 extends BWBaseTest implements Exe
|
|||
|
||||
String os = System.getProperty("OS");
|
||||
osRoutine(os);
|
||||
setUnsupported();
|
||||
|
||||
Document d = (Document)tobj;
|
||||
if (d != null)
|
||||
|
|
|
@ -163,6 +163,9 @@ sub constructHTMLHeader() {
|
|||
#########################################################################
|
||||
sub constructHTMLBody() {
|
||||
|
||||
$x=`sort -u $LOGTXT > $LOGTXT.tmp`;
|
||||
$y=`rename $LOGTXT.tmp $LOGTXT`;
|
||||
|
||||
open( MYLOG, $LOGTXT );
|
||||
@all_lines = <MYLOG>;
|
||||
close( MYLOG );
|
||||
|
|
Загрузка…
Ссылка в новой задаче