Bug 1928709 - Remove build/tests/cram, r=firefox-build-system-reviewers,ahochheiden,nalexander

This is being removed because:
1. It it the last remaining cram test in-tree
2. It doesn't run in any CI tasks
3. It doesn't appear to be a particularly high value test

Once this is removed, the cramtest harness can also be removed.

Differential Revision: https://phabricator.services.mozilla.com/D227868
This commit is contained in:
Andrew Halberstadt 2024-11-06 19:03:15 +00:00
Родитель 099b9cc785
Коммит d161130b46
3 изменённых файлов: 0 добавлений и 19 удалений

Просмотреть файл

@ -24,10 +24,6 @@ if CONFIG["MOZ_STDCXX_COMPAT"]:
if CONFIG["RUSTC"]:
DIRS += ["rust/mozbuild"]
CRAMTEST_MANIFESTS += [
"tests/cram/cram.toml",
]
DEFINES["ACCEPTED_MAR_CHANNEL_IDS"] = CONFIG["ACCEPTED_MAR_CHANNEL_IDS"]
if CONFIG["MOZ_BUILD_APP"] == "browser":

Просмотреть файл

@ -1 +0,0 @@
["test_configure_help.t"]

Просмотреть файл

@ -1,14 +0,0 @@
configure --help works
$ cd $TESTDIR/../../..
$ touch $TMP/mozconfig
$ export MOZCONFIG=$TMP/mozconfig
$ ./configure --help 2>& 1 | head -n 7
Adding configure options from */tmp/mozconfig (glob)
checking for vcs source checkout... hg
checking for vcs source checkout... hg
Usage: configure.py [options]
Options: [defaults in brackets after descriptions]
--help print this message