Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
test262
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pmaksimo
test262
Commits
d38de8dc
Commit
d38de8dc
authored
9 years ago
by
André Bargull
Browse files
Options
Downloads
Patches
Plain Diff
Remove links to hg.ecmascript.org (non-license content)
parent
a85f5039
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/misc/FixLicenseHeader.py
+1
-4
1 addition, 4 deletions
tools/misc/FixLicenseHeader.py
website/scripts/helper.js
+3
-3
3 additions, 3 deletions
website/scripts/helper.js
with
4 additions
and
7 deletions
tools/misc/FixLicenseHeader.py
+
1
−
4
View file @
d38de8dc
...
...
@@ -10,10 +10,7 @@ import codecs
#--Globals---------------------------------------------------------------------
ECMA_LICENSE
=
'''
/// Copyright (c) 2012 Ecma International. All rights reserved.
/// Ecma International makes this code available under the terms and conditions set
/// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
///
"
Use Terms
"
). Any redistribution of this code must retain the above
/// copyright and this notice and otherwise comply with the Use Terms.
/// This code is governed by the BSD license found in the LICENSE file.
'''
NEW_LICENSE_FIRST_LINE
=
re
.
compile
(
r
"
Copyright\s+\(c\)\s+20[0-9][0-9]\s+Ecma\s+International
"
)
...
...
This diff is collapsed.
Click to expand it.
website/scripts/helper.js
+
3
−
3
View file @
d38de8dc
...
...
@@ -206,8 +206,8 @@ function Presenter() {
innerHTML
+=
'
<br /><b>Path</b>
'
;
innerHTML
+=
'
<pre>
'
+
test
.
path
+
'
</pre>
'
;
innerHTML
+=
'
<br /><a href="javascript:void(window.open(
\'
http://
hg.ecmascript.org/tests/test262/file/tip/test/suite
'
innerHTML
+=
test
.
path
.
replace
(
"
TestCases
"
,
""
)
+
'
\'
));">
'
+
'
Hg
source
'
+
'
</a> (might be newer than the testcase source shown above)
\n
'
innerHTML
+=
'
<br /><a href="javascript:void(window.open(
\'
http
s
://
github.com/tc39/test262/raw/master/test
'
innerHTML
+=
test
.
path
.
replace
(
"
TestCases
"
,
""
)
+
'
\'
));">
'
+
'
GitHub
source
'
+
'
</a> (might be newer than the testcase source shown above)
\n
'
popWnd
.
document
.
write
(
innerHTML
);
}
...
...
@@ -222,7 +222,7 @@ function Presenter() {
bugDetails
+=
"
DESCRIPTION
\n
*Please insert your description here!*
\n\n
"
;
bugDetails
+=
"
------------------
\n
"
;
bugDetails
+=
"
TEST:
"
+
test
.
path
+
"
\n
"
;
bugDetails
+=
"
SOURCE: http://
hg.ecmascript.org/tests/test262/file/tip/test/suite
"
+
test
.
path
.
replace
(
"
TestCases
"
,
""
)
+
"
\n
"
;
bugDetails
+=
"
SOURCE: http
s
://
github.com/tc39/test262/raw/master/test
"
+
test
.
path
.
replace
(
"
TestCases
"
,
""
)
+
"
\n
"
;
bugDetails
+=
"
TEST SUITE DATE:
"
+
date
+
"
\n
"
;
bugDetails
+=
"
PLATFORM:
"
+
navigator
.
userAgent
+
"
\n
"
;
bugDetails
+=
"
ERROR:
"
+
test
.
error
+
"
\n\n
"
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment