mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
5de63ef061
MozReview-Commit-ID: 5orfnoude7h --HG-- extra : rebase_source : 1ed9a6b56e1d27221a07624767a7fb0e6147117f |
||
---|---|---|
.. | ||
cxx | ||
ipdl | ||
moz.build | ||
README.txt |
There are two major categories of tests, segregated into different top-level directories under test/. The first category (ipdl/) is IPDL-compiler tests. These tests check that the IPDL compiler is successfully compiling correct specifications, and successfully rejecting erroneous specifications. The second category (cxx/) is C++ tests of IPDL semantics. These tests check that async/sync/rpc semantics are implemented correctly, ctors/dtors behave as they should, etc.