mirror of https://github.com/tc39/test262.git
Changed to get sputnik tests from sputnik_conformance_modified.
This commit is contained in:
parent
5f94652df2
commit
caa9c2f11f
|
@ -22,8 +22,7 @@
|
|||
var regExp = utils.regExp;
|
||||
|
||||
var CONTRIB_DIRS = [
|
||||
['test', 'suite', 'other'],
|
||||
['test', 'suite', 'sputnik', 'Conformance'],
|
||||
['external', 'contributions', 'Google', 'sputnik_conformance_modified'],
|
||||
['external', 'contributions', 'Microsoft', 'ietc_262modified']
|
||||
];
|
||||
|
||||
|
@ -40,7 +39,8 @@
|
|||
* actually derived from sources.
|
||||
*/
|
||||
var EXTRA_GLOBAL_SCOPE_TESTS = [
|
||||
['external', 'contributions', 'Microsoft', 'ietc_262modified', 'IETCGlobalScope.js']
|
||||
['external', 'contributions', 'Microsoft', 'ietc_262modified',
|
||||
'IETCGlobalScope.js']
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue