зеркало из https://github.com/mozilla/gecko-dev.git
a7f1d173a0
- modify line wrap up to 80 chars; (tw=80) - modify size of tab to 2 chars everywhere; (sts=2, sw=2) --HG-- extra : rebase_source : 7eedce0311b340c9a5a1265dc42d3121cc0f32a0 extra : amend_source : 9cb4ffdd5005f5c4c14172390dd00b04b2066cd7 |
||
---|---|---|
.. | ||
cxx | ||
ipdl | ||
README.txt | ||
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.