Changes

Jump to: navigation, search

Delta debugging framework

37 bytes added, 09:30, 3 October 2006
Project Details
== Project Facts and Assumptions == '''Project Facts and Assumptions:'''
# The source tree for the Mozilla project is HUGE. With many different source file types (C++, JS, XUL, etc.) in many different directories.
'''== Project Flowchart'''==
The flowchart represents the simplistic version of the delta debugging algorithm. It will theoretically find a failure-inducing change set but not necessarily the minimal set or the full set of failure-inducing change(s). The algorithm is depicted as recursively linear however it could be binarily recursive. In the linear version, the theoretical maximum number of iterations (worst case scenario) is:
1
edit

Navigation menu