Skip to content

Commit 34af33c

Browse files
committed
Bug 1892948 - Remove duplicated non262 tests; r=mgaudet
This was unfortunately a somewhat manual process: ``` python3 test262-export.py > exported.txt cat exported.txt |grep "SAVED" |sed -e "s/SAVED //" | xargs git rm ``` However, some things are marked SAVED by the export script that are not present in `sm/staging`. To find these, I did this from the root directory: ``` git log -p -1 |grep "\--- a"|sed -e "s/--- a\/js\/src\/tests\/non262/js\/src\/tests\/test262\/staging\/sm/" > files.txt cat files.txt | xargs find |grep "found" ``` And then restored the missing files. Running the tests locally uncovered one other mistakenly removed file. Rather than making this process better, I think it first makes sense to try to upstream the files marked as SAVED by the export script that aren't currently upstream. If that's not possible, we should skip them from the export script. Differential Revision: https://phabricator.services.mozilla.com/D234729
1 parent c5b8b32 commit 34af33c

File tree

1,405 files changed

+0
-147380
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,405 files changed

+0
-147380
lines changed

js/src/tests/non262/Array/array-length-set-during-for-in.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

js/src/tests/non262/Array/array-length-set-on-nonarray.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

js/src/tests/non262/Array/at.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

js/src/tests/non262/Array/change-array-by-copy-cross-compartment-create.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

js/src/tests/non262/Array/change-array-by-copy-errors-from-correct-realm.js

Lines changed: 0 additions & 77 deletions
This file was deleted.

js/src/tests/non262/Array/concat-proxy.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

js/src/tests/non262/Array/fill.js

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)