mirror of https://github.com/tc39/test262.git
tools\TestCaseHTMLPackager\TestCasePacker.ps1: there were some improvements made to this script WRT to the
processing of unicode-related test cases. tools\TestCaseHTMLPackager\TestUpdater.ps1: new script which preprocesses test cases (rips out comments, etc.) external\contributions\Microsoft\ietestcenter_ppb5\chapter11\11.4\11.4.1\11.4.1-4.a-10.js and website\resources\scripts\testcases\chapter11\11.4\11.4.1\11.4.1-4.a-10.js: cleaned up a code comment website\enginereports\sample.xml: removed website\resources\scripts\global\jquery-1.4.2.js: removed website\resources\scripts\*.ps1: moved into the tools\ directory website\Web.config: removed. This is only relevant for Windows-based hosting of test262 website\browserreport.html: removed
This commit is contained in:
parent
a9aa8cf961
commit
c26f761a9f
|
@ -45,7 +45,7 @@ test: function testcase() {
|
|||
}
|
||||
} finally {
|
||||
if (desc) Object.defineProperty(JSON, 'stringify', desc)
|
||||
else JSON.stringify = o /* this branch screws up the attributes */;
|
||||
else JSON.stringify = o /* this branch messes up the attributes */;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,47 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Note: As an alternative to hand editing this file you can use the
|
||||
web admin tool to configure settings for your application. Use
|
||||
the Website->Asp.Net Configuration option in Visual Studio.
|
||||
A full list of settings and comments can be found in
|
||||
machine.config.comments usually located in
|
||||
\Windows\Microsoft.Net\Framework\v2.x\Config
|
||||
-->
|
||||
<configuration>
|
||||
<appSettings/>
|
||||
<connectionStrings/>
|
||||
<system.web>
|
||||
<!--
|
||||
Set compilation debug="true" to insert debugging
|
||||
symbols into the compiled page. Because this
|
||||
affects performance, set this value to true only
|
||||
during development.
|
||||
-->
|
||||
<compilation debug="true" targetFramework="4.0">
|
||||
<assemblies>
|
||||
<add assembly="Microsoft.Build.Conversion.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>
|
||||
<!--
|
||||
The <authentication> section enables configuration
|
||||
of the security authentication mode used by
|
||||
ASP.NET to identify an incoming user.
|
||||
-->
|
||||
<authentication mode="Windows"/>
|
||||
<!--
|
||||
The <customErrors> section enables configuration
|
||||
of what to do if/when an unhandled error occurs
|
||||
during the execution of a request. Specifically,
|
||||
it enables developers to configure html error pages
|
||||
to be displayed in place of a error stack trace.
|
||||
|
||||
<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
|
||||
<error statusCode="403" redirect="NoAccess.htm" />
|
||||
<error statusCode="404" redirect="FileNotFound.htm" />
|
||||
</customErrors>
|
||||
-->
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/></system.web>
|
||||
<location path="enginereports">
|
||||
<system.webServer>
|
||||
<directoryBrowse enabled="true" />
|
||||
</system.webServer>
|
||||
</location>
|
||||
</configuration>
|
|
@ -1,33 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Browser Report</title>
|
||||
<link href="resources/styles/style.css" media="screen" rel="stylesheet" title="CSS" type="text/css" />
|
||||
<script src="resources/scripts/global/reports.js" type="text/javascript"></script>
|
||||
<script type="text/javascript" src="resources/scripts/global/jquery-1.4.1.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="spinner" class="loading">
|
||||
<div style="display:none;">
|
||||
<h2>Official ECMAScript Test262 Conformance Results</h2>
|
||||
<p>Below is a summary of the offical approved ECMAScript Test262 tests that have been agreed upon by the TC39 WG as vaild per the ES5 specification. The tests are executed and submitted by each browser vendor.
|
||||
If you have feedback about the tests please send email to <TBD>.
|
||||
</p>
|
||||
</div>
|
||||
<div class="CrumbContainer" style="display:none;">
|
||||
<div style="float:right;"><a class="setBlue" id="backBrowserReportDiv" style="display: none;" href="javascript:buildTable();"><< back</a></div>
|
||||
<div style="clear : both;"></div>
|
||||
</div>
|
||||
<div class="ResultsTableHolder ReportTableHolder" style="display:none;" id="report"></div>
|
||||
<br />
|
||||
|
||||
</div>
|
||||
<div id="legend1">
|
||||
<label style="background-color:#63be00;color:white">Green:</label> 100%
|
||||
<label style="background-color:#63be7b;color:white">Green:</label> 75% to 99.9%
|
||||
<label style="background-color:#f7ba44;color:white">Yellow:</label> 50% to 75%
|
||||
<label style="background-color:#f85050;color:White">Red:</label> less than 50%
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -45,7 +45,7 @@ test: function testcase() {
|
|||
}
|
||||
} finally {
|
||||
if (desc) Object.defineProperty(JSON, 'stringify', desc)
|
||||
else JSON.stringify = o /* this branch screws up the attributes */;
|
||||
else JSON.stringify = o /* this branch messes up the attributes */;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue