I maintain a standalone version of cppgc and the test CppgcTracingScopesTest.DisabledScope has started failing with following change: https://chromium.googlesource.com/v8/v8.git/+/8b9410819e0bed1e300b3f30bbca93aa65604f18
I understand it is not something V8 team supports but I would really appreciate a hint on what might be wrong and how can I fix it. To test with my standalone version of cppgc: git clone -b update-latest-cppgc https://github.com/compilets/cppgc gn gen out/Debug --args='is_debug=true' ninja -C out/Debug cppgc_unittests ./out/Debug/cppgc_unittests Thanks, Cheng -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/1ebb27cf-90cb-4e1e-82a6-624a3ac43d84n%40googlegroups.com.
