aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.functional
blob: 44d060e61568476b29948b7bcae424dce96225d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="true"
         backupStaticAttributes="true"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false"
         bootstrap="tests/bootstrap.php"
>
    <testsuites>
        <testsuite name="phpBB Test Suite">
            <directory suffix="_test.php">./tests/</directory>
            <exclude>tests/lint_test.php</exclude>
        </testsuite>
        <testsuite name="phpBB Lint Test">
            <file>tests/lint_test.php</file>
        </testsuite>
    </testsuites>

    <groups>
        <include>
            <group>functional</group>
        </include>
    </groups>

    <filter>
        <blacklist>
            <directory>./tests/</directory>
        </blacklist>
        <whitelist>
            <directory suffix=".php">./phpBB/includes/</directory>
            <directory suffix=".php">./phpBB/phpbb/</directory>
            <exclude>
                <directory suffix=".php">./phpBB/includes/captcha/</directory>
            </exclude>
        </whitelist>
    </filter>
</phpunit>
aliases and move cards to them and move Ampe...Giuseppe Ghibò2026-03-062-313/+337 * 0.6.700.6.70Giuseppe Ghibò2026-02-182-1/+5 * Move NVidia Quadro T400 under NVIDIA Arch Turing tag so to use -wopengpu setGiuseppe Ghibò2026-02-181-1/+1 * Move NVidia GTX 1650/1660 under NVIDIA Arch Turing tag so to use -wopengpu setGiuseppe Ghibò2026-02-181-9/+9 * Update Makefile and NEWS0.6.69Giuseppe Ghibò2026-02-102-1/+7 * Move NVidia Quadro T400 under NVIDIA Arch Turing tag so to use -wopengpu setGiuseppe Ghibò2026-02-101-1/+1 * Use nvidia-current-wopengpu for cards under NVIDIA Architecture Turing name tagGiuseppe Ghibò2026-02-101-1/+1 * Use nvidia-current-wopengpu set for the Blackwell archGiuseppe Ghibò2026-02-101-1/+1 * Drop unused flagsGiuseppe Ghibò2026-02-101-4/+0 * Update NEWS.Martin Whitaker2026-02-101-0/+2 * Replace obsolete kernel modules with "unknown" in usbtable.Martin Whitaker2026-02-101-183/+183 * Remove pcitable entries referring to obsolete kernel modules.Martin Whitaker2026-02-101-75/+0 * 0.6.680.6.68Giuseppe Ghibò2026-01-292-1/+7 * Add newer PCI-ids for Navi 10, 21, 22, 23, 24, 31, 32, 33, 44 and 48 AMD Rade...Giuseppe Ghibò2026-01-291-0/+25 * Add PCI-ids for AMD Radeon 6900 XT/Radeon 7900 XT/XTXGiuseppe Ghibò2026-01-291-0/+3 * Add PCI-ids from AMD Radeon RX 6300 (0x7424) and from some Cyan Skillfish (0x...Giuseppe Ghibò2026-01-281-0/+6 * 0.6.670.6.67Giuseppe Ghibò2026-01-252-2/+10 * Move two chipsets from Gen11 LP to modesettingGiuseppe Ghibò2026-01-251-2/+2 * Move IceLake Iris Plus Graphics chipsets to modesettingGiuseppe Ghibò2026-01-251-13/+13 * Add missed PCI-IDs for Arrow Lake-PGiuseppe Ghibò2026-01-251-0/+1 * Move further Apollo Lake HD graphics 50x chipset to modesettingGiuseppe Ghibò2026-01-251-2/+2 * Move further Intel CometLake and CoffeeLake UHD graphics 6xx chipsets to mode...Giuseppe Ghibò2026-01-251-17/+17 * 0.6.660.6.66Giuseppe Ghibò2026-01-252-1/+5 * Fix PCI-IDs orderingGiuseppe Ghibò2026-01-251-1/+1 * 0.6.650.6.65Giuseppe Ghibò2026-01-252-1/+8 * Move Intel GeminiLake UHD graphics 60x to modesettingGiuseppe Ghibò2026-01-251-2/+2 * Move Intel HD graphics 6xx and Iris Graphics 6xx chipset to modesettingGiuseppe Ghibò2026-01-251-41/+41 * Move Intel HD graphics 5xx and Iris Graphics 5xx chipset to modesettingGiuseppe Ghibò2026-01-251-22/+22 * Add missed and newer PCI IDs for newer Intel cards (on modesetting)Giuseppe Ghibò2026-01-231-0/+68 * 0.6.640.6.64Aurelian R2026-01-082-1/+5 * Update: usb.ids, pci.ids, pnp.ids, and oui.txt.Aurelian R2026-01-06