Skip to content

Commit 6251b55

Browse files
committed
Reinstate bug numbers as URLs in frontmatter info
The history of why these tests exist can be useful context for future consumers of the test suite.
1 parent dfe2f39 commit 6251b55

File tree

423 files changed

+428
-8
lines changed

Some content is hidden

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

423 files changed

+428
-8
lines changed

test/staging/sm/Array/array-length-set-on-nonarray.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/*---
77
description: |
88
Don't use a shared-permanent inherited property to implement [].length or (function(){}).length
9+
info: bugzilla.mozilla.org/show_bug.cgi?id=548671
910
esid: pending
1011
---*/
1112

test/staging/sm/Array/concat-proxy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/*---
55
description: |
66
Array.prototype.concat should check HasProperty everytime for non-dense array
7+
info: bugzilla.mozilla.org/show_bug.cgi?id=1287520
78
esid: pending
89
---*/
910

test/staging/sm/Array/fill.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
includes: [deepEqual.js]
88
description: |
99
Array.prototype.fill
10+
info: bugzilla.mozilla.org/show_bug.cgi?id=911147
1011
esid: pending
1112
---*/
1213

test/staging/sm/Array/from-iterator-close.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/*---
55
description: |
66
Array.from should close iterator on error
7+
info: bugzilla.mozilla.org/show_bug.cgi?id=1180306
78
esid: pending
89
---*/
910

test/staging/sm/Array/frozen-dense-array.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ flags:
66
- noStrict
77
description: |
88
Dense array properties shouldn't be modified when they're frozen
9+
info: bugzilla.mozilla.org/show_bug.cgi?id=1310744
910
esid: pending
1011
---*/
1112
/*

test/staging/sm/Array/frozen-dict-mode-length.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/*---
55
description: |
66
Freezing a dictionary mode object with a length property should make Object.isFrozen report true
7+
info: bugzilla.mozilla.org/show_bug.cgi?id=1312948
78
esid: pending
89
---*/
910
/*

test/staging/sm/Array/getter-name.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/*---
55
description: |
66
Array getters should have get prefix
7+
info: bugzilla.mozilla.org/show_bug.cgi?id=1180290
78
esid: pending
89
---*/
910

test/staging/sm/Array/includes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/*---
77
description: |
88
Implement Array.prototype.includes
9+
info: bugzilla.mozilla.org/show_bug.cgi?id=1069063
910
esid: pending
1011
---*/
1112

test/staging/sm/Array/length-01.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/*---
77
description: |
88
Object.preventExtensions([]).length = 0 should do nothing, not throw
9+
info: bugzilla.mozilla.org/show_bug.cgi?id=600392
910
esid: pending
1011
---*/
1112

test/staging/sm/Array/length-nonwritable-redefine-nop.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/*---
77
description: |
88
No-op array length redefinition
9+
info: bugzilla.mozilla.org/show_bug.cgi?id=858381
910
esid: pending
1011
---*/
1112

0 commit comments

Comments
 (0)