test: Reorganize the unicode tests so those with BOMs are identifiable by name

- Many tests needlessly had a UTF-8 BOM, these have been removed.
- compilable/ddoc12.d has been renamed to compilable/ddoc_bom_UTF8.d.
- runnable/*UTF*.d tests have been renamed to runnable/bom_UTF*.d.
- The 'helloUTF8.d' test didn't have a UTF-8 BOM, this has been added.
This commit is contained in:
Iain Buclaw 2024-02-02 22:45:18 +01:00 committed by The Dlang Bot
parent cca753abdb
commit a6f1083699
17 changed files with 14 additions and 14 deletions

View file

@ -1,4 +1,4 @@
// PERMUTE_ARGS:
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh

View file

@ -1,4 +1,4 @@
// PERMUTE_ARGS:
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// EXTRA_FILES: ddoc5446a.d ddoc5446b.d
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh

View file

@ -1,4 +1,4 @@
// PERMUTE_ARGS:
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh

View file

@ -3,7 +3,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>ddoc12</title>
<title>ddoc_bom_UTF8</title>
<style type="text/css" media="screen">
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, address, cite, code, del, dfn, em, figure,
@ -512,7 +512,7 @@
<body id="ddoc_main" class="ddoc dlang">
<div class="content_wrapper">
<article class="module">
<h1 class="module_name">ddoc12</h1>
<h1 class="module_name">ddoc_bom_UTF8</h1>
<section id="module_content">
<section class="section ddoc_module_members_section">
<div class="ddoc_module_members">

View file

@ -1,4 +1,4 @@
// REQUIRED_ARGS: -c -o-
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---

View file

@ -1,4 +1,4 @@
// REQUIRED_ARGS: -c -o-
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---

View file

@ -1,4 +1,4 @@
// REQUIRED_ARGS: -c -o-
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---

View file

@ -1,4 +1,4 @@
// REQUIRED_ARGS: -c -o-
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---

View file

@ -1,4 +1,4 @@
// REQUIRED_ARGS: -c -o-
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---

View file

@ -1,4 +1,4 @@
// REQUIRED_ARGS: -c -o-
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---

View file

@ -1,4 +1,4 @@
// REQUIRED_ARGS: -c -o-
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---

View file

@ -1,4 +1,4 @@
// https://issues.dlang.org/show_bug.cgi?id=10599
// https://issues.dlang.org/show_bug.cgi?id=10599
// ICE(interpret.c)
/*
TEST_OUTPUT:

View file

@ -1,4 +1,4 @@
/*
/*
PERMUTE_ARGS:
RUN_OUTPUT:
---