-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename support files to end in _FIXTURE.js (#4368)
- Loading branch information
Showing
7 changed files
with
26 additions
and
18 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
test/staging/sm/module/bug1693261-async.mjs → ...ing/sm/module/bug1693261-async_FIXTURE.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// |reftest| skip -- support file | ||
// Copyright (C) 2024 Mozilla Corporation. All rights reserved. | ||
// This code is governed by the BSD license found in the LICENSE file. | ||
import "./bug1693261-async_FIXTURE.js"; | ||
if (globalThis.testArray === undefined) { | ||
globalThis.testArray = []; | ||
} | ||
globalThis.testArray.push("c1"); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// |reftest| skip -- support file | ||
// Copyright (C) 2024 Mozilla Corporation. All rights reserved. | ||
// This code is governed by the BSD license found in the LICENSE file. | ||
import "./bug1693261-async_FIXTURE.js"; | ||
if (globalThis.testArray === undefined) { | ||
globalThis.testArray = []; | ||
} | ||
globalThis.testArray.push("c2"); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// |reftest| skip -- support file | ||
// Copyright (C) 2024 Mozilla Corporation. All rights reserved. | ||
// This code is governed by the BSD license found in the LICENSE file. | ||
import "./bug1693261-c1_FIXTURE.js"; | ||
if (globalThis.testArray === undefined) { | ||
globalThis.testArray = []; | ||
} | ||
globalThis.testArray.push("x"); |